diff options
author | hobbs <hobbs> | 2003-07-17 00:16:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-17 00:16:03 (GMT) |
commit | fd3cca0fed42222f341474fe7ecb9843dc8fb15b (patch) | |
tree | 3df9d68233c4378f6a835b853ec41a9d581fdf69 /ChangeLog | |
parent | 3389435994d42db2b637d34fbae876f1e36e4520 (diff) | |
download | tcl-fd3cca0fed42222f341474fe7ecb9843dc8fb15b.zip tcl-fd3cca0fed42222f341474fe7ecb9843dc8fb15b.tar.gz tcl-fd3cca0fed42222f341474fe7ecb9843dc8fb15b.tar.bz2 |
2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>
* generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific
code to convert POSIX filename to native format.
* generic/tclFileName.c (Tcl_TranslateFileName): And remove from here.
(TclDoGlob): Adjust for cygwin and append / for dirs instead of \
* win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ +2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> + + * generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific + code to convert POSIX filename to native format. + * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. + (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ + * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin. + 2003-07-16 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWinFile.c (TclpObjChdir): + * library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) |