diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-13 23:10:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-13 23:10:09 (GMT) |
commit | 8301d699de81c99e8cbcb969648e30803f6d7c1b (patch) | |
tree | d10791bb1c0a0c3d1b3dd5eee081c5904b025459 /ChangeLog | |
parent | d0a93f313da0a791a6ea528b8435d71c74248634 (diff) | |
download | tcl-8301d699de81c99e8cbcb969648e30803f6d7c1b.zip tcl-8301d699de81c99e8cbcb969648e30803f6d7c1b.tar.gz tcl-8301d699de81c99e8cbcb969648e30803f6d7c1b.tar.bz2 |
consolidated code for the conditional branch instructions.
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): consolidated code for + the conditional branch instructions. + +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. |