diff options
author | andreas_kupries <akupries@shaw.ca> | 2003-10-23 16:24:41 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2003-10-23 16:24:41 (GMT) |
commit | 30812e7dd017c24c6fe9087088d51216f735512a (patch) | |
tree | 13e53ec7bbeb769fe69a81f22fc2076b35ef2d28 /ChangeLog | |
parent | 9a534e8f58925ff9438f439c31b0513530c6c4c3 (diff) | |
download | tcl-30812e7dd017c24c6fe9087088d51216f735512a.zip tcl-30812e7dd017c24c6fe9087088d51216f735512a.tar.gz tcl-30812e7dd017c24c6fe9087088d51216f735512a.tar.bz2 |
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when
asked for writable events by the generic layer.
(SocketEventProc): Generate a writable event too when a close is
detected.
Together the changes fix [Bug 599468].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2003-10-22 Andreas Kupries <andreask@activestate.com> + * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when + asked for writable events by the generic layer. + (SocketEventProc): Generate a writable event too when a close is + detected. + + Together the changes fix [Bug 599468]. + +2003-10-22 Andreas Kupries <andreask@activestate.com> + * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New functions. See below for context. (Tcl_FSMatchInDirectory): Modified to call on the new functions |