summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-04-29 11:45:22 (GMT)
committervincentdarley <vincentdarley>2003-04-29 11:45:22 (GMT)
commit8fb4b544191b41c53d33158bd500989d683eae03 (patch)
tree90d2eeb2fccce449fd2543da405b6b0e090677ea /ChangeLog
parent9e3a21b5ebf1b620acfd51cef82cd549b83ed815 (diff)
downloadtcl-8fb4b544191b41c53d33158bd500989d683eae03.zip
tcl-8fb4b544191b41c53d33158bd500989d683eae03.tar.gz
tcl-8fb4b544191b41c53d33158bd500989d683eae03.tar.bz2
glob and square brackets fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e9c664..33d332f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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