summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-04 20:13:17 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-04 20:13:17 (GMT)
commitaf0c3541192d9fdf06f543f52649706e29a77ae8 (patch)
tree499af96c2ce17757519720631bb97cb037660306 /ChangeLog
parent3554b9e788ccb6740c210c1d3d1c8f01eea7a6fc (diff)
downloadtcl-af0c3541192d9fdf06f543f52649706e29a77ae8.zip
tcl-af0c3541192d9fdf06f543f52649706e29a77ae8.tar.gz
tcl-af0c3541192d9fdf06f543f52649706e29a77ae8.tar.bz2
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based
* tests/chanio.test: 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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f91bead..5aae64a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-04-04 Andreas Kupries <andreask@activestate.com>
+ * tests/io.test (io-53.9): Added testcase for [Bug 780533], based
+ * tests/chanio.test: on Alexandre's test script. Also fixed
+ problem with timer in preceding test, was not canceled properly
+ in the ok case.
+
+2008-04-04 Andreas Kupries <andreask@activestate.com>
+
* generic/tclIORChan.c (ReflectOutput): Allow zero return from
write when input was zero-length anyway. Otherwise keept it an
error, and separate the message from 'written too much'.