summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-12 19:10:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-12 19:10:49 (GMT)
commit315198312f0b545b058b63918b6d0497d3f44b0c (patch)
treece31b499628b3e634f5497bec9f5b2b7160d726d /ChangeLog
parent0a78bbbd2192fb9210fb701537a53b9bf225c8dd (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb2855b..bbbb621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].