summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-04 20:00:57 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-04 20:00:57 (GMT)
commitb5dca8245923aea2ae9e88e04405563273143163 (patch)
tree3397171d0c092abf7c187d993f6b9e9abc0f310f /ChangeLog
parentaee4b23dd9098622d39bdab07937703a502e75f6 (diff)
downloadtcl-b5dca8245923aea2ae9e88e04405563273143163.zip
tcl-b5dca8245923aea2ae9e88e04405563273143163.tar.gz
tcl-b5dca8245923aea2ae9e88e04405563273143163.tar.bz2
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based
on Alexandre's test script. Also fixed problem with timer in preceding test, was not canceled properly in the ok case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69103a2..688ee7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-04 Andreas Kupries <andreask@activestate.com>
+
+ * tests/io.test (io-53.9): Added testcase for [Bug 780533], based
+ on Alexandre's test script. Also fixed problem with timer in
+ preceding test, was not canceled properly in the ok case.
+
2008-04-03 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to