summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-08-13 16:43:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-08-13 16:43:39 (GMT)
commit234032f0053f594cfbddc14f56bffb6e03d45d78 (patch)
tree83c5c3c1f0c8b050b6b0892241c7bec3d7d5a4b7 /generic/tclStringObj.c
parent4b6e6f5c2c1a3861f2f74d195c6f2a8f1d2698db (diff)
downloadtcl-234032f0053f594cfbddc14f56bffb6e03d45d78.zip
tcl-234032f0053f594cfbddc14f56bffb6e03d45d78.tar.gz
tcl-234032f0053f594cfbddc14f56bffb6e03d45d78.tar.bz2
Remove more references to version 8.7
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 2b0fbd7..76ad05e 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -391,7 +391,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
@@ -442,7 +442,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