Mercurial > hg > octave-kai > gnulib-hg
annotate modules/raise @ 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 | bd71d55d3b65 |
children | 68596f3bad3e |
rev | line source |
---|---|
5141 | 1 Description: |
2 Send a signal to the executing process. | |
3 | |
10752 | 4 Status: |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
5141 | 10 Files: |
11 lib/raise.c | |
12 | |
13 Depends-on: | |
14 | |
15 configure.ac: | |
16 AC_REPLACE_FUNCS(raise) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
10752 | 21 <signal.h> |
5141 | 22 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5141
diff
changeset
|
23 License: |
10576 | 24 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5141
diff
changeset
|
25 |
5141 | 26 Maintainer: |
27 Jim Meyering | |
28 |