diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-13 21:37:12 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-13 21:37:12 (GMT) |
commit | d0a93f313da0a791a6ea528b8435d71c74248634 (patch) | |
tree | 1688378cbd80bf8cde8f56478b99c82421811a51 /ChangeLog | |
parent | fa12cdadd1514f8dca6e143a85bbbd64e81dfe65 (diff) | |
download | tcl-d0a93f313da0a791a6ea528b8435d71c74248634.zip tcl-d0a93f313da0a791a6ea528b8435d71c74248634.tar.gz tcl-d0a93f313da0a791a6ea528b8435d71c74248634.tar.bz2 |
fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |