diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-11 22:20:24 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-11 22:20:24 (GMT) |
commit | 2dc0d2ce91e0ef65ce9cbc9c886b63f8e9c26a0c (patch) | |
tree | 9b191cc644d578722593c6fe1aef96df90437dca /ChangeLog | |
parent | b358779c9f4c39506f84b383f43f70736a410879 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |