diff options
author | Bruno Haible <bruno@clisp.org> | 2011-02-06 22:07:24 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-02-08 11:28:30 +0100 |
commit | f196c56b40c000e32eb88317390dc5f3df632b37 (patch) | |
tree | a9188e576c5ec74ef7651f3ca1e8550d8ada056a /doc/posix-functions/iswblank.texi | |
parent | 28134edcb40e5ef85aa86742976da4a02cba47c9 (diff) | |
download | gnulib-f196c56b40c000e32eb88317390dc5f3df632b37.tar.gz |
New module 'iswblank'.
* lib/wctype.in.h (iswblank): Don't declare if GNULIB_ISWBLANK is 0.
* modules/iswblank: New file.
* modules/wctype-h (Files): Remove lib/iswblank.c.
(Makefile.am): Substitute GNULIB_ISWBLANK.
* m4/iswblank.m4: New file, partially extracted from m4/wctype_h.m4.
* m4/wctype_h.m4 (gl_WCTYPE_MODULE_INDICATOR): New macro.
(gl_WCTYPE_H_DEFAULTS): New macro.
(gl_WCTYPE_H): Require it. Remove iswblank related code.
* modules/iswblank-tests: New file.
* tests/test-iswblank.c: New file, extraced from tests/test-wctype-h.c.
* tests/test-wctype-h.c (main): Remove iswblank tests.
* tests/test-wctype-h-c++.cc: Guard the signature test of iswblank.
* doc/posix-functions/iswblank.texi: Mention module 'iswblank' instead
of 'wctype-h'.
* NEWS: Mention the change.
* modules/mbchar (Depends-on): Add iswblank.
Diffstat (limited to 'doc/posix-functions/iswblank.texi')
-rw-r--r-- | doc/posix-functions/iswblank.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/iswblank.texi b/doc/posix-functions/iswblank.texi index 057f3ad613..367a5e2fe3 100644 --- a/doc/posix-functions/iswblank.texi +++ b/doc/posix-functions/iswblank.texi @@ -4,7 +4,7 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswblank.html} -Gnulib module: wctype-h +Gnulib module: iswblank Portability problems fixed by Gnulib: @itemize |