]> Savannah Git Hosting - gnulib.git/commit
tolower_l: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Feb 2025 05:45:57 +0000 (06:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Feb 2025 06:57:06 +0000 (07:57 +0100)
commit0a0d7cdf0a5dde1a96b977d5cc7d63e3a40b2b96
treea7b43ab7f3f26555bb39013688eb14b005fbb91e
parentdac38aeea499205ca239e4b7c19e449e06803213
tolower_l: New module.

* lib/ctype.in.h: (tolower_l): New declaration.
* lib/tolower_l.c: New file.
* lib/to_l-impl.h: New file.
* m4/tolower_l.m4: New file.
* m4/ctype_h.m4 (gl_CTYPE_H): Test for tolower_l.
(gl_CTYPE_H_REQUIRE_DEFAULTS): Initialize GNULIB_TOLOWER_L.
(gl_CTYPE_H_DEFAULTS): Initialize HAVE_TOLOWER_L.
* modules/ctype-h (Makefile.am): Substitute GNULIB_TOLOWER_L,
HAVE_TOLOWER_L.
* modules/tolower_l: New file.
* tests/test-ctype-h-c++.cc: Check declaration of tolower_l.
* doc/posix-functions/tolower_l.texi: Mention the new module.
ChangeLog
doc/posix-functions/tolower_l.texi
lib/ctype.in.h
lib/to_l-impl.h [new file with mode: 0644]
lib/tolower_l.c [new file with mode: 0644]
m4/ctype_h.m4
m4/tolower_l.m4 [new file with mode: 0644]
modules/ctype-h
modules/tolower_l [new file with mode: 0644]
tests/test-ctype-h-c++.cc