summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenn <jenn>1999-09-21 23:10:55 (GMT)
committerjenn <jenn>1999-09-21 23:10:55 (GMT)
commit5f0a4f470904e413ae944b684e2edba626d3dcca (patch)
treec9abd25285800033d50ab936e81b99399764b814 /ChangeLog
parent591b46b0f43c7fadc2dc6b4c0e47742497efa098 (diff)
downloadtcl-5f0a4f470904e413ae944b684e2edba626d3dcca.zip
tcl-5f0a4f470904e413ae944b684e2edba626d3dcca.tar.gz
tcl-5f0a4f470904e413ae944b684e2edba626d3dcca.tar.bz2
* library/tcltest1.0/tcltest.tcl: Applied patches sent in by
Andreas Kupries to fix typos in comments and ::tcltest::grep, fix hook redefinition problems, and change "string compare" to "string equal." [Bug: 2836, 2837, 2839, 2840]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dce9e2..3a6ed57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-09-21 Jennifer Hom <jenn@scriptics.com>
+
+ * library/tcltest1.0/tcltest.tcl: Applied patches sent in by
+ Andreas Kupries to fix typos in comments and ::tcltest::grep,
+ fix hook redefinition problems, and change "string compare" to
+ "string equal." [Bug: 2836, 2837, 2839, 2840]
+
1999-09-20 Jeff Hobbs <hobbs@scriptics.com>
* tests/env.test: