diff options
author | vincentdarley <vincentdarley> | 2003-04-25 18:28:07 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-04-25 18:28:07 (GMT) |
commit | 2207395596d5bdd38f3c6d01187ee678155d227f (patch) | |
tree | e656382d969e18617331f33d44031f1301bdf523 /ChangeLog | |
parent | e39ac41979189210210c4ad46c3d86e7e72069fb (diff) | |
download | tcl-2207395596d5bdd38f3c6d01187ee678155d227f.zip tcl-2207395596d5bdd38f3c6d01187ee678155d227f.tar.gz tcl-2207395596d5bdd38f3c6d01187ee678155d227f.tar.bz2 |
fix to glob and filenames with square brackets
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-04-24 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclFileName.c: fix to bug reported privately by + Jeff where, for example, 'glob -path {[tcl]} *' gets confused + by the leading special character (which is escaped internally), + and instead lists files in '/'. Bug only occurs on Windows + where '\' is also a directory separator. + * tests/fileName.test: added test for the above bug. + 2003-04-22 Andreas Kupries <andreask@activestate.com> * The changes below fix SF bugs [593810], and [718045]. |