Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/fabs @ 13745:6328b8d2c617
Separate the module 'waitpid' from the module 'sys_wait'.
* lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is
present.
* m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke
gl_MODULE_INDICATOR_FOR_TESTS.
(gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID.
* modules/sys_wait (Depends-on): Remove waitpid.
(Makefile.am): Substitute GNULIB_WAITPID.
* modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR.
* tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the
signature only if the 'waitpid' module is present.
* doc/posix-functions/waitpid.texi: Mention the 'waitpid' module.
* NEWS: Mention the change.
* modules/grantpt (Depends-on): Add waitpid.
* modules/wait-process (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 29 Sep 2010 16:14:55 +0200 |
parents | 8e7ed08a499b |
children | cafd593a210b |
rev | line source |
---|---|
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 fabs() function: absolute value. |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 m4/mathfunc.m4 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 configure.ac: |
12777
8e7ed08a499b
Fix tests for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
12750
diff
changeset
|
10 gl_MATHFUNC([fabs], [double], [(double)]) |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 Makefile.am: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Include: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 <math.h> |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 Link: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 $(FABS_LIBM) |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 License: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 LGPL |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 Maintainer: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Bruno Haible |