summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-02-21 04:36:40 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-02-21 04:36:40 (GMT)
commit4839bd41c090e36048ca739de2c1c0ca6347670c (patch)
treec5df014a60af2c87f207ad8eed985332086216f9 /ChangeLog
parentc7af0f6068720e7d18a61e75a17712373d39b1bc (diff)
downloadtcl-4839bd41c090e36048ca739de2c1c0ca6347670c.zip
tcl-4839bd41c090e36048ca739de2c1c0ca6347670c.tar.gz
tcl-4839bd41c090e36048ca739de2c1c0ca6347670c.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc3c4df..f36c249 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: