diff options
author | hobbs <hobbs> | 2003-02-11 09:42:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-11 09:42:15 (GMT) |
commit | 94d9eb28393d1120280bc9666a645a9610c61b0a (patch) | |
tree | 77266a1391b694a9b5a8b37c7b50379d8585f119 /ChangeLog | |
parent | 28874513024e2087054c3fcbdb08a7fead506bc8 (diff) | |
download | tcl-94d9eb28393d1120280bc9666a645a9610c61b0a.zip tcl-94d9eb28393d1120280bc9666a645a9610c61b0a.tar.gz tcl-94d9eb28393d1120280bc9666a645a9610c61b0a.tar.bz2 |
* tests/fileSystem.test: added test 8.3
* generic/tclIOUtil.c (Tcl_FSGetNormalizedPath):
(Tcl_FSMatchInDirectory): handle the cwdLen == 0 case
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-02-11 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/fileSystem.test: added test 8.3 + * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): + (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case + + * unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden + file match check. + 2003-02-10 Mo DeJong <mdejong@users.sourceforge.net> * win/configure: |