summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-05-26 20:53:36 (GMT)
committerredman <redman>1999-05-26 20:53:36 (GMT)
commit476ec5da42972d68ea0780d4564dc5a8ff0bdbfd (patch)
tree78a0f72caec88767233ffc32d19ab1b96bb298a5 /ChangeLog
parent6cd14bf5542b934b1b15131087e58f92da9f8a93 (diff)
downloadtcl-476ec5da42972d68ea0780d4564dc5a8ff0bdbfd.zip
tcl-476ec5da42972d68ea0780d4564dc5a8ff0bdbfd.tar.gz
tcl-476ec5da42972d68ea0780d4564dc5a8ff0bdbfd.tar.bz2
Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e19740f..e0a356e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-05-26 <redman@scriptic.com>
+
+ * generic/tclThreadTest.c: Fixed race condition in testthread
+ code that showed up in the WinNT test suite intermittently.
+
+ * win/tclWinSock.c: Fixed a hang in the WinNT socket driver, wake
+ up the socket thread every 100ms to check for events on the
+ sockets that did not wake up the thread (race condition).
+
1999-05-24 <stanton@scriptics.com>
* tools/genStubs.tcl: Changed to allow a list of platforms instead