diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-18 23:44:37 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-18 23:44:37 (GMT) |
commit | d97668ebc72a19373c62850e8b3e461c428c8f92 (patch) | |
tree | 244c1c1a43fb25d4acd06db002e3838c15240389 /ChangeLog | |
parent | c97535ea03fe482ec1293e11b276eb40fd2faeb8 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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): |