summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-01-08 00:34:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-01-08 00:34:58 (GMT)
commitae5d02d6bc12e614899a7770ab82ef0dd72b0255 (patch)
treee73337b808709b23b8cccab51ce316b0e1ad4e46 /ChangeLog
parent653d9ae8904694cb9138afb697b85daebd370205 (diff)
downloadtcl-ae5d02d6bc12e614899a7770ab82ef0dd72b0255.zip
tcl-ae5d02d6bc12e614899a7770ab82ef0dd72b0255.tar.gz
tcl-ae5d02d6bc12e614899a7770ab82ef0dd72b0255.tar.bz2
* generic/tclCompCmds.c (TclCompileReturnCmd):
* tests/compile.test: Corrects failure of bytecompiled [catch {return}] to have result TCL_RETURN (not TCL_OK) [Bug 633204]. This patch is a workaround for 8.4.X. A new opcode INST_RETURN is a better long term solution for 8.5 and later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe642f7..e645349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompCmds.c (TclCompileReturnCmd):
+ * tests/compile.test: Corrects failure of bytecompiled
+ [catch {return}] to have result TCL_RETURN (not TCL_OK) [Bug 633204].
+ This patch is a workaround for 8.4.X. A new opcode INST_RETURN is a
+ better long term solution for 8.5 and later.
+
2003-01-04 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: