diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-23 21:31:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-23 21:31:54 (GMT) |
commit | e74b8175c254f3f4059cd72f1212edbf8c8e6187 (patch) | |
tree | 1f425ccea1792fe28c3685d60d830a1409a1f51c /ChangeLog | |
parent | c1468b897df2e62147dc89c8dbdab4fc7c415fe0 (diff) | |
download | tcl-e74b8175c254f3f4059cd72f1212edbf8c8e6187.zip tcl-e74b8175c254f3f4059cd72f1212edbf8c8e6187.tar.gz tcl-e74b8175c254f3f4059cd72f1212edbf8c8e6187.tar.bz2 |
* generic/tclParseExpr.c: Minimal collection of new tests
* tests/parseExpr.test: testing the error messages of the
new expr parser. Several bug fixes and code simplifications that
appeared during that effort.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-08-23 Don Porter <dgp@users.sourceforge.net> + + * generic/tclParseExpr.c: Minimal collection of new tests + * tests/parseExpr.test: testing the error messages of the + new expr parser. Several bug fixes and code simplifications that + appeared during that effort. + 2006-08-21 Don Porter <dgp@users.sourceforge.net> * generic/tclIOUtil.c: Revisions to complete the thread finalization |