+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.
@mindex mbstok_r
@mindex mbstowcs
@mindex mbswidth
+@mindex mbs_endswith
+@mindex mbs_startswith
@mindex stpcpy
@mindex stpncpy
@mindex strcase
@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
@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}