summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 19:12:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 19:12:15 (GMT)
commit240ad238c29f785dce687bf5f0339ce7b18a73f1 (patch)
treee7c6c9d0bcfe28665494b7efaebd61ceaa2b529a /ChangeLog
parent25f7e2b1839da7e468041414cb962fd468bfa35c (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75e9189..0bebceb 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