diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 03:42:49 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 03:42:49 (GMT) |
commit | 5391471ba68476e8ffa96b327d4e2bc09746d0f1 (patch) | |
tree | 309e81a45cfbd5249fac9ac609604e4be2bffee0 /ChangeLog | |
parent | 8dc91fd4313dc268bca4ad3d522914a3ad2bc6e8 (diff) | |
download | tcl-5391471ba68476e8ffa96b327d4e2bc09746d0f1.zip tcl-5391471ba68476e8ffa96b327d4e2bc09746d0f1.tar.gz tcl-5391471ba68476e8ffa96b327d4e2bc09746d0f1.tar.bz2 |
* generic/tclVar.c: fix for [Bug 735335]. The use of
tclNsVarNameType objs is still disabled, pending resolution of
[Bug 736729].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-22 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c: fix for [Bug 735335]. The use of + tclNsVarNameType objs is still disabled, pending resolution of + [Bug 736729]. + 2004-05-21 Miguel Sofer <msofer@users.sf.net> * tests/namespace.test (namespace-41.3): removed the {knownBug} |