summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-03 17:33:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-03 17:33:33 (GMT)
commit38941ce68c0dc6530844e8d58bd9ba4f4582a92e (patch)
tree34df41075b69eddd114a36ff1e0ccef766afa0d5 /ChangeLog
parentacfa67110011db6c2f778398384ea00e11ef0889 (diff)
downloadtcl-38941ce68c0dc6530844e8d58bd9ba4f4582a92e.zip
tcl-38941ce68c0dc6530844e8d58bd9ba4f4582a92e.tar.gz
tcl-38941ce68c0dc6530844e8d58bd9ba4f4582a92e.tar.bz2
* generic/tclCompCmds.c (TclCompileCatchCmd): return
TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de077fc..1ce0013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-03 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompCmds.c (TclCompileCatchCmd): return
+ TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen
+ at runtime so that it can be caught [Bug 577015].
+
2002-07-02 Joe English <jenglish@users.sourceforge.net>
* doc/tcltest.n: Markup fixes, spellcheck.