diff options
author | jenn <jenn> | 2000-10-19 18:00:51 (GMT) |
---|---|---|
committer | jenn <jenn> | 2000-10-19 18:00:51 (GMT) |
commit | acb5cca47a2f68aa628d4483e16f1dd4698462b5 (patch) | |
tree | 776bf3b9802261f6cf9057cb31b86198a182ed42 /ChangeLog | |
parent | ce1867eb49d906d8c9b57164ec0878fabafca651 (diff) | |
download | tcl-acb5cca47a2f68aa628d4483e16f1dd4698462b5.zip tcl-acb5cca47a2f68aa628d4483e16f1dd4698462b5.tar.gz tcl-acb5cca47a2f68aa628d4483e16f1dd4698462b5.tar.bz2 |
* library/tcltest1.0/tcltest2.tcl:
* tests/tcltest2.test
* doc/tcltest2.n: Code and documentation cleanup. Modified
-verbose to take list of keywords as well as string of letters.
Removed Tcl version information from tcltest. Removed
tcltest::grep from tcltest package. Added optional 3rd directory
argument to makeFile/makeDirectory and removeFile/removeDirectory.
* tests/basic.test: Changed references to tcltest::tclVersion to
hardcoded numbers.
* generic/tcl.h: Changed reference to tcltest2.tcl and tcltest.tcl
in comments to tests/basic.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2000-10-19 Jennifer Hom <jenn@ajubasolutions.com> + + * library/tcltest1.0/tcltest2.tcl: + * tests/tcltest2.test + * doc/tcltest2.n: Code and documentation cleanup. Modified + -verbose to take list of keywords as well as string of letters. + Removed Tcl version information from tcltest. Removed + tcltest::grep from tcltest package. Added optional 3rd directory + argument to makeFile/makeDirectory and removeFile/removeDirectory. + + * tests/basic.test: Changed references to tcltest::tclVersion to + hardcoded numbers. + * generic/tcl.h: Changed reference to tcltest2.tcl and tcltest.tcl + in comments to tests/basic.test. + 2000-10-06 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinChan.c: moved Win2K bug case test with GetStdHandle() |