summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-10-23 16:24:41 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-10-23 16:24:41 (GMT)
commit30812e7dd017c24c6fe9087088d51216f735512a (patch)
tree13e53ec7bbeb769fe69a81f22fc2076b35ef2d28 /ChangeLog
parent9a534e8f58925ff9438f439c31b0513530c6c4c3 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d48b12..39a33cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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