summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-04-01 11:13:00 (GMT)
committervincentdarley <vincentdarley>2004-04-01 11:13:00 (GMT)
commitfcc8d73fc63d034e3e01c6b0a98935e9da182a18 (patch)
tree209477399ab57d00fcf5805625fd22d31f9434f3 /ChangeLog
parent64a1c946139f5b56887f39a4ab6230d9acbb37bc (diff)
downloadtcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.zip
tcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.tar.gz
tcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.tar.bz2
cross-filesystem boundary glob fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb80485..e055bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-01 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclIOUtil.c: Fix to privately reported vfs bug with
+ 'glob -type d -dir . *' across a vfs boundary. No tests for
+ this are currently possible without effectively moving tclvfs
+ into Tcl's test suite.
+
2004-03-31 Don Porter <dgp@users.sourceforge.net>
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]