]> Savannah Git Hosting - gnulib.git/commit
islower_l: New module.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 19:01:04 +0000 (20:01 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 19:01:04 +0000 (20:01 +0100)
commit7f2b1b71f9d31cb107dd2aee7b6e5a2a3b1191d2
tree52d61c0a9260fa4990f0a1994d07634d9a876364
parent1ca4b1158c44b031008f07504e7df95052de6cc4
islower_l: New module.

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