summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-23 21:31:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-23 21:31:54 (GMT)
commite74b8175c254f3f4059cd72f1212edbf8c8e6187 (patch)
tree1f425ccea1792fe28c3685d60d830a1409a1f51c /ChangeLog
parentc1468b897df2e62147dc89c8dbdab4fc7c415fe0 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 852611e..405e981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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