diff options
author | davygrvy <davygrvy@pobox.com> | 2004-02-21 04:36:40 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-02-21 04:36:40 (GMT) |
commit | 4839bd41c090e36048ca739de2c1c0ca6347670c (patch) | |
tree | c5df014a60af2c87f207ad8eed985332086216f9 | |
parent | c7af0f6068720e7d18a61e75a17712373d39b1bc (diff) | |
download | tcl-4839bd41c090e36048ca739de2c1c0ca6347670c.zip tcl-4839bd41c090e36048ca739de2c1c0ca6347670c.tar.gz tcl-4839bd41c090e36048ca739de2c1c0ca6347670c.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-02-20 David Gravereaux <davygrvy@pobox.com> + + * win/tclWinSock.c (SocketThreadExitHandler): Don't call + TerminateThread when WaitForSingleObject returns a timeout. + Tcl_Finalize called from DllMain will pause all threads. Trust + that the thread will get the close notice at a later time if it + does ever wake up before being cleaned up by the system anyway. + 2004-02-17 Don Porter <dgp@users.sourceforge.net> * doc/tcltest.n: |