diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-05-28 09:11:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-05-28 09:11:31 (GMT) |
commit | 90238d516ef330d43c5795cf99c6d7f3cfa514fc (patch) | |
tree | acc99d011b0d7d58f34c0c87315b5ff201f5002b /ChangeLog | |
parent | 38420f3643011c20be92daaaa3957535dc0dfdb2 (diff) | |
download | tcl-90238d516ef330d43c5795cf99c6d7f3cfa514fc.zip tcl-90238d516ef330d43c5795cf99c6d7f3cfa514fc.tar.gz tcl-90238d516ef330d43c5795cf99c6d7f3cfa514fc.tar.bz2 |
* generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]:
Corrected error in handling of catch contexts to prevent crash with
chained handlers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-05-28 Donal K. Fellows <dkf@users.sf.net> + * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: + Corrected error in handling of catch contexts to prevent crash with + chained handlers. + * generic/tclExecute.c (TclExecuteByteCode): Restore correct operation of instruction-level execution tracing (had been broken by NRE). |