summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-05 13:41:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-05 13:41:32 (GMT)
commitefd8d84c13dfd2bde1cc1fbb9ede4094ac9afe99 (patch)
tree8e6723f02f63a67faf08a9888ed68d23afd5f71e /ChangeLog
parent8080777070d8ea01dc413b1c57242d83b7393f49 (diff)
downloadtcl-efd8d84c13dfd2bde1cc1fbb9ede4094ac9afe99.zip
tcl-efd8d84c13dfd2bde1cc1fbb9ede4094ac9afe99.tar.gz
tcl-efd8d84c13dfd2bde1cc1fbb9ede4094ac9afe99.tar.bz2
NRE-enabled destructors! Also more generation of errorcodes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a7efa..40b8a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-02-05 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclOOBasic.c (TclOO_Object_Destroy): Rewrote to be NRE-aware
+ when calling destructors. Note that there is no guarantee that
+ destructors will always be called in an NRE context; that's a feature
+ of the 'destroy' method only.
+
* generic/tclEncoding.c: Add 'const' to many function-internal vars
that are never pointing to things that are written to.