summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-04-15 17:32:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-04-15 17:32:18 (GMT)
commitc57b1b3f7c6afcd33faa0e7f8451d07435660464 (patch)
treefa25103bdb29439c30001f21efa3284d3ad7dd6b /ChangeLog
parentce15514b339bfae56c6b2c81da04653c4dff772a (diff)
downloadtcl-c57b1b3f7c6afcd33faa0e7f8451d07435660464.zip
tcl-c57b1b3f7c6afcd33faa0e7f8451d07435660464.tar.gz
tcl-c57b1b3f7c6afcd33faa0e7f8451d07435660464.tar.bz2
made bytecodes check for a catch before returning; the compiled [return] is otherwise non-catchable. [Bug 542588]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48da8a5..ccb3db4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-15 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c:
+ * tests/compile.test: made bytecodes check for a catch before
+ returning; the compiled [return] is otherwise non-catchable.
+ [Bug 542588] reported by Andreas Kupries.
+
2002-04-15 Don Porter <dgp@users.sourceforge.net>
* doc/tcltest.n: