summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-04-27 20:54:21 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-04-27 20:54:21 (GMT)
commit2fae9f1746841d85b7d05b8a5b1c253cd2e8df64 (patch)
tree0772dceb0906489ffc799d7200fba2ed24fd7f50 /doc/StringObj.3
parent5eb2064b6323a354be793a900518f1136a3399da (diff)
parent321bff2cd595c4bf889d2c7ef52587ac6aaa4407 (diff)
downloadtcl-2fae9f1746841d85b7d05b8a5b1c253cd2e8df64.zip
tcl-2fae9f1746841d85b7d05b8a5b1c253cd2e8df64.tar.gz
tcl-2fae9f1746841d85b7d05b8a5b1c253cd2e8df64.tar.bz2
Add bytearray checking to TclCheckEmptyString(), and then use
TclCheckEmptyString() in Tcl_AppendObjToObj and TclStringCat() to reduce string generation.
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r--doc/StringObj.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index 3ced3c4..f8c3a58 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -115,7 +115,7 @@ The index of the last Unicode character in the Unicode range to be
returned as a new value. If negative, take all characters up to
the last one available.
.AP Tcl_Obj *objPtr in/out
-Points to a value to manipulate.
+A pointer to a value to read, or to an unshared value to modify.
.AP Tcl_Obj *appendObjPtr in
The value to append to \fIobjPtr\fR in \fBTcl_AppendObjToObj\fR.
.AP "Tcl_Size \&| int" *lengthPtr out