summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-06 18:19:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-06 18:19:22 (GMT)
commit5236fc67c64ed64fa5b75bc48a4ef5dd2ae44e0f (patch)
tree8972f9a966520304e7c3505242e7e72873dfdf9d /ChangeLog
parentc1ce8705873d255a95b5b41c4ade4f70afef5422 (diff)
downloadtcl-5236fc67c64ed64fa5b75bc48a4ef5dd2ae44e0f.zip
tcl-5236fc67c64ed64fa5b75bc48a4ef5dd2ae44e0f.tar.gz
tcl-5236fc67c64ed64fa5b75bc48a4ef5dd2ae44e0f.tar.bz2
* tests/compExpr-old.test: Updated testmathfunctions constraint
* tests/compExpr.test: to post-TIP-232 world. * tests/expr-old.test: * tests/expr.test: * tests/info.test: * tests/indexObj.test: Corrected other test errors revealed by * tests/upvar.test: testing outside the tcltest application.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0d6a9..fcbfb64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-04-06 Don Porter <dgp@users.sourceforge.net>
+ * tests/compExpr-old.test: Updated testmathfunctions constraint
+ * tests/compExpr.test: to post-TIP-232 world.
+ * tests/expr-old.test:
+ * tests/expr.test:
+ * tests/info.test:
+
+ * tests/indexObj.test: Corrected other test errors revealed by
+ * tests/upvar.test: testing outside the tcltest application.
+
* generic/tclPathObj.c: Revised fix for the [Bug 1379287] family
of path normalization bugs.