diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-16 21:11:55 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-16 21:11:55 (GMT) |
commit | 9c29bcca6782316025f4f7e2170f94d9dea24a79 (patch) | |
tree | c78e439744fe6e6859d05e85c81a0a9a2b7ff30e /ChangeLog | |
parent | 641feadb4eb7727637f8a7508ce9f8f8d5a64e14 (diff) | |
download | tcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.zip tcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.tar.gz tcl-9c29bcca6782316025f4f7e2170f94d9dea24a79.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 |