summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-05-12 17:31:50 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-05-12 17:31:50 (GMT)
commit88277cfbf1cceab46833ba93902ebb9fe1da8133 (patch)
treea67727437b70adf865cb3434bd950af5eb0c3db2 /ChangeLog
parentb95a9126f621fbe906c1e61a45a571d044973e91 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ed7890..77051a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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