diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-08-31 Vince Darley <vincentdarley@users.sourceforge.net> + + * doc/FileSystem.3: + * generic/tclIOUtil.c: Clarified documentation regarding ability + of a filesystem to say that it doesn't support a given operation + using the EXDEV posix error code (copyFileProc, renameFileProc, + etc), and updated one piece of code to ensure correct behaviour + when an operation is not supported [Bug 1017072] + + * tests/fCmd.test: fix to test suite problem [Bug 1002884] + 2004-08-31 Daniel Steffen <das@users.sourceforge.net> * unix/Makefile.in (install-libraries): portable sh fix. |