summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-24 18:21:36 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-24 18:21:36 (GMT)
commit59a6d33cced0379c77fe74ddfe007f79ca0c0f40 (patch)
treee61562eda7d9ce59a92bc8c1e14fda5f852ffe6d /ChangeLog
parent398b7259c8c32271fc056be36fa16930498ca341 (diff)
downloadtcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.zip
tcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.tar.gz
tcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.tar.bz2
finalize Tcl_Preserve after exit handlers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27ee03e..61bfe56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-06-24 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclEvent.c (Tcl_Finalize):
+ * generic/tclInt.h:
+ * generic/tclPreserve.c (TclFinalizePreserve): Changed the
+ finalization logic so that Tcl_Preserve finalizes after exit
+ handlers run; a lot of code called from Tk's exit handlers
+ presumes tha Tcl_Preserve will still work even from an exit
+ handler. Also, made the assertion check that no exit handlers
+ are created in Tcl_Finalize conditional on TCL_MEM_DEBUG to
+ avoid spurios panics in the "stable" release.
+
2005-06-24 Don Porter <dgp@users.sourceforge.net>
*** 8.4.11 TAGGED FOR RELEASE ***