diff options
author | vincentdarley <vincentdarley> | 2004-04-01 11:13:00 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-04-01 11:13:00 (GMT) |
commit | fcc8d73fc63d034e3e01c6b0a98935e9da182a18 (patch) | |
tree | 209477399ab57d00fcf5805625fd22d31f9434f3 /ChangeLog | |
parent | 64a1c946139f5b56887f39a4ab6230d9acbb37bc (diff) | |
download | tcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.zip tcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.tar.gz tcl-fcc8d73fc63d034e3e01c6b0a98935e9da182a18.tar.bz2 |
cross-filesystem boundary glob fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |