]>
Savannah Git Hosting - gnulib.git/commit
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.