summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-09-30 14:05:44 (GMT)
committervincentdarley <vincentdarley>2003-09-30 14:05:44 (GMT)
commit62fbe6d3ac206f0bb0cfbcf84f9b60cc4a703970 (patch)
tree455fcf50a6067805d93a96cc25439f6ac2b2137f /ChangeLog
parent7ead8280ab4a917062c6de8aec6234eace8f610a (diff)
downloadtcl-62fbe6d3ac206f0bb0cfbcf84f9b60cc4a703970.zip
tcl-62fbe6d3ac206f0bb0cfbcf84f9b60cc4a703970.tar.gz
tcl-62fbe6d3ac206f0bb0cfbcf84f9b60cc4a703970.tar.bz2
fixed inconsistent handling of file separators in file join
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33b864d..e91cda2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-29 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclPathObj.c:
+ * tests/fileName.test: fix to inconsistent handling of backslash
+ path separators on Windows in 'file join' [Bug 813273]
+
2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclPathObj.c (TclNativePathInFilesystem,TclFSGetPathType):