diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-09-01 17:31:53 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-09-01 17:31:53 (GMT) |
commit | e2f9593018e694ea4db44610c096ba4df5a3a3d3 (patch) | |
tree | 8f6a70bc1b10b0364c68addf1016a1a340384400 /ChangeLog | |
parent | fba4c630a694890fb444eb5ca69f54ebc2bc4c13 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |