summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 21:12:16 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 21:12:16 (GMT)
commit7af63d00e32bf28de28310b58175625841182af7 (patch)
tree89b8a2bae36a97f29a60d0322f8429c0dae66cbe /ChangeLog
parent240ad238c29f785dce687bf5f0339ce7b18a73f1 (diff)
downloadtcl-7af63d00e32bf28de28310b58175625841182af7.zip
tcl-7af63d00e32bf28de28310b58175625841182af7.tar.gz
tcl-7af63d00e32bf28de28310b58175625841182af7.tar.bz2
* doc/open.n: Documented the changed behaviour of 'a'ppend mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bebceb..b55945f 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