diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-09 17:34:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-09 17:34:14 (GMT) |
commit | 0baf5c4e529557b37cb4e4abe3ce13ddc65dc36e (patch) | |
tree | a2f3403b0e9f4219b69fd9225143ce55c031cf53 /ChangeLog | |
parent | e57b07943eb8c2ee68eb8c1c9a23d9837116d0da (diff) | |
download | tcl-0baf5c4e529557b37cb4e4abe3ce13ddc65dc36e.zip tcl-0baf5c4e529557b37cb4e4abe3ce13ddc65dc36e.tar.gz tcl-0baf5c4e529557b37cb4e4abe3ce13ddc65dc36e.tar.bz2 |
* generic/tclCompExpr.c: Revision so that the END lexeme never
gets inserted into the parse tree. Later tree traversal never reaches
it since its location in the tree is not variable. Starting and
stopping with the START lexeme (node 0) is sufficient. Also finished
lexeme code commentary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-07-09 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompExpr.c: Revision so that the END lexeme never + gets inserted into the parse tree. Later tree traversal never reaches + it since its location in the tree is not variable. Starting and + stopping with the START lexeme (node 0) is sufficient. Also finished + lexeme code commentary. + * generic/tclCompExpr.c: Added missing creation and return of the Tcl_Parse fields that indicate error conditions. [Bug 1749987] |