summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-05 01:12:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-05 01:12:37 (GMT)
commit6d6b5b0d0e9c53fadc2e50abbd967d516a317486 (patch)
tree4009db09e77f17f43d7727a947ab98bed252bd18 /ChangeLog
parent297b9f609d66168f3e62c65c6901d0a04a272780 (diff)
downloadtcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.zip
tcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.tar.gz
tcl-6d6b5b0d0e9c53fadc2e50abbd967d516a317486.tar.bz2
* Added more TIP 85 tests from Arjen Markus.
Converted tcltest.test to use a private namespace. Fixed bugs in [tcltest::Eval] revealed by calling [tcltest::test] from a non-global namespace, and namespace errors in init.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 631d206..7d2dd3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-04 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl:
+ * tests/init.test:
+ * tests/tcltest.test: Added more TIP 85 tests from Arjen Markus.
+ Converted tcltest.test to use a private namespace. Fixed bugs in
+ [tcltest::Eval] revealed by calling [tcltest::test] from a non-global
+ namespace, and namespace errors in init.test.
+
2002-06-04 Mo DeJong <mdejong@users.sourceforge.net>
* win/README: Update msys+mingw URL.