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 /generic/tcl.h | |
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 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 509abce..9349b15 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.81 2000/09/28 06:38:19 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.82 2000/10/19 18:00:56 jenn Exp $ */ #ifndef _TCL @@ -50,8 +50,7 @@ extern "C" { * win/README (not patchlevel) (sections 0 and 2) * unix/README (not patchlevel) (part (h)) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) - * library/tcltest1.0/tcltest.tcl (1 LOC M/M, 1 LOC patch) - * library/tcltest1.0/tcltest2.tcl (1 LOC M/M, 1 LOC patch) + * tests/basic.test (1 LOC M/M) * tools/tcl.hpj.in (not patchlevel, for windows installer) * tools/tcl.wse.in (for windows installer) * tools/tclSplash.bmp (not patchlevel) |