summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-10 16:00:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-10 16:00:02 (GMT)
commit9789dc88e2250f26f10588c2b602b1aa1212b1d3 (patch)
tree9c59d6ec1e8d0cb321b67c9141808b31bc4bc90f /ChangeLog
parent3c0d78cd032fd1ab7714b1885226d6084fbe50ab (diff)
downloadtcl-9789dc88e2250f26f10588c2b602b1aa1212b1d3.zip
tcl-9789dc88e2250f26f10588c2b602b1aa1212b1d3.tar.gz
tcl-9789dc88e2250f26f10588c2b602b1aa1212b1d3.tar.bz2
Then reorder code to
eliminate duplication.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e1369a4..a7c7b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
to use magic values in the left and right fields for that purpose.
Also stop abusing the left field within ParseExpr() to store the
number of arguments in a parsed function call. CompileExprTree() now
- determines that for itself at compile time.
+ determines that for itself at compile time. Then reorder code to
+ eliminate duplication.
2007-08-09 Miguel Sofer <msofer@users.sf.net>