diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-12 19:10:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-12 19:10:49 (GMT) |
commit | 315198312f0b545b058b63918b6d0497d3f44b0c (patch) | |
tree | ce31b499628b3e634f5497bec9f5b2b7160d726d /ChangeLog | |
parent | 0a78bbbd2192fb9210fb701537a53b9bf225c8dd (diff) | |
download | tcl-315198312f0b545b058b63918b6d0497d3f44b0c.zip tcl-315198312f0b545b058b63918b6d0497d3f44b0c.tar.gz tcl-315198312f0b545b058b63918b6d0497d3f44b0c.tar.bz2 |
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient
* tests/namespace.test (namespace-42.8): private copy of the
command prefix as we invoke the command appropriate to a particular
subcommand of a particular ensemble to avoid panic due to shimmering
of the List intrep. [Bug 1670091]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-03-12 Don Porter <dgp@users.sourceforge.net> + * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient + * tests/namespace.test (namespace-42.8): private copy of the + command prefix as we invoke the command appropriate to a particular + subcommand of a particular ensemble to avoid panic due to shimmering + of the List intrep. [Bug 1670091] + * generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.test (var-17.1): the "list" argument to [array set] to avoid crash due to shimmering invalidating pointers. [Bug 1669489]. |