diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-06-17 19:24:04 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-06-17 19:24:04 (GMT) |
commit | 9061f4d8529c1f16c80c71cc3d2bbe9bf33a8b97 (patch) | |
tree | 62f206667156298c6c5ae7436ca991d3ddfb2851 /ChangeLog | |
parent | 0cb4610865b2d7ca1536e0236d8915fd58b441fd (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |