diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-01-23 08:38:17 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-01-23 08:38:17 (GMT) |
commit | 9d357236074504bfd4fedf523a7063071d62b8c1 (patch) | |
tree | f74cd95e4c1da00f26bf547acfc2b5bfddc69d15 | |
parent | e3e97685c5828c76e204f0b03aa9167f57aa8bf1 (diff) | |
parent | 698ba502d68245a088b9d56c3ce0d8bf995ee541 (diff) | |
download | tcl-9d357236074504bfd4fedf523a7063071d62b8c1.zip tcl-9d357236074504bfd4fedf523a7063071d62b8c1.tar.gz tcl-9d357236074504bfd4fedf523a7063071d62b8c1.tar.bz2 |
Merge 8.7
-rw-r--r-- | doc/StringObj.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 7e9e56b..cb81559 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -219,9 +219,7 @@ format. If the conversion is successful, then the converted form of Otherwise, the value's Unicode representation is invalidated and converted to the UTF format, and \fIbytes\fR is appended to the value's new string representation. -\fIlength\fR bytes are allocated and not filled, if \fIbytes\fR is a -null pointer. -Eventually buffer growth is optimized by large allocations to optimize +Eventually buffer growth is done by large allocations to optimize multiple calls. .PP \fBTcl_AppendUnicodeToObj\fR appends the Unicode string given by |