summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-31 20:09:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-31 20:09:19 (GMT)
commitcb91df64f573a61f3fde281f8b65cccff6b51cff (patch)
treecaa194d5e30dc90cae1f3b67c8f2e5461e5c2c28 /ChangeLog
parent35eb4b3de55b09b9263b8bce50ab1ff2401f3d0f (diff)
downloadtcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.zip
tcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.tar.gz
tcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.tar.bz2
* tests/expr-old.test: The remaining failing tests reported in
* tests/expr.test: [Bug 1381715] are all new in Tcl 8.5, so there's really no issue of compatibility with Tcl 8.4 result to deal with. Fixed by updating tests to expect 8.5 results.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84e3ee3..732fe1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-31 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/expr-old.test: The remaining failing tests reported in
+ * tests/expr.test: [Bug 1381715] are all new in Tcl 8.5, so
+ there's really no issue of compatibility with Tcl 8.4 result to
+ deal with. Fixed by updating tests to expect 8.5 results.
+
2006-08-29 Don Porter <dgp@users.sourceforge.net>
* generic/tclParseExpr.c: Dropped the old expr parser.