diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-16 21:12:16 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-16 21:12:16 (GMT) |
commit | 7af63d00e32bf28de28310b58175625841182af7 (patch) | |
tree | 89b8a2bae36a97f29a60d0322f8429c0dae66cbe /ChangeLog | |
parent | 240ad238c29f785dce687bf5f0339ce7b18a73f1 (diff) | |
download | tcl-7af63d00e32bf28de28310b58175625841182af7.zip tcl-7af63d00e32bf28de28310b58175625841182af7.tar.gz tcl-7af63d00e32bf28de28310b58175625841182af7.tar.bz2 |
* doc/open.n: Documented the changed behaviour of 'a'ppend mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |