summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-21 21:28:58 (GMT)
committerredman <redman>1999-07-21 21:28:58 (GMT)
commitc3e207442e12d119f7ce06154bf8a9572bce73c5 (patch)
treecaa92c29e2e1a31ce47350a43770b31b7d01d7d6 /ChangeLog
parent8898e7a751fe8c39b5c30ee1202883b8e706f71e (diff)
downloadtcl-c3e207442e12d119f7ce06154bf8a9572bce73c5.zip
tcl-c3e207442e12d119f7ce06154bf8a9572bce73c5.tar.gz
tcl-c3e207442e12d119f7ce06154bf8a9572bce73c5.tar.bz2
* win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket
driver to move the handling of the socket event window in a separate thread. It also turned out that Win95 & Win98 were, in some cases, getting multiple FD_ACCEPTs but only handling one. Added a count for the FD_ACCEPT to take care of this. Tested on NT4 SP3, NT4 SP4, Win95, and Win98. [Bug: 2178 2256 2259 2329 2323 2355]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d4254..0c5946c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1999-07-21 <redman@scriptics.com>
+
+ * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket
+ driver to move the handling of the socket event window in a
+ separate thread. It also turned out that Win95 & Win98 were, in
+ some cases, getting multiple FD_ACCEPTs but only handling one.
+ Added a count for the FD_ACCEPT to take care of this. Tested on
+ NT4 SP3, NT4 SP4, Win95, and Win98.
+ [Bug: 2178 2256 2259 2329 2323 2355]
+
1999-07-21 <jpeek@scriptics.com>
* README: Small tweaks to clean up typos and wording.