summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-10-23 16:28:19 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-10-23 16:28:19 (GMT)
commit1d1fdb300f355bc1ed87d097c5210d8f41399e37 (patch)
tree0309bf80a356452306599d71c3b28bd3a7eab0e0 /ChangeLog
parent03736c0062a33d49dd420b759927e54f7533510c (diff)
downloadtcl-1d1fdb300f355bc1ed87d097c5210d8f41399e37.zip
tcl-1d1fdb300f355bc1ed87d097c5210d8f41399e37.tar.gz
tcl-1d1fdb300f355bc1ed87d097c5210d8f41399e37.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8ca431..4577c55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-23 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-23 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/resource.test: