summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 03:42:49 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 03:42:49 (GMT)
commit5391471ba68476e8ffa96b327d4e2bc09746d0f1 (patch)
tree309e81a45cfbd5249fac9ac609604e4be2bffee0 /ChangeLog
parent8dc91fd4313dc268bca4ad3d522914a3ad2bc6e8 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 403f4c7..84caa5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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}