summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-01-12 03:23:31 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-01-12 03:23:31 (GMT)
commitddebbb181a979f87cfae4b83623a50a83497cf40 (patch)
treebe0e583840c54a18c4ebac8852fcd49ca894568a /ChangeLog
parente7b6e827bfe3d6f5f569c678d1e547b07e6b3b57 (diff)
downloadtcl-ddebbb181a979f87cfae4b83623a50a83497cf40.zip
tcl-ddebbb181a979f87cfae4b83623a50a83497cf40.tar.gz
tcl-ddebbb181a979f87cfae4b83623a50a83497cf40.tar.bz2
* generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer
instructions. As a side effect, the instructions INST_LOR and INST_LAND are now never used. * generic/tclExecute.c (INST_JUMP*): small optimisation; fix a bug in debug code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 718138f..2b6aa82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-12 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer
+ instructions. As a side effect, the instructions INST_LOR and
+ INST_LAND are now never used.
+ * generic/tclExecute.c (INST_JUMP*): small optimisation; fix a
+ bug in debug code.
+
2004-01-11 David Gravereaux <davygrvy@pobox.com>
* win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be