summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-08-13 21:10:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-08-13 21:10:28 (GMT)
commit2fd7fd73696da57d72405a32eee9fed50cb29ab3 (patch)
tree231ef5aeb0a978ffd9fd96a6634472aa03d24966 /generic/tclStringObj.c
parent2d7d8d6fd145db95955341e292e744a08d651960 (diff)
parent2e55b5dd3a4ccf509c744ab8ed13b4547807a697 (diff)
downloadtcl-2fd7fd73696da57d72405a32eee9fed50cb29ab3.zip
tcl-2fd7fd73696da57d72405a32eee9fed50cb29ab3.tar.gz
tcl-2fd7fd73696da57d72405a32eee9fed50cb29ab3.tar.bz2
Merge 9.0
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index a709e28..13fbdbc 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -394,7 +394,7 @@ Tcl_GetCharLength(
* Optimize the case where we're really dealing with a byte-array object;
* we don't need to convert to a string to perform the get-length operation.
*
- * Starting in Tcl 8.7, we check for a "pure" byte-array, because the
+ * Starting in Tcl 9.0, we check for a "pure" byte-array, because the
* machinery behind that test is using a proper byte-array ObjType. We
* could also compute length of an improper byte-array without shimmering
* but there's no value in that. We *want* to shimmer an improper byte-array
@@ -445,7 +445,7 @@ TclGetCharLength(
* Optimize the case where we're really dealing with a byte-array object;
* we don't need to convert to a string to perform the get-length operation.
*
- * Starting in Tcl 8.7, we check for a "pure" byte-array, because the
+ * Starting in Tcl 9.0, we check for a "pure" byte-array, because the
* machinery behind that test is using a proper byte-array ObjType. We
* could also compute length of an improper byte-array without shimmering
* but there's no value in that. We *want* to shimmer an improper byte-array