summaryrefslogtreecommitdiffstats
path: root/doc/DString.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 14:17:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 14:17:21 (GMT)
commitd695e02d2fd744a4391dcf3c4a8a20e499cc47b1 (patch)
tree35f4cec7bfba7f011ffac5c5b9787e910259209c /doc/DString.3
parent1c58e29da28ad2a5a2307da0d8384bedc8891040 (diff)
downloadtcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.zip
tcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.tar.gz
tcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.tar.bz2
Remove obsolete documentation (belonging to now-removed functions). Remove obsolete 8.4 bytecodes. And a few other (internal) macro's which are no longer in use.
Diffstat (limited to 'doc/DString.3')
-rw-r--r--doc/DString.36
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/DString.3 b/doc/DString.3
index 00f1b8a..2828278 100644
--- a/doc/DString.3
+++ b/doc/DString.3
@@ -34,8 +34,6 @@ char *
.sp
\fBTcl_DStringSetLength\fR(\fIdsPtr, newLength\fR)
.sp
-\fBTcl_DStringTrunc\fR(\fIdsPtr, newLength\fR)
-.sp
\fBTcl_DStringFree\fR(\fIdsPtr\fR)
.sp
\fBTcl_DStringResult\fR(\fIinterp, dsPtr\fR)
@@ -128,10 +126,6 @@ caller to fill in the new space.
even if the string is truncated to zero length, so \fBTcl_DStringFree\fR
will still need to be called.
.PP
-\fBTcl_DStringTrunc\fR changes the length of a dynamic string.
-This procedure is now deprecated. \fBTcl_DStringSetLength\fR should
-be used instead.
-.PP
\fBTcl_DStringFree\fR should be called when you are finished using
the string. It frees up any memory that was allocated for the string
and reinitializes the string's value to an empty string.