summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 21:11:55 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 21:11:55 (GMT)
commit9c29bcca6782316025f4f7e2170f94d9dea24a79 (patch)
treec78e439744fe6e6859d05e85c81a0a9a2b7ff30e /ChangeLog
parent641feadb4eb7727637f8a7508ce9f8f8d5a64e14 (diff)
downloadtcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.zip
tcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.tar.gz
tcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.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 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