summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-11-18 23:44:37 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-11-18 23:44:37 (GMT)
commitd97668ebc72a19373c62850e8b3e461c428c8f92 (patch)
tree244c1c1a43fb25d4acd06db002e3838c15240389 /ChangeLog
parentc97535ea03fe482ec1293e11b276eb40fd2faeb8 (diff)
downloadtcl-d97668ebc72a19373c62850e8b3e461c428c8f92.zip
tcl-d97668ebc72a19373c62850e8b3e461c428c8f92.tar.gz
tcl-d97668ebc72a19373c62850e8b3e461c428c8f92.tar.bz2
* tests/trace.test (trace-34.5): [Bug 1047286], added a second
test illustrating the role of "ns in callStack" in the ns's visibility during deletion traces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afba03a..2838024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-18 Miguel Sofer <msofer@users.sf.net>
+ * tests/trace.test (trace-34.5): [Bug 1047286], added a second
+ test illustrating the role of "ns in callStack" in the ns's
+ visibility during deletion traces.
+
* generic/tclBasic.c (Tcl_DeleteCommandFromToken):
* generic/tclCmdMZ.c (TraceCommandProc):
* generic/tclInt.h (NS_KILLED):