mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/ctype.in.h: (toupper_l): New declaration. * lib/toupper_l.c: New file. * m4/toupper_l.m4: New file. * m4/ctype_h.m4 (gl_CTYPE_H): Test for toupper_l. (gl_CTYPE_H_REQUIRE_DEFAULTS): Initialize GNULIB_TOUPPER_L. (gl_CTYPE_H_DEFAULTS): Initialize HAVE_TOUPPER_L. * modules/ctype-h (Makefile.am): Substitute GNULIB_TOUPPER_L, HAVE_TOUPPER_L. * modules/toupper_l: New file. * tests/test-ctype-h-c++.cc: Check declaration of toupper_l. * doc/posix-functions/toupper_l.texi: Mention the new module.
34 lines
499 B
Plaintext
34 lines
499 B
Plaintext
Description:
|
|
toupper_l() function: map a single-byte character to uppercase.
|
|
|
|
Files:
|
|
lib/toupper_l.c
|
|
lib/to_l-impl.h
|
|
m4/toupper_l.m4
|
|
m4/intl-thread-locale.m4
|
|
|
|
Depends-on:
|
|
ctype-h
|
|
locale-h
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_FUNC_TOUPPER_L
|
|
gl_CONDITIONAL([GL_COND_OBJ_TOUPPER_L], [test $HAVE_TOUPPER_L = 0])
|
|
gl_MODULE_INDICATOR([toupper_l])
|
|
gl_CTYPE_MODULE_INDICATOR([toupper_l])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_TOUPPER_L
|
|
lib_SOURCES += toupper_l.c
|
|
endif
|
|
|
|
Include:
|
|
<ctype.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|