summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-06-30 14:46:08 (GMT)
committervincentdarley <vincentdarley>2004-06-30 14:46:08 (GMT)
commit40c4071e89f7108b6f3f15f4cc1f2534c76ba96e (patch)
tree5ff862c1655b4f624b6e4d6279d96b2542a356c0 /ChangeLog
parentc668fdda8808df7ea24f76d18d229b3fccd38dc8 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f36f3ed..ee3a241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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