diff options
author | redman <redman> | 1999-05-26 20:53:36 (GMT) |
---|---|---|
committer | redman <redman> | 1999-05-26 20:53:36 (GMT) |
commit | 476ec5da42972d68ea0780d4564dc5a8ff0bdbfd (patch) | |
tree | 78a0f72caec88767233ffc32d19ab1b96bb298a5 /ChangeLog | |
parent | 6cd14bf5542b934b1b15131087e58f92da9f8a93 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |