diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-04 20:14:16 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-04 20:14:16 (GMT) |
commit | 95ec71641ba73286ec715f80983cd5c0b07ad7b9 (patch) | |
tree | 8040e16e344a9777db46b21c3f5b7808b1dd2ed6 /ChangeLog | |
parent | 2d40237679306f4094b26b189d039f1a00c44b32 (diff) | |
download | tcl-95ec71641ba73286ec715f80983cd5c0b07ad7b9.zip tcl-95ec71641ba73286ec715f80983cd5c0b07ad7b9.tar.gz tcl-95ec71641ba73286ec715f80983cd5c0b07ad7b9.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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'. |