Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/backupfile @ 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 | d642b5a319a9 |
children | 44b19551f75d |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determination of the filename of a backup file, according to user environment |
3 variables. | |
4110 | 4 |
5 Files: | |
6 lib/backupfile.h | |
7 lib/backupfile.c | |
8 m4/dos.m4 | |
9 m4/backupfile.m4 | |
10 | |
11 Depends-on: | |
12 argmatch | |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
5820
diff
changeset
|
13 d-ino |
11938
7cbcde229d97
backupfile, chdir-long, fts, savedir: make safer
Eric Blake <ebb9@byu.net>
parents:
10748
diff
changeset
|
14 dirent-safer |
12213
d642b5a319a9
dirname-lgpl: adjust clients that don't need full dirname
Eric Blake <ebb9@byu.net>
parents:
11938
diff
changeset
|
15 dirname-lgpl |
10748 | 16 memcmp |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
17 stdbool |
4110 | 18 |
19 configure.ac: | |
20 gl_BACKUPFILE | |
21 | |
22 Makefile.am: | |
23 | |
24 Include: | |
25 "backupfile.h" | |
26 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
27 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
28 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
29 |
4197 | 30 Maintainer: |
31 Paul Eggert, Jim Meyering |