summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-08-05 22:36:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-08-05 22:36:00 (GMT)
commit97436a436ee4b19926ee332ba593027e24264efc (patch)
treeb7831cf4204afb5dc1da613a0df9aa679bfe5e46 /ChangeLog
parent67ca3bc02a763d338724a1afb2162e4c4a113e56 (diff)
downloadtcl-97436a436ee4b19926ee332ba593027e24264efc.zip
tcl-97436a436ee4b19926ee332ba593027e24264efc.tar.gz
tcl-97436a436ee4b19926ee332ba593027e24264efc.tar.bz2
* library/tcltest/tcltest.tcl: The setup and cleanup scripts are now
* library/tcltest/pkgIndex.tcl: skipped when a test is skipped, fixing * tests/tcltest.test: [Bug 589859]. Test for bug added, and corrected tcltest package bumped to version 2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04b4b9f..6fa764e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-08-05 Don Porter <dgp@users.sourceforge.net>
+ * library/tcltest/tcltest.tcl: The setup and cleanup scripts are now
+ * library/tcltest/pkgIndex.tcl: skipped when a test is skipped, fixing
+ * tests/tcltest.test: [Bug 589859]. Test for bug added, and
+ corrected tcltest package bumped to version 2.2.
+
* generic/tcl.decls: Restored Tcl_Concat to return (char *). Like
* generic/tclDecls.h: Tcl_Merge, it transfers ownership of a dynamic
* generic/tclUtil.c: allocated string to the caller.