summaryrefslogtreecommitdiffstats
path: root/doc/SetResult.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-01-06 17:26:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-01-06 17:26:05 (GMT)
commitf140e958c5a9be145a6a9bf5672d785ba1bad964 (patch)
tree9a5fc5538270de1df64cba78e84f81896fc01c26 /doc/SetResult.3
parentb0db0ad9562b16f0d06a6e1403f01749ea7aac14 (diff)
downloadtcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.zip
tcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.tar.gz
tcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.tar.bz2
Remove "new in 8.6" marks from the docs in the 8.7 branch.
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r--doc/SetResult.310
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index e50650e..c5ed78a 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -30,9 +30,7 @@ const char *
.sp
\fBTcl_ResetResult\fR(\fIinterp\fR)
.sp
-.VS 8.6
\fBTcl_TransferResult\fR(\fIsourceInterp, code, targetInterp\fR)
-.VE 8.6
.sp
\fBTcl_AppendElement\fR(\fIinterp, element\fR)
.sp
@@ -57,17 +55,11 @@ Address of procedure to call to release storage at
An argument list which must have been initialized using
\fBva_start\fR, and cleared using \fBva_end\fR.
.AP Tcl_Interp *sourceInterp in
-.VS 8.6
Interpreter that the result and return options should be transferred from.
-.VE 8.6
.AP Tcl_Interp *targetInterp in
-.VS 8.6
Interpreter that the result and return options should be transferred to.
-.VE 8.6
.AP int code in
-.VS 8.6
Return code value that controls transfer of return options.
-.VE 8.6
.BE
.SH DESCRIPTION
.PP
@@ -154,7 +146,6 @@ call; the last argument in the list must be a NULL pointer.
\fBTcl_AppendResultVA\fR is the same as \fBTcl_AppendResult\fR except that
instead of taking a variable number of arguments it takes an argument list.
.PP
-.VS 8.6
\fBTcl_TransferResult\fR transfers interpreter state from \fIsourceInterp\fR
to \fItargetInterp\fR. The two interpreters must have been created in the
same thread. If \fIsourceInterp\fR and \fItargetInterp\fR are the same,
@@ -163,7 +154,6 @@ from \fIsourceInterp\fR to \fItargetInterp\fR, and resets the result
in \fIsourceInterp\fR. It also moves the return options dictionary as
controlled by the return code value \fIcode\fR in the same manner
as \fBTcl_GetReturnOptions\fR.
-.VE 8.6
.SH "DEPRECATED INTERFACES"
.SS "OLD STRING PROCEDURES"
.PP