summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 18:23:18 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 18:23:18 (GMT)
commit68c1d94957701240c5b06cdc75ae4a47d1a3cd7e (patch)
tree58b62966df348210cf51a6066e2b09bf37ac37ac /ChangeLog
parent278d6deed875d2e1041c37f225189680d09891bd (diff)
downloadtcl-68c1d94957701240c5b06cdc75ae4a47d1a3cd7e.zip
tcl-68c1d94957701240c5b06cdc75ae4a47d1a3cd7e.tar.gz
tcl-68c1d94957701240c5b06cdc75ae4a47d1a3cd7e.tar.bz2
* 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 by the OS. See [Bug 680143] for longer discussion. * tests/ioCmd.test (iocmd-13.7.*): Extended the testsuite to check the new handling of 'a'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f59888f..ca4b1fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
+ by the OS. See [Bug 680143] for longer discussion.
+
+ * tests/ioCmd.test (iocmd-13.7.*): Extended the testsuite to check
+ the new handling of 'a'.
+
2006-03-15 Andreas Kupries <andreask@activestate.com>
* tests/socket.test: Extended the timeout in socket-11.11 from 10