1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00
Files
gnulib/modules/tolower_l
Bruno Haible 0a0d7cdf0a 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.
2025-02-16 07:57:06 +01:00

34 lines
499 B
Plaintext

Description:
tolower_l() function: map a single-byte character to lowercase.
Files:
lib/tolower_l.c
lib/to_l-impl.h
m4/tolower_l.m4
m4/intl-thread-locale.m4
Depends-on:
ctype-h
locale-h
extensions
configure.ac:
gl_FUNC_TOLOWER_L
gl_CONDITIONAL([GL_COND_OBJ_TOLOWER_L], [test $HAVE_TOLOWER_L = 0])
gl_MODULE_INDICATOR([tolower_l])
gl_CTYPE_MODULE_INDICATOR([tolower_l])
Makefile.am:
if GL_COND_OBJ_TOLOWER_L
lib_SOURCES += tolower_l.c
endif
Include:
<ctype.h>
License:
LGPLv2+
Maintainer:
all