summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-18 14:35:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-18 14:35:03 (GMT)
commit334db97a72461fd68bc9574ff8f6fc628cd40650 (patch)
tree95118ae8af0bcf92d867700bd2cd3b8d5c29792c /ChangeLog
parent29b735fa6d45d36e552be123a3704a9a84b60d97 (diff)
downloadtcl-334db97a72461fd68bc9574ff8f6fc628cd40650.zip
tcl-334db97a72461fd68bc9574ff8f6fc628cd40650.tar.gz
tcl-334db97a72461fd68bc9574ff8f6fc628cd40650.tar.bz2
Fix silly error in bytecode generation for [try].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc4cc6f..979c569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
* generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions):
[Bug 2971921]: Corrected jump so that it doesn't skip into the middle
of an instruction! Tightened the instruction issuing. Moved endCatch
- calls closer to their point that they guard.
+ calls closer to their point that they guard, ensuring correct ordering
+ of result values.
2010-03-17 Andreas Kupries <andreask@activestate.com>