summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-06 20:20:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-06 20:20:59 (GMT)
commit6defebeafdc2b6272b3a90a42a80de6e53225cfc (patch)
treed4236aa1c2cb95109767a51731d7177898c49a6f /ChangeLog
parentd8bf2f02b72a097b5669a09b66a62f75d7952850 (diff)
downloadtcl-6defebeafdc2b6272b3a90a42a80de6e53225cfc.zip
tcl-6defebeafdc2b6272b3a90a42a80de6e53225cfc.tar.gz
tcl-6defebeafdc2b6272b3a90a42a80de6e53225cfc.tar.bz2
* tests/parseExpr.test: Update source file name of expr parser code.
* generic/tclCompExpr.c: Added a "mark" field to the OpNode struct, which is used to guide tree traversal. This field costs nothing since alignement requirements used the memory already. Rewrote ConvertTreeToTokens() to use the new field, which permitted consolidation of utility routines CopyTokens() and GenerateTokensForLiteral().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c36ebd..1575d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-08-06 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/parseExpr.test: Update source file name of expr parser code.
+
+ * generic/tclCompExpr.c: Added a "mark" field to the OpNode
+ struct, which is used to guide tree traversal. This field costs
+ nothing since alignement requirements used the memory already.
+ Rewrote ConvertTreeToTokens() to use the new field, which permitted
+ consolidation of utility routines CopyTokens() and
+ GenerateTokensForLiteral().
+
2007-08-06 Kevin B. Kenny <kennykb@users.sf.net>
* generic/tclGetDate.y: Added a cast to the definition of YYFREE to