diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-05-12 17:31:50 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-05-12 17:31:50 (GMT) |
commit | 88277cfbf1cceab46833ba93902ebb9fe1da8133 (patch) | |
tree | a67727437b70adf865cb3434bd950af5eb0c3db2 /ChangeLog | |
parent | b95a9126f621fbe906c1e61a45a571d044973e91 (diff) | |
download | tcl-88277cfbf1cceab46833ba93902ebb9fe1da8133.zip tcl-88277cfbf1cceab46833ba93902ebb9fe1da8133.tar.gz tcl-88277cfbf1cceab46833ba93902ebb9fe1da8133.tar.bz2 |
* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,
disabling usage of tclNsVarNameType.
* tests/var.test (var-15.1): test for [Bug 735335]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-05-12 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, + disabling usage of tclNsVarNameType. + * tests/var.test (var-15.1): test for [Bug 735335] + 2003-05-10 Zoran Vasiljevic <zoran@archiware.com> * unix/tclUnixThrd.c: corrected Tcl Bug #723502 |