summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-06-09 15:41:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-06-09 15:41:29 (GMT)
commite358f96f17ae798226299b0f14611046318d4d32 (patch)
treeef64ac1e55c8c8d8daccb87a6caf61bfbd779a9e /ChangeLog
parentd280bd0b375975b69c63f4e8b225ee88b3c66b16 (diff)
downloadtk-e358f96f17ae798226299b0f14611046318d4d32.zip
tk-e358f96f17ae798226299b0f14611046318d4d32.tar.gz
tk-e358f96f17ae798226299b0f14611046318d4d32.tar.bz2
* generic/tkMain.c: Added Tcl_Preserve() call on the master
interp as crash protection against any Tcl_DeleteInterp() call that might happen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44149b1..6f06c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-09 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkMain.c: Added Tcl_Preserve() call on the master
+ interp as crash protection against any Tcl_DeleteInterp() call
+ that might happen.
+
2006-06-05 Don Porter <dgp@users.sourceforge.net>
* generic/tkInt.h: Thread safety for the data structures of