Branch
Hash :
4204b429
Author :
Date :
2025-02-15T19:25:49
isdigit_l: New module. * lib/ctype.in.h: (isdigit_l): New declaration. * lib/isdigit_l.c: New file. * m4/isdigit_l.m4: New file. * m4/ctype_h.m4 (gl_CTYPE_H): Test for isdigit_l. (gl_CTYPE_H_REQUIRE_DEFAULTS): Initialize GNULIB_ISDIGIT_L. (gl_CTYPE_H_DEFAULTS): Initialize HAVE_ISDIGIT_L. * modules/ctype-h (Makefile.am): Substitute GNULIB_ISDIGIT_L, HAVE_ISDIGIT_L. * modules/isdigit_l: New file. * tests/test-ctype-h-c++.cc: Check declaration of isdigit_l. * doc/posix-functions/isdigit_l.texi: Mention the new module.
@node isdigit_l
@subsection @code{isdigit_l}
@findex isdigit_l
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/isdigit_l.html}
Gnulib module: isdigit_l
@mindex isdigit_l
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on many platforms:
FreeBSD 9.0, NetBSD 6.1, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 4.4.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize