summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-11 21:18:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-11 21:18:40 (GMT)
commit31db1293d7001f8e7aeb25c06df292f43db1154e (patch)
treea9e627623722c38b832570e784c9239312534785 /ChangeLog
parent7d84381bfcf3014790c83d13caa0dd5fcf16af5e (diff)
downloadtcl-31db1293d7001f8e7aeb25c06df292f43db1154e.zip
tcl-31db1293d7001f8e7aeb25c06df292f43db1154e.tar.gz
tcl-31db1293d7001f8e7aeb25c06df292f43db1154e.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.2.9. [Bug 1772989; RFE 1071322]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2369ff3..b7f5453 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.2.9. [Bug 1772989; RFE 1071322]
+
2007-09-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/makefile.vc: AMD64 target fixes for symbols builds.