diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-14 00:41:05 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-14 00:41:05 (GMT) |
commit | 9264d5ca1bd013c78fc5f822303ce4c03bde8c74 (patch) | |
tree | 6ca36e542384ebbf3ca170a55c48aae2d07c3394 /ChangeLog | |
parent | d6c73ab77833ab9488ab9930031dd0851a931cb4 (diff) | |
download | tcl-9264d5ca1bd013c78fc5f822303ce4c03bde8c74.zip tcl-9264d5ca1bd013c78fc5f822303ce4c03bde8c74.tar.gz tcl-9264d5ca1bd013c78fc5f822303ce4c03bde8c74.tar.bz2 |
* generic/tclInt.h:
* generic/tclNamesp.c:
* tests/namespace.test: fix for bugs #1354540 and #1355942. The
new tests 7.3-6 and the modified 51.13 fail due to the unrelated
[Bug 1355342]
* tests/trace.test: added tests 20.13-16 for [Bug 1355342]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-11-13 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInt.h: + * generic/tclNamesp.c: + * tests/namespace.test: fix for bugs #1354540 and #1355942. The + new tests 7.3-6 and the modified 51.13 fail due to the unrelated + [Bug 1355342] + + * tests/trace.test: added tests 20.13-16 for [Bug 1355342] + 2005-11-12 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (Tcl_DeleteCommandFromToken): |