summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-27 18:12:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-27 18:12:24 (GMT)
commite5c93914d5de3897143d17c46b6e4faf138db73c (patch)
treeef92791aebce3cc91ebd625875211b7595c68aed /ChangeLog
parent2430f497f1715d87f7c9b5f9374320566776fb6f (diff)
downloadtcl-e5c93914d5de3897143d17c46b6e4faf138db73c.zip
tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.gz
tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.bz2
* tests/expr.test: Consolidated equivalent constraints into
* tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5633dd..4233574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-27 Don Porter <dgp@users.sourceforge.net>
+ * tests/expr.test: Consolidated equivalent constraints into
+ * tests/fileName.test: single definitions and (more precise) names:
+ * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit
+ * tests/listObj.test: empty => emptyTest; winOnly => win
+ * tests/obj.test: intsAre64bit => longIs64bit
+
* library/init.tcl ([unknown]): Corrected return code handling
in the portions of [unknown] that expand incomplete commands
during interactive operations. [Bug 1214462].