summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-11-11 22:20:24 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-11-11 22:20:24 (GMT)
commit2dc0d2ce91e0ef65ce9cbc9c886b63f8e9c26a0c (patch)
tree9b191cc644d578722593c6fe1aef96df90437dca /ChangeLog
parentb358779c9f4c39506f84b383f43f70736a410879 (diff)
downloadtcl-2dc0d2ce91e0ef65ce9cbc9c886b63f8e9c26a0c.zip
tcl-2dc0d2ce91e0ef65ce9cbc9c886b63f8e9c26a0c.tar.gz
tcl-2dc0d2ce91e0ef65ce9cbc9c886b63f8e9c26a0c.tar.bz2
* generic/tclBasic.c (Tcl_DeleteCommandFromToken):
* generic/tclObj.c (Tcl_GetCommandFromObj): bump the cmd epoch early to insure that cached references to this command are invalidated. Partial fix for [Bug 1352734] - at least insures that namespace-51.13 does not cause a panic. The test is still marked as knownbug, pending resolution of what is actually the correct return value ([Bug 1354540])
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 371d2a2..b07d388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-11 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c (Tcl_DeleteCommandFromToken):
+ * generic/tclObj.c (Tcl_GetCommandFromObj): bump the cmd epoch
+ early to insure that cached references to this command are
+ invalidated. Partial fix for [Bug 1352734] - at least insures that
+ namespace-51.13 does not cause a panic. The test is still marked
+ as knownbug, pending resolution of what is actually the correct
+ return value ([Bug 1354540])
+
+
2005-11-09 Kevin B. Kenny <kennykb@acm.org>
* generic/tclTimer.c: Changed [after] so that it behaves correctly