Tcl Source Code

Artifact [8d7dde3798]
Login

Artifact 8d7dde3798a55b077b3fa1acc6d44364694625a4:

Attachment "ttstate.patch" to ticket [495660ffff] added by dgp 2002-04-17 06:22:55.
Index: doc/tcltest.n
===================================================================
RCS file: /cvsroot/tcl/tcl/doc/tcltest.n,v
retrieving revision 1.15
diff -u -r1.15 tcltest.n
--- doc/tcltest.n	15 Apr 2002 17:04:29 -0000	1.15
+++ doc/tcltest.n	16 Apr 2002 23:20:43 -0000
@@ -88,10 +88,6 @@
 .sp
 \fBtcltest::bytestring \fIstring\fR
 .sp
-\fBtcltest::saveState\fR
-.sp
-\fBtcltest::restoreState\fR
-.sp
 \fBtcltest::threadReap\fR
 .sp
 \fBtcltest::mainThread\fR
@@ -368,18 +364,6 @@
 denormalized or improperly formed strings to pass to C procedures that
 are supposed to accept strings with embedded NULL types and confirm
 that a string result has a certain pattern of bytes.
-.TP
-\fBtcltest::saveState\fR
-Save procedure and global variable names.
-A test file might contain calls to \fBtcltest::saveState\fR and
-\fB::tcltest:restoreState\fR if it creates or deletes global variables
-or procs. 
-.TP
-\fBtcltest::restoreState\fR
-Restore procedure and global variable names.
-A test file might contain calls to \fBtcltest::saveState\fR and
-\fB::tcltest:restoreState\fR if it creates or deletes global variables
-or procs. 
 .TP
 \fBtcltest::threadReap\fR
 \fBtcltest::threadReap\fR only works if \fItestthread\fR is