Complete last ChangeLog entry.
[gnulib.git] / modules / execute
1 Description:
2 Creation of autonomous subprocesses.
3
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
9
10 Depends-on:
11 cloexec
12 dup2
13 error
14 exit
15 fatal-signal
16 wait-process
17 gettext-h
18 spawn
19 posix_spawnp
20 posix_spawn_file_actions_init
21 posix_spawn_file_actions_addopen
22 posix_spawn_file_actions_destroy
23 posix_spawnattr_init
24 posix_spawnattr_setsigmask
25 posix_spawnattr_setflags
26 posix_spawnattr_destroy
27 stdbool
28 strpbrk
29 unistd
30 environ
31
32 configure.ac:
33 gl_EXECUTE
34
35 Makefile.am:
36 lib_SOURCES += execute.h execute.c w32spawn.h
37
38 Include:
39 "execute.h"
40
41 License:
42 GPL
43
44 Maintainer:
45 Bruno Haible