diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-16 19:50:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-16 19:50:41 (GMT) |
commit | 6122754a220a2b6625224214b2560b4c3f594e4b (patch) | |
tree | 4b0cbdf1fa486e3764329308f95b98433b6fd35b /ChangeLog | |
parent | 63bfe35d1acdbed6099149dc3b8cbf5ea1c8413d (diff) | |
download | tcl-6122754a220a2b6625224214b2560b4c3f594e4b.zip tcl-6122754a220a2b6625224214b2560b4c3f594e4b.tar.gz tcl-6122754a220a2b6625224214b2560b4c3f594e4b.tar.bz2 |
* generic/tclCompExpr.c: More commentary.
* tests/parseExpr.test: Several tests of syntax error messages
to check that when expression substrings are truncated they leave
visible the context relevant to the reported error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-15 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c: More commentary. + * tests/parseExpr.test: Several tests of syntax error messages + to check that when expression substrings are truncated they leave + visible the context relevant to the reported error. + 2007-07-12 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: Factored out, corrected, and commented |