diff options
author | dgp <dgp@users.sourceforge.net> | 2007-02-06 21:08:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-02-06 21:08:05 (GMT) |
commit | 11d70a65e6f7578f2d0e486b978142e3bcdcc304 (patch) | |
tree | 7ad5524122d1e3696248043277e03193466d2d73 /ChangeLog | |
parent | 88cd3810ef18b4e05cae8aebda92c41155ce7f1a (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |