summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-02-06 21:08:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-02-06 21:08:05 (GMT)
commit11d70a65e6f7578f2d0e486b978142e3bcdcc304 (patch)
tree7ad5524122d1e3696248043277e03193466d2d73 /ChangeLog
parent88cd3810ef18b4e05cae8aebda92c41155ce7f1a (diff)
downloadtcl-11d70a65e6f7578f2d0e486b978142e3bcdcc304.zip
tcl-11d70a65e6f7578f2d0e486b978142e3bcdcc304.tar.gz
tcl-11d70a65e6f7578f2d0e486b978142e3bcdcc304.tar.bz2
* generic/tclNamesp.c: Corrected broken implementation of the
* tests/namespace.test: TclMatchIsTrivial optimization on [namespace children $namespace $pattern].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56d18d9..9d7277d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-06 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamesp.c: Corrected broken implementation of the
+ * tests/namespace.test: TclMatchIsTrivial optimization on
+ [namespace children $namespace $pattern].
+
2007-02-04 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if