]> Savannah Git Hosting - gnulib.git/commit
isgraph_l: New module.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 18:49:54 +0000 (19:49 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 18:54:09 +0000 (19:54 +0100)
commitef40133004223bd842a1af2c75636930bf1608e9
treec0b74e765f8f1fa1e9dd45748f40033bfb29a66a
parentf6108955fe056605d5b329e427620ca6300343a4
isgraph_l: New module.

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