diff options
author | hobbs <hobbs> | 2003-02-11 11:07:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-11 11:07:00 (GMT) |
commit | efc50f268e80406cfd5058b3a67014803a71dad2 (patch) | |
tree | 0a862c3dc52541153be84058146c06583c857d64 /ChangeLog | |
parent | 94d9eb28393d1120280bc9666a645a9610c61b0a (diff) | |
download | tcl-efc50f268e80406cfd5058b3a67014803a71dad2.zip tcl-efc50f268e80406cfd5058b3a67014803a71dad2.tar.gz tcl-efc50f268e80406cfd5058b3a67014803a71dad2.tar.bz2 |
* generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):
(UpdateStringOfFsPath): revert the cwdLen == 0 check and instead
follow a different code path in Tcl_FSJoinPath.
(Tcl_FSConvertToPathType, Tcl_FSGetNormalizedPath):
(Tcl_FSGetFileSystemForPath): Update string rep path objects
before freeing the internal object. (darley)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ 2003-02-11 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): + (UpdateStringOfFsPath): revert the cwdLen == 0 check and instead + follow a different code path in Tcl_FSJoinPath. + (Tcl_FSConvertToPathType, Tcl_FSGetNormalizedPath): + (Tcl_FSGetFileSystemForPath): Update string rep path objects + before freeing the internal object. (darley) + * tests/fileSystem.test: added test 8.3 * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): - (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case + (UpdateStringOfFsPath): handle the cwdLen == 0 case * unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden file match check. |