diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-15 18:32:00 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-15 18:32:00 (GMT) |
commit | 627d3c8418d40dedf7495731024e2de6ba51ed58 (patch) | |
tree | be6ef99b6ba62d9c825aca5ca981a29f4b4e549f /ChangeLog | |
parent | f88631b9936341c9a94380101b6559f74e91eafd (diff) | |
download | tcl-627d3c8418d40dedf7495731024e2de6ba51ed58.zip tcl-627d3c8418d40dedf7495731024e2de6ba51ed58.tar.gz tcl-627d3c8418d40dedf7495731024e2de6ba51ed58.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.
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-14 Kevin B. Kenny <kennykb@acm.org> * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of |