summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-04 17:19:40 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-04 17:19:40 (GMT)
commit3554b9e788ccb6740c210c1d3d1c8f01eea7a6fc (patch)
tree54a18a3101532c359328a9075e7c1f09a20fc896 /ChangeLog
parentdd13549c2381c348b6536501d389e513a6082f5d (diff)
downloadtcl-3554b9e788ccb6740c210c1d3d1c8f01eea7a6fc.zip
tcl-3554b9e788ccb6740c210c1d3d1c8f01eea7a6fc.tar.gz
tcl-3554b9e788ccb6740c210c1d3d1c8f01eea7a6fc.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 774b44e..f91bead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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