diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 21:27:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 21:27:03 (GMT) |
commit | 0274a89c20d0e377adddaee757e45facd7247d87 (patch) | |
tree | a39aeb7142a3410949583a9ba25510d6ed50ef34 /ChangeLog | |
parent | 534bef21225845450d07b9de68a8f6add62561f3 (diff) | |
download | tcl-0274a89c20d0e377adddaee757e45facd7247d87.zip tcl-0274a89c20d0e377adddaee757e45facd7247d87.tar.gz tcl-0274a89c20d0e377adddaee757e45facd7247d87.tar.bz2 |
Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-06-20 Donal K. Fellows <dkf@users.sf.net> + * generic/tclCompile.h (INST_PUSH_RETURN_OPTIONS): New opcode to allow + * generic/tclCompCmds.c (TclCompileCatchCmd): compilation of TIP90 + * generic/tclCompile.c: catch [Bug 1219112] + * generic/tclExecute.c (TclExecuteByteCode): + * generic/tclCompCmds.c (TclCompileSwitchCmd): Ensure we spill to the command form in all cases where it generates an error. |