summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-09-01 17:31:53 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-09-01 17:31:53 (GMT)
commite2f9593018e694ea4db44610c096ba4df5a3a3d3 (patch)
tree8f6a70bc1b10b0364c68addf1016a1a340384400 /ChangeLog
parentfba4c630a694890fb444eb5ca69f54ebc2bc4c13 (diff)
downloadtcl-e2f9593018e694ea4db44610c096ba4df5a3a3d3.zip
tcl-e2f9593018e694ea4db44610c096ba4df5a3a3d3.tar.gz
tcl-e2f9593018e694ea4db44610c096ba4df5a3a3d3.tar.bz2
* generic/tclIORTrans.c (ReflectInput): Remove error response to
0-result from method 'limit?' of transformations. Return the number of copied bytes instead, which is possibly nothing. The latter then triggers EOF handling in the higher layers, making the 0-result of limit? the way to inject artificial EOF's into the data stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a59a01..85fcec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-01 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIORTrans.c (ReflectInput): Remove error response to
+ 0-result from method 'limit?' of transformations. Return the
+ number of copied bytes instead, which is possibly nothing. The
+ latter then triggers EOF handling in the higher layers, making the
+ 0-result of limit? the way to inject artificial EOF's into the
+ data stream.
+
2009-09-01 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision