diff options
author | stanton <stanton> | 1998-06-09 13:47:42 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-06-09 13:47:42 (GMT) |
commit | 7be16ea127c6eb2d008cd44a7eea2eb1eb31b5b6 (patch) | |
tree | b0453d98f7e5d0fffada8ecf289df5f708e59d76 /changes | |
parent | 571cec9ea62ec5efe56305e888aaef60fe0c6eeb (diff) | |
download | tcl-7be16ea127c6eb2d008cd44a7eea2eb1eb31b5b6.zip tcl-7be16ea127c6eb2d008cd44a7eea2eb1eb31b5b6.tar.gz tcl-7be16ea127c6eb2d008cd44a7eea2eb1eb31b5b6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3453,7 +3453,11 @@ Universal Headers V.3.0, so that Tcl will compile with CW Pro 2. ----------------- Released 8.0p2, 11/25/97 ----------------------- 5/27/98 (bug fix) Windows socket driver did not notice new data arriving -on nonblocking sockets until the event loop was entered. +on nonblocking sockets until the event loop was entered. (SS) 5/27/98 (bug fix) Windows socket driver used FIONREAD, which is not -supported correctly by WinSock. +supported correctly by WinSock. (SS) + +6/9/98 (bug fix) Generic channel code failed to report readable file +events on buffered data that was left behind by a gets or read that +did not consume all available data. (SS) |