summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-05-26 15:18:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-05-26 15:18:23 (GMT)
commit31e6ca71ca837cbe94666cbb737e6c11198f516f (patch)
tree1e59eb0ce25da8ee1d6e8fed4a3885c07df9b097 /ChangeLog
parent6418e217136079ba56cb50fea7ad22f0cc6b6dc0 (diff)
downloadtcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.zip
tcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.tar.gz
tcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.tar.bz2
* library/tcltest/tcltest.tcl: Correction to debug prints and testing
* library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior. Bumped to tcltest 2.2.6.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90a66cc..e3247c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-26 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Correction to debug prints and testing
+ * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated
+ * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior.
+ Bumped to tcltest 2.2.6.
+
2004-05-25 Jeff Hobbs <jeffh@ActiveState.com>
* doc/http.n (http::config): add -urlencoding option (default utf-8)