summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-06-13 23:10:09 (GMT)
committermsofer <msofer@noemail.net>2002-06-13 23:10:09 (GMT)
commitc495f03d17325df38c0c8bf6312ed97f32ed3ffe (patch)
treed10791bb1c0a0c3d1b3dd5eee081c5904b025459 /ChangeLog
parent927fd6f36732b04ccedb21a1344cc1568defed3e (diff)
downloadtcl-c495f03d17325df38c0c8bf6312ed97f32ed3ffe.zip
tcl-c495f03d17325df38c0c8bf6312ed97f32ed3ffe.tar.gz
tcl-c495f03d17325df38c0c8bf6312ed97f32ed3ffe.tar.bz2
consolidated code for the conditional branch instructions.
FossilOrigin-Name: 6227d63146bb88ba6c213916a4b892233bc2318b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 375d1f3..81b5f7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.