]> Savannah Git Hosting - gnulib.git/commit
isblank_l: New module.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 09:45:48 +0000 (10:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Feb 2025 10:12:36 +0000 (11:12 +0100)
commit663152f16df9bd60129cd013b2595d087cbd73aa
tree4cbe8e82eec009f239334b986dd064f0784689b1
parent0a3ea592ef8d3e20c509dba13a7f97d5ca28e3fd
isblank_l: New module.

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