diff options
author | vincentdarley <vincentdarley> | 2004-08-31 09:20:07 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-08-31 09:20:07 (GMT) |
commit | 2dff694c415bcb05ec35723e1d67c61c07d7bfaa (patch) | |
tree | 28e5ff79e11f47a2fa58fc11d62d0ccc75d97643 /ChangeLog | |
parent | e8d73728c49a16146477d579a1c0859b30546ec9 (diff) | |
download | tcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.zip tcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.tar.gz tcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.tar.bz2 |
two bugs fixed in filesystem docs and tests
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. |