diff options
author | jenn <jenn> | 1999-09-21 23:10:55 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-09-21 23:10:55 (GMT) |
commit | 5f0a4f470904e413ae944b684e2edba626d3dcca (patch) | |
tree | c9abd25285800033d50ab936e81b99399764b814 /ChangeLog | |
parent | 591b46b0f43c7fadc2dc6b4c0e47742497efa098 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |