summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-06-13 21:37:12 (GMT)
committermsofer <msofer@noemail.net>2002-06-13 21:37:12 (GMT)
commit927fd6f36732b04ccedb21a1344cc1568defed3e (patch)
tree1688378cbd80bf8cde8f56478b99c82421811a51 /ChangeLog
parent93d2fff03d5e3c29825e925a872693ebc8ed2aa3 (diff)
downloadtcl-927fd6f36732b04ccedb21a1344cc1568defed3e.zip
tcl-927fd6f36732b04ccedb21a1344cc1568defed3e.tar.gz
tcl-927fd6f36732b04ccedb21a1344cc1568defed3e.tar.bz2
fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set.
FossilOrigin-Name: 8a833be542f899a5e4d6e699efa7c4fb3c7059db
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6aa469..375d1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-13 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclExecute.c (TclExecuteByteCode): fixed the previous
+ patch - wouldn't compile with TCL_COMPILE_DEBUG set.
+
+2002-06-13 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclExecute.c (TclExecuteByteCode): consolidated the
handling of exception returns to INST_INVOKE and INST_EVAL, as
well as most of the code for INST_CONTINUE and INST_BREAK, in the