diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-04 17:18:30 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-04 17:18:30 (GMT) |
commit | 2d40237679306f4094b26b189d039f1a00c44b32 (patch) | |
tree | 072f71b06fd3a55a3c2f0de0f54f5981ad6801b0 /ChangeLog | |
parent | bd64b428cf44de3abad33cda014cb21a5252ef79 (diff) | |
download | tcl-2d40237679306f4094b26b189d039f1a00c44b32.zip tcl-2d40237679306f4094b26b189d039f1a00c44b32.tar.gz tcl-2d40237679306f4094b26b189d039f1a00c44b32.tar.bz2 |
* 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'.
* tests/ioCmd.test (iocmd-24.6): Testcase updated for changed
message.
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> + * 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'. + + * tests/ioCmd.test (iocmd-24.6): Testcase updated for changed + message. + * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the reflection map. Before we could crash the system by invoking 'chan postevent' on a closed |