summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-05-28 09:11:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-05-28 09:11:31 (GMT)
commit90238d516ef330d43c5795cf99c6d7f3cfa514fc (patch)
treeacc99d011b0d7d58f34c0c87315b5ff201f5002b /ChangeLog
parent38420f3643011c20be92daaaa3957535dc0dfdb2 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a749a87..3bc5462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).