diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-18 14:35:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-18 14:35:03 (GMT) |
commit | 334db97a72461fd68bc9574ff8f6fc628cd40650 (patch) | |
tree | 95118ae8af0bcf92d867700bd2cd3b8d5c29792c /ChangeLog | |
parent | 29b735fa6d45d36e552be123a3704a9a84b60d97 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |