summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 19:12:31 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 19:12:31 (GMT)
commit641feadb4eb7727637f8a7508ce9f8f8d5a64e14 (patch)
treea4545e4f846b0268ccf6d384e08c70a51b574200 /ChangeLog
parent68c1d94957701240c5b06cdc75ae4a47d1a3cd7e (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca4b1fa..46258c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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