diff options
author | vincentdarley <vincentdarley> | 2004-06-30 14:46:08 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-06-30 14:46:08 (GMT) |
commit | 40c4071e89f7108b6f3f15f4cc1f2534c76ba96e (patch) | |
tree | 5ff862c1655b4f624b6e4d6279d96b2542a356c0 /ChangeLog | |
parent | c668fdda8808df7ea24f76d18d229b3fccd38dc8 (diff) | |
download | tcl-40c4071e89f7108b6f3f15f4cc1f2534c76ba96e.zip tcl-40c4071e89f7108b6f3f15f4cc1f2534c76ba96e.tar.gz tcl-40c4071e89f7108b6f3f15f4cc1f2534c76ba96e.tar.bz2 |
fix to trailing slash documentation and to a filesystem 'file join' bug on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-30 Vince Darley <vincentdarley@users.sourceforge.net> + + * doc/filename.n: clarified behaviour concerning trailing + slashes in filenames [Bug 971976] + + * win/tclWinFile.c: + * tests/fileSystem.test: fix and tests for [Bug 979879] + 2004-06-30 Donal K. Fellows <donal.k.fellows@man.ac.uk> TIP#188 IMPLEMENTATION |