summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-06-17 19:24:04 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-06-17 19:24:04 (GMT)
commit9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97 (patch)
tree62f206667156298c6c5ae7436ca991d3ddfb2851 /ChangeLog
parent0cb4610865b2d7ca1536e0236d8915fd58b441fd (diff)
downloadtcl-9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97.zip
tcl-9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97.tar.gz
tcl-9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97.tar.bz2
Applied a patch by George Peter Staplin drastically reducing the ambition of [exit] wrt finalization, and thus solving many multi-thread teardown issues [Bugs 2001201, 486399, and possibly 597575, 990457, 1437595, 2750491].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 026c39b..08b8bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-17 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
+ * generic/tclEvent.c: Applied a patch by George Peter Staplin
+ drastically reducing the ambition of [exit] wrt finalization, and
+ thus solving many multi-thread teardown issues [Bugs 2001201,
+ 486399, and possibly 597575, 990457, 1437595, 2750491].
+
2009-06-15 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.