summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 18:22:54 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 18:22:54 (GMT)
commit25f7e2b1839da7e468041414cb962fd468bfa35c (patch)
tree9a1ede11503c4ab3597c045e1fee0c877cfb1a48 /ChangeLog
parent50eba7c70e2d665ecb30510700338e784228439b (diff)
downloadtcl-25f7e2b1839da7e468041414cb962fd468bfa35c.zip
tcl-25f7e2b1839da7e468041414cb962fd468bfa35c.tar.gz
tcl-25f7e2b1839da7e468041414cb962fd468bfa35c.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 4466713..75e9189 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