summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-12-14 10:32:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-12-14 10:32:47 (GMT)
commit47109e8be05c52fd33c2a67b1929ed3c19479787 (patch)
tree2bbad404c789cc6c29f6b2df6246e2941721bd11 /ChangeLog
parent6bdf240232929cf73bc0cafdbd6d416b9881d2be (diff)
downloadtcl-47109e8be05c52fd33c2a67b1929ed3c19479787.zip
tcl-47109e8be05c52fd33c2a67b1929ed3c19479787.tar.gz
tcl-47109e8be05c52fd33c2a67b1929ed3c19479787.tar.bz2
* win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows
from crashing when shutdown from a non-Tcl thread. Fixes Bug #217982 [orig. 5804] reported by Hugh Vu and Gene Leache. I'm not convinced that the shutdown process is right even with this, but it was definitely wrong without...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 022b795..f843806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows
+ from crashing when shutdown from a non-Tcl thread. Fixes Bug
+ #217982 [orig. 5804] reported by Hugh Vu and Gene Leache. I'm
+ not convinced that the shutdown process is right even with this,
+ but it was definitely wrong without...
+
2001-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item