Mercurial > hg > octave-kai > gnulib-hg
annotate modules/group-member @ 14310:00537d144c48
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 06 Feb 2011 22:07:24 +0100 |
parents | 39be377f1765 |
children | 8d8a6d8151f4 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determine whether the current process has the permissions of a given group ID. |
4110 | 3 |
4 Files: | |
5 lib/group-member.h | |
6 lib/group-member.c | |
7 m4/group-member.m4 | |
8 | |
9 Depends-on: | |
9209
5a0294ce5372
Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
10 extensions |
12280
39be377f1765
getgroups: don't expose GETGROUPS_T to user
Eric Blake <ebb9@byu.net>
parents:
9209
diff
changeset
|
11 getgroups |
4110 | 12 xalloc |
4830
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
13 stdbool |
4110 | 14 |
15 configure.ac: | |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
4830
diff
changeset
|
16 gl_FUNC_GROUP_MEMBER |
4110 | 17 |
18 Makefile.am: | |
19 | |
20 Include: | |
21 "group-member.h" | |
22 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Jim Meyering |