summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-22 18:19:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-22 18:19:25 (GMT)
commite7bb6998a64684a72f4f8ff53809d85c67172cd8 (patch)
treea417f0dce5b7aa8e5410a3c69bf2ff11f446a798 /ChangeLog
parent5ae788a0ea469b9c6ae6686982585d236295abcd (diff)
downloadtcl-e7bb6998a64684a72f4f8ff53809d85c67172cd8.zip
tcl-e7bb6998a64684a72f4f8ff53809d85c67172cd8.tar.gz
tcl-e7bb6998a64684a72f4f8ff53809d85c67172cd8.tar.bz2
* library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within
test bodies. Thanks to Harald Kirsch. [Bug 612786, Patch 612788] Also corrected reporting of body return code. Thanks to David Taback [Bug 611922] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.1. * tests/tcltest.test: added tests for these bugs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce356b..15e19cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,10 @@
* library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within
test bodies. Thanks to Harald Kirsch. [Bug 612786, Patch 612788]
+ Also corrected reporting of body return code. Thanks to David
+ Taback [Bug 611922]
* library/tcltest/pkgIndex.tcl: Bump to version 2.2.1.
+ * tests/tcltest.test: added tests for these bugs.
2002-09-15 Mo DeJong <mdejong@users.sourceforge.net>