summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-11 09:00:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-11 09:00:53 (GMT)
commitee2ddea6e375270013c0bbe70e83853301efc279 (patch)
tree33d9dba11defdf7e29846db93d37472a98b86cff /ChangeLog
parent503ce016796ba300d912e764fda1619ed266de71 (diff)
downloadtcl-ee2ddea6e375270013c0bbe70e83853301efc279.zip
tcl-ee2ddea6e375270013c0bbe70e83853301efc279.tar.gz
tcl-ee2ddea6e375270013c0bbe70e83853301efc279.tar.bz2
[Bug 2949397]: Prevent destructors from running on the two core class objects
when the whole interpreter is being destroyed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 695fb0d..ae76f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOO.c (ObjectRenamedTrace): [Bug 2949397]: Prevent
+ destructors from running on the two core class objects when the whole
+ interpreter is being destroyed.
+
2010-02-09 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompCmds.c (TclCompileTryCmd, IssueTryInstructions)