diff options
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/README b/tests/README index fe4bb30..3b22393 100644 --- a/tests/README +++ b/tests/README @@ -1,6 +1,6 @@ README -- Tcl test suite design document. -RCS: @(#) $Id: README,v 1.3 1999/04/16 00:47:22 stanton Exp $ +RCS: @(#) $Id: README,v 1.4 1999/04/20 18:12:18 hershey Exp $ Contents: --------- @@ -117,6 +117,8 @@ namespace and automatically imported: restoreState Restore the procedure and global variable names. + threadReap Kill all threads except for the main thread. + Please refer to the defs.tcl file for more documentation on these procedures. |