summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-01 00:35:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-01 00:35:40 (GMT)
commit95660b09be94d6eb4b0482d33c78d8880e0c14cb (patch)
tree2579a1e6cb4beb302aec6d4a4b47951bd41033cb /ChangeLog
parent4c5d518f5499a0a9f50e08bba0484cb6650b816a (diff)
downloadtcl-95660b09be94d6eb4b0482d33c78d8880e0c14cb.zip
tcl-95660b09be94d6eb4b0482d33c78d8880e0c14cb.tar.gz
tcl-95660b09be94d6eb4b0482d33c78d8880e0c14cb.tar.bz2
Improve the semantics of C-implemented destructors slightly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9225ea..8f5fab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOOMethod.c (InvokeProcedureMethod):
+ * generic/tclOO.c (ObjectRenamedTrace): Arrange for only methods that
+ involve callbacks into the Tcl interpreter to be skipped when the
+ interpreter is being torn down. Allows the semantics of destructors in
+ a dying interpreter to be more useful when they're implemented in C.
+
2008-08-29 Donal K. Fellows <dkf@users.sf.net>
* unix/Makefile.in: Ensure that all TclOO headers get installed.