summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-11 21:26:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-11 21:26:25 (GMT)
commitd30c9675dd147e8905633d5e8545106d75a4dc58 (patch)
tree365b25cf1886c9abef9a2ad5871a2c20eea2169f /ChangeLog
parent05d4bff61c4b959be0020c6a2b74a82cddb1e71e (diff)
downloadtcl-d30c9675dd147e8905633d5e8545106d75a4dc58.zip
tcl-d30c9675dd147e8905633d5e8545106d75a4dc58.tar.gz
tcl-d30c9675dd147e8905633d5e8545106d75a4dc58.tar.bz2
* library/tcltest/tcltest.tcl: Accept underscores and colons in
* library/tcltest/pkgIndex.tcl: constraint names. Properly handle constraint expressions that return non-numeric boolean results like "false". Bump to tcltest 2.3b1. [Bug 1772989; RFE 1071322] * tests/info.test: Disable fragile tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d025ac7..70240cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-09-11 Don Porter <dgp@users.sourceforge.net>
+ * library/tcltest/tcltest.tcl: Accept underscores and colons in
+ * library/tcltest/pkgIndex.tcl: constraint names. Properly handle
+ constraint expressions that return non-numeric boolean results like
+ "false". Bump to tcltest 2.3b1. [Bug 1772989; RFE 1071322]
+ * tests/info.test: Disable fragile tests.
+
* doc/package.n: Restored the functioning of
* generic/tclPkg.c: [package require -exact] to be compatible
* tests/pkg.test: with Tcl 8.4. [Bug 1578344].