summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenn <jenn>1999-07-09 00:00:58 (GMT)
committerjenn <jenn>1999-07-09 00:00:58 (GMT)
commit96da55129351108de4a053ec7b8cdfa272f727ee (patch)
treec3a6f00e13336a5ff82ab807155600e712362550 /ChangeLog
parentaa4a2e7991d22ac6c100c86fe8f2849644583052 (diff)
downloadtcl-96da55129351108de4a053ec7b8cdfa272f727ee.zip
tcl-96da55129351108de4a053ec7b8cdfa272f727ee.tar.gz
tcl-96da55129351108de4a053ec7b8cdfa272f727ee.tar.bz2
Removed -asidefromdir and -relateddir flags, removed unused
::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d4a59..97c8b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-08 Jennifer Hom <jenn@scriptics.com>
+
+ * doc/tcltest.n:
+ * library/tcltest1.0/tcltest.tcl: Removed -asidefromdir and
+ -relateddir flags, removed unused ::tcltest::dotests proc, cleaned
+ up implementation of core file checking, and fixed the code that
+ checks for 1-letter flag abbreviations.
+
1999-07-08 <stanton@scriptics.com>
* win/Makefile.in: Added tcltest target so runtest works
@@ -97,7 +105,8 @@
* library/tcltest1.0/tcltest.tcl:
* library/tcltest1.0: Added initial implementation of the Tcl test
harness package. This package was based on the defs.tcl file that
- was part of the tests directory.
+ was part of the tests directory. Reversed the way that tests were
+ evaluated to fix a problem with false passes.
* doc/tcltest.n: Added documentation for the tcltest package.