diff options
author | vincentdarley <vincentdarley> | 2002-05-30 09:27:11 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-05-30 09:27:11 (GMT) |
commit | cc88c140a0a394a4427eb1b96c89546939ee599d (patch) | |
tree | 2e525b8e7f2f782c7faef427a25634e2f20d84f3 /ChangeLog | |
parent | 32f9ccf2c6a2a7cfb5bf2bb1baa8ebd497cda173 (diff) | |
download | tcl-cc88c140a0a394a4427eb1b96c89546939ee599d.zip tcl-cc88c140a0a394a4427eb1b96c89546939ee599d.tar.gz tcl-cc88c140a0a394a4427eb1b96c89546939ee599d.tar.bz2 |
glob fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-05-30 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclFileName.c (TclGlob): fix to longstanding + 'knownBug' in fileName tests 15.2-15.4, and fix to a new + Tcl 8.4 bug in certain uses of 'glob -tails'. + * tests/fileName.test: removed 'knownBug' flag from some tests, + added some new tests for above bugs. + 2002-05-29 Jeff Hobbs <jeffh@ActiveState.com> * unix/configure: regen'ed |