summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-05 14:33:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-05 14:33:07 (GMT)
commit66b1b7dda9580db59b81a9fe27b553015e5a65bd (patch)
tree190791446db062c9834440e628d58d9fbd9e3041 /ChangeLog
parentefd8d84c13dfd2bde1cc1fbb9ede4094ac9afe99 (diff)
downloadtcl-66b1b7dda9580db59b81a9fe27b553015e5a65bd.zip
tcl-66b1b7dda9580db59b81a9fe27b553015e5a65bd.tar.gz
tcl-66b1b7dda9580db59b81a9fe27b553015e5a65bd.tar.bz2
More consistency in errorcode generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40b8a15..0ad5239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-05 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclVar.c: More consistency in errorcode generation.
+
* 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