diff options
author | vincentdarley <vincentdarley> | 2003-09-30 14:05:44 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-09-30 14:05:44 (GMT) |
commit | 62fbe6d3ac206f0bb0cfbcf84f9b60cc4a703970 (patch) | |
tree | 455fcf50a6067805d93a96cc25439f6ac2b2137f /ChangeLog | |
parent | 7ead8280ab4a917062c6de8aec6234eace8f610a (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |