diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-01 00:35:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-01 00:35:40 (GMT) |
commit | 95660b09be94d6eb4b0482d33c78d8880e0c14cb (patch) | |
tree | 2579a1e6cb4beb302aec6d4a4b47951bd41033cb /ChangeLog | |
parent | 4c5d518f5499a0a9f50e08bba0484cb6650b816a (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |