summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-06 21:23:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-06 21:23:13 (GMT)
commit4c3c492b67b48506cdf77c1f146af9f4318f24c1 (patch)
treeeefbacdbe1583148a2d4d277d7a3e547aab3a2e8 /ChangeLog
parent3f16aab4812d1bbe558e14c8d0ab3dfb692cece9 (diff)
downloadtcl-4c3c492b67b48506cdf77c1f146af9f4318f24c1.zip
tcl-4c3c492b67b48506cdf77c1f146af9f4318f24c1.tar.gz
tcl-4c3c492b67b48506cdf77c1f146af9f4318f24c1.tar.bz2
* generic/tclOO.c: Revised TclOO's check for an interp
being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6b2194..f97328a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-04 Don Porter <dgp@users.sourceforge.net>S
+
+ * generic/tclOO.c: Revised TclOO's check for an interp
+ being deleted during handling of object command deletion. The
+ old code was relying on documented features of command delete
+ traces that do not in fact work. [Bug 2039178].
+
+ * tests/oo.test (oo-26.*): Added tests that demonstrate
+ failure of TclOO to check for various kinds of invalid bytecode
+ during method dispatch. [Bug 2037727].
+
2008-08-06 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c (TclLookupSimpleVar): fix bug that the core