diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-16 19:12:31 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-16 19:12:31 (GMT) |
commit | 641feadb4eb7727637f8a7508ce9f8f8d5a64e14 (patch) | |
tree | a4545e4f846b0268ccf6d384e08c70a51b574200 /ChangeLog | |
parent | 68c1d94957701240c5b06cdc75ae4a47d1a3cd7e (diff) | |
download | tcl-641feadb4eb7727637f8a7508ce9f8f8d5a64e14.zip tcl-641feadb4eb7727637f8a7508ce9f8f8d5a64e14.tar.gz tcl-641feadb4eb7727637f8a7508ce9f8f8d5a64e14.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 |