diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-11 21:26:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-11 21:26:25 (GMT) |
commit | d30c9675dd147e8905633d5e8545106d75a4dc58 (patch) | |
tree | 365b25cf1886c9abef9a2ad5871a2c20eea2169f /ChangeLog | |
parent | 05d4bff61c4b959be0020c6a2b74a82cddb1e71e (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]. |