summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 46258c6..fc6ce1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
2006-03-16 Andreas Kupries <andreask@activestate.com>
+ * doc/open.n: Documented the changed behaviour of 'a'ppend mode.
+
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be
self-contained with regard to setup and cleanup. [Bug 681793].
-2006-03-16 Andreas Kupries <andreask@activestate.com>
-
* generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to
the list of POSIX modes used when opening a file for
'a'ppend. This enables the proper automatic seek-to-end-on-write