Commit 4204b429c1d0abc60f634accff953c2d3264c47a

Bruno Haible 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.