summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-10-06 09:49:19 (GMT)
committervincentdarley <vincentdarley>2003-10-06 09:49:19 (GMT)
commit667a4aad934603ef865cba2b5b15f4c5687dc0c4 (patch)
tree65328a9bee43268f3dc141a59f2f3d9a446710fd /ChangeLog
parentce5f8d3fdff40fbd42079a7d4c6acf2671e42c62 (diff)
downloadtcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.zip
tcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.tar.gz
tcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.tar.bz2
filesystem bug fixes: volumerelative normalization, file join inconsistency
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71beb68..460690c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-06 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclFileName.c:
+ * generic/tclIOUtil.c: backport of volumerelative file normalization
+ and 'file join' inconsistency fixes [Bug 767834, 813273].
+
2003-10-04 Chengye Mao <chengye.geo@yahoo.com>
* win/tclWinPipe.c: fixed a bug in BuildCommandLine.