diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-24 18:21:36 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-24 18:21:36 (GMT) |
commit | 59a6d33cced0379c77fe74ddfe007f79ca0c0f40 (patch) | |
tree | e61562eda7d9ce59a92bc8c1e14fda5f852ffe6d /ChangeLog | |
parent | 398b7259c8c32271fc056be36fa16930498ca341 (diff) | |
download | tcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.zip tcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.tar.gz tcl-59a6d33cced0379c77fe74ddfe007f79ca0c0f40.tar.bz2 |
finalize Tcl_Preserve after exit handlers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 *** |