summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-26 03:25:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-26 03:25:06 (GMT)
commit6d8d92b08fa8a8371a2e465a95efc8fc60f86c27 (patch)
tree56704b807dc239981a2a9ffdeb244cbf4959f4a9 /ChangeLog
parent9157391b9a08764c742e99a52cbe1326018c12f2 (diff)
downloadtcl-6d8d92b08fa8a8371a2e465a95efc8fc60f86c27.zip
tcl-6d8d92b08fa8a8371a2e465a95efc8fc60f86c27.tar.gz
tcl-6d8d92b08fa8a8371a2e465a95efc8fc60f86c27.tar.bz2
* Corrected suppression of -verbose skip and start by [test -output].
Also corrected test suite errors exposed by corrected code. [Bug 564656]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a5cbd4..b9be86c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-24 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Corrected suppression of -verbose skip
+ * tests/tcltest.test: and start by [test -output]. Also
+ corrected test suite errors exposed by corrected code. [Bug 564656]
+
2002-06-25 Reinhard Max <max@suse.de>
* unix/tcl.m4: New macro SC_CONFIG_MANPAGES.