summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-23 22:53:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-23 22:53:18 (GMT)
commitf606211e0c51995aea56b201d27556a45c10109c (patch)
treeced351781e4a4d76a53b7dd645aabb4c988d1e6d /ChangeLog
parent0463c49be94c19a4a433c4657f8e565e80e1b0b3 (diff)
downloadtcl-f606211e0c51995aea56b201d27556a45c10109c.zip
tcl-f606211e0c51995aea56b201d27556a45c10109c.tar.gz
tcl-f606211e0c51995aea56b201d27556a45c10109c.tar.bz2
* generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,
insuring that no "zombie" variables are found. * generic/tclVar.c (TclLookupSimpleVar): comments re [Bug 736729] (predecessor of [Bug 959052]) removed. * tests/namespace.test: added tests 17.10-12
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4931461..0c77a8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-23 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,
+ insuring that no "zombie" variables are found.
+ * generic/tclVar.c (TclLookupSimpleVar): comments re [Bug 736729]
+ (predecessor of [Bug 959052]) removed.
+ * tests/namespace.test: added tests 17.10-12
+
2004-05-22 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new