diff options
author | hobbs <hobbs> | 2003-07-17 00:20:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-17 00:20:41 (GMT) |
commit | a626e7cb3acdd464d7121fc8a401eda7cbae9e92 (patch) | |
tree | b2daa3910127e8c7bde6c38b6b76099bcf20ab8a /ChangeLog | |
parent | 7babac4bf486dcf01e87c9283ef4adf85b7e2cef (diff) | |
download | tcl-a626e7cb3acdd464d7121fc8a401eda7cbae9e92.zip tcl-a626e7cb3acdd464d7121fc8a401eda7cbae9e92.tar.gz tcl-a626e7cb3acdd464d7121fc8a401eda7cbae9e92.tar.bz2 |
2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>
* generic/tclPathObj.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.
[Patch 679315]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> + + * generic/tclPathObj.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. + [Patch 679315] + 2003-07-16 Jeff Hobbs <jeffh@ActiveState.com> * library/safe.tcl (FileInAccessPath): normalize paths before |