diff options
author | stanton <stanton@noemail.net> | 1998-06-09 13:47:41 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1998-06-09 13:47:41 (GMT) |
commit | 57d4479b04c39b578947bf6eae4b95c68fc3b1e3 (patch) | |
tree | b0453d98f7e5d0fffada8ecf289df5f708e59d76 /changes | |
parent | 05b4d3769672ba80541a0def0083b77f62756e96 (diff) | |
download | tcl-57d4479b04c39b578947bf6eae4b95c68fc3b1e3.zip tcl-57d4479b04c39b578947bf6eae4b95c68fc3b1e3.tar.gz tcl-57d4479b04c39b578947bf6eae4b95c68fc3b1e3.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: 6f391e122fb983c54d04d08c6bff80b8de870cf3
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) |