diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-06 21:23:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-06 21:23:13 (GMT) |
commit | 4c3c492b67b48506cdf77c1f146af9f4318f24c1 (patch) | |
tree | eefbacdbe1583148a2d4d277d7a3e547aab3a2e8 /ChangeLog | |
parent | 3f16aab4812d1bbe558e14c8d0ab3dfb692cece9 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |