diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-16 19:12:15 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-16 19:12:15 (GMT) |
commit | 240ad238c29f785dce687bf5f0339ce7b18a73f1 (patch) | |
tree | e7c6c9d0bcfe28665494b7efaebd61ceaa2b529a /ChangeLog | |
parent | 25f7e2b1839da7e468041414cb962fd468bfa35c (diff) | |
download | tcl-240ad238c29f785dce687bf5f0339ce7b18a73f1.zip tcl-240ad238c29f785dce687bf5f0339ce7b18a73f1.tar.gz tcl-240ad238c29f785dce687bf5f0339ce7b18a73f1.tar.bz2 |
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be
self-contained with regard to setup and cleanup. [Bug 681793].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-03-16 Andreas Kupries <andreask@activestate.com> + * 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 |