summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-11 09:42:15 (GMT)
committerhobbs <hobbs>2003-02-11 09:42:15 (GMT)
commit94d9eb28393d1120280bc9666a645a9610c61b0a (patch)
tree77266a1391b694a9b5a8b37c7b50379d8585f119 /ChangeLog
parent28874513024e2087054c3fcbdb08a7fead506bc8 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b762e36..01c151a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: