]> Savannah Git Hosting - gnulib.git/commit
str_endswith: New module.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jan 2025 08:54:14 +0000 (09:54 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Jan 2025 08:55:01 +0000 (09:55 +0100)
commitd89ac9373d9748f7601babf52c9129fcbcf0c907
tree95d7ac8c30e6dd9883b13f14873c2628fb470253
parent2508f39d60797ab024c69b0f5bb2fcaa67ab3e42
str_endswith: New module.

* lib/string.in.h (str_endswith): New declaration.
* lib/str_endswith.c: New file.
* m4/string_h.m4 (gl_STRING_H_REQUIRE_DEFAULTS): Initialize
GNULIB_STR_ENDSWITH.
* modules/string-h (Makefile.am): Substitute GNULIB_STR_ENDSWITH.
* modules/str_endswith: New file.
ChangeLog
lib/str_endswith.c [new file with mode: 0644]
lib/string.in.h
m4/string_h.m4
modules/str_endswith [new file with mode: 0644]
modules/string-h