summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-20 21:27:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-20 21:27:03 (GMT)
commit0274a89c20d0e377adddaee757e45facd7247d87 (patch)
treea39aeb7142a3410949583a9ba25510d6ed50ef34 /ChangeLog
parent534bef21225845450d07b9de68a8f6add62561f3 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c23a7e..c12c388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.