summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-11-22 12:53:04 (GMT)
committervincentdarley <vincentdarley>2004-11-22 12:53:04 (GMT)
commit5264c8ea7beb50e85b079617502d7ef7296a5188 (patch)
tree3637c6ed0321468290c7f2b3e0c04c7bf2ece6e8 /ChangeLog
parentc5de95ef4f7261b14f8ff65e8bef6ec08967f12d (diff)
downloadtcl-5264c8ea7beb50e85b079617502d7ef7296a5188.zip
tcl-5264c8ea7beb50e85b079617502d7ef7296a5188.tar.gz
tcl-5264c8ea7beb50e85b079617502d7ef7296a5188.tar.bz2
fix to windows file join bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e80ea65..c1bcda1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-22 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclPathObj.c: fix and new test for [Bug 1043129] in
+ * tests/fileSystem.test: the treatment of backslashes in file
+ join on Windows.
+
2004-11-21 Don Porter <dgp@users.sourceforge.net>
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).