summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2004-01-12 18:21:08 (GMT)
committermsofer <msofer@noemail.net>2004-01-12 18:21:08 (GMT)
commite5947371f083db8a1031265591ea09d93f09f597 (patch)
treea3aa0cd1de84a173adeaf7987169cb80e85cf499 /ChangeLog
parent697dca301a319375961b3dffeedaf2579c0dfeea (diff)
downloadtcl-e5947371f083db8a1031265591ea09d93f09f597.zip
tcl-e5947371f083db8a1031265591ea09d93f09f597.tar.gz
tcl-e5947371f083db8a1031265591ea09d93f09f597.tar.bz2
* generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.
FossilOrigin-Name: f4eba2f0b38e07542b3be232c28b851096b2e6df
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b6aa82..a81a527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-01-12 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.
+
+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.