summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4e72df..a0ba17d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.