diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2008-04-15 18:34:46 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2008-04-15 18:34:46 (GMT) |
commit | 61c58d5b10e6234dbe1f97df52ea80a372d829e4 (patch) | |
tree | 3b59fce365b858e6d35af4ad8c484f737a7030fe /ChangeLog | |
parent | f7aa61ff8115f61023098221287c083ad36898a6 (diff) | |
download | tcl-61c58d5b10e6234dbe1f97df52ea80a372d829e4.zip tcl-61c58d5b10e6234dbe1f97df52ea80a372d829e4.tar.gz tcl-61c58d5b10e6234dbe1f97df52ea80a372d829e4.tar.bz2 |
* generic/tclIO.c (CopyData): Applied another patch by Alexandre
* io.test (io-53.8a): Ferrieux <ferrieux@users.sourceforge.net>,
* chanio.test (chan-io-53.8a): to shift EOF handling to the async
part of the command if a callback is specified, should the channel
be at EOF already when fcopy is called. Testcase by myself.
FossilOrigin-Name: f8664c06387f7e8f582710632ba93af81612df98
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-04-15 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (CopyData): Applied another patch by Alexandre + * io.test (io-53.8a): Ferrieux <ferrieux@users.sourceforge.net>, + * chanio.test (chan-io-53.8a): to shift EOF handling to the async + part of the command if a callback is specified, should the channel + be at EOF already when fcopy is called. Testcase by myself. + 2008-04-15 Daniel Steffen <das@users.sourceforge.net> * unix/Makefile.in: adjust tclDTrace.h dependencies for removal |