]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention the new modules.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jan 2025 13:05:57 +0000 (14:05 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Jan 2025 13:05:57 +0000 (14:05 +0100)
* doc/strings.texi (Comparison of string APIs): Add rows for startswith
and endswith functions.

ChangeLog
doc/strings.texi

index 3cce627d4b3b97799a4407a4e6d524f324dbfc34..01529c0411f44a52254231b6bc9b887bdb59c7ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-03  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention the new modules.
+       * doc/strings.texi (Comparison of string APIs): Add rows for startswith
+       and endswith functions.
+
 2025-01-03  Bruno Haible  <bruno@clisp.org>
 
        mbs_endswith: Add tests.
index 89d48b7adbc637eadb93139565fbc43807e8d1a1..94cc61c9be374803c0220e4e6c3b9d97a113a01b 100644 (file)
@@ -320,6 +320,8 @@ and in Gnulib.
 @mindex mbstok_r
 @mindex mbstowcs
 @mindex mbswidth
+@mindex mbs_endswith
+@mindex mbs_startswith
 @mindex stpcpy
 @mindex stpncpy
 @mindex strcase
@@ -343,8 +345,12 @@ and in Gnulib.
 @mindex strtoul
 @mindex strtoull
 @mindex strtoumax
+@mindex str_endswith
+@mindex str_startswith
 @mindex unicase/u32-casecmp
 @mindex unistr/u32-mbsnlen
+@mindex unistr/u32-endswith
+@mindex unistr/u32-startswith
 @mindex unistr/u32-stpcpy
 @mindex unistr/u32-stpncpy
 @mindex unistr/u32-strcat
@@ -483,6 +489,20 @@ and in Gnulib.
 @tab --
 @tab --
 
+@item @code{str_startswith}
+@tab @code{str_startswith}
+@tab @code{mbs_startswith}
+@tab --
+@tab --
+@tab @code{u32_startswith}
+
+@item @code{str_endswith}
+@tab @code{str_endswith}
+@tab @code{mbs_endswith}
+@tab --
+@tab --
+@tab @code{u32_endswith}
+
 @item @code{strspn}
 @tab @code{strspn}
 @tab @code{mbsspn}