diff options
author | vincentdarley <vincentdarley> | 2003-12-12 17:09:50 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-12 17:09:50 (GMT) |
commit | ac8f145f5da3f90867e464c1df5954fb60f5fe62 (patch) | |
tree | f8bf7c0a6232749155f588db9b82aa93e7b52cb8 | |
parent | aa01f2adde9514d4744432c6edb9667ea86bd2b2 (diff) | |
download | tcl-ac8f145f5da3f90867e464c1df5954fb60f5fe62.zip tcl-ac8f145f5da3f90867e464c1df5954fb60f5fe62.tar.gz tcl-ac8f145f5da3f90867e464c1df5954fb60f5fe62.tar.bz2 |
various filesystem fixes
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2003-12-12 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclCmdAH.c: fix to normalization of non-existent user + name ('file normalize ~nobody') [Bug 858937] + * doc/file.n: clarify behaviour of 'file link' when the target + is not an absolute path. + * doc/filename.n: correct documentation to say that Windows Tcl + does handle '~user', for recent Windows releases, and clarified + distinction between MacOS 'classic' and MacOS X. + * doc/glob.n: clarification of glob's behaviour when returning + filenames starting with a '~'. + + * tests/fileSystem.test: + * tests/fileName.test: new tests added for the normalization + problem above and other recentlt reported issues. + + * win/tclWinFile.c: corrected unclear comments + + * unix/tclUnixFile.c: allow creation of relative links + [Bug 833713] + 2003-12-11 David Gravereaux <davygrvy@pobox.com> * win/tclWinSock.c (SocketThreadExitHandler) : added a |