Mercurial > hg > octave-kai > gnulib-hg
annotate modules/canon-host @ 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 | 18ea6ab4e81d |
children | 447e96feb793 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Canonicalize a host name: return a name other hosts can understand, i.e. |
3 usually the host name including FQDN. | |
4110 | 4 |
5 Files: | |
6 lib/canon-host.c | |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5722
diff
changeset
|
7 lib/canon-host.h |
4110 | 8 m4/canon-host.m4 |
9 | |
10 Depends-on: | |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5722
diff
changeset
|
11 getaddrinfo |
5458 | 12 strdup |
4110 | 13 |
14 configure.ac: | |
15 gl_CANON_HOST | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
12008
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
10963
diff
changeset
|
20 "canon-host.h" |
4110 | 21 |
10963
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
22 Link: |
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
23 $(GETADDRINFO_LIB) |
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
24 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 License: |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5722
diff
changeset
|
26 LGPL |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
27 |
4197 | 28 Maintainer: |
29 Jim Meyering |