summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-10 20:25:04 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-10 20:25:04 (GMT)
commit9853c7fae6fa3aea71e0455341a8c5df187a01c3 (patch)
treef4127203424d57be358343531c1bd88f4c04c931 /ChangeLog
parent0d03d64e498f454ef8740599f96062de19ee37ad (diff)
downloadtcl-tip_278_branch.zip
tcl-tip_278_branch.tar.gz
tcl-tip_278_branch.tar.bz2
* tests/namespace-old.test (5.4 6.12,14,15): tip_278_branch
* tests/namespace.test (14.3,12 17.7,10 34.7): adapted tests to [Tip 278] functionality. * tests/namespace.test (namespace-14.5): refer to global vars explicitly (not what was being tested). Missed in the big patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5cbefb..6190949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-10 Miguel Sofer <msofer@users.sf.net>
+
+ * tests/namespace-old.test (5.4 6.12,14,15):
+ * tests/namespace.test (14.3,12 17.7,10 34.7): adapted tests to
+ [Tip 278] functionality.
+
+ * tests/namespace.test (namespace-14.5): refer to global vars
+ explicitly (not what was being tested). Missed in the big patch.
+
2006-10-09 Miguel Sofer <msofer@users.sf.net>
* generic/tclNamesp.c (Tcl_FindNamespaceVar): second change