diff options
author | vincentdarley <vincentdarley> | 2003-04-29 11:45:22 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-04-29 11:45:22 (GMT) |
commit | 8fb4b544191b41c53d33158bd500989d683eae03 (patch) | |
tree | 90d2eeb2fccce449fd2543da405b6b0e090677ea /ChangeLog | |
parent | 9e3a21b5ebf1b620acfd51cef82cd549b83ed815 (diff) | |
download | tcl-8fb4b544191b41c53d33158bd500989d683eae03.zip tcl-8fb4b544191b41c53d33158bd500989d683eae03.tar.gz tcl-8fb4b544191b41c53d33158bd500989d683eae03.tar.bz2 |
glob and square brackets fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-04-29 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. (Bug has been around + at least since Tcl 8.3). + * tests/fileName.test: added test for the above bug. + 2003-04-25 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the |