repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
pipe-filter-gi
blob
bdf47ed9afb3e5901ee994bff2c8e87d4be66a4a
1
Description:
2
Filtering of data through a subprocess.
3
4
Files:
5
lib/pipe-filter.h
6
lib/pipe-filter-gi.c
7
lib/pipe-filter-aux.h
8
lib/pipe-filter-aux.c
9
10
Depends-on:
11
spawn-pipe
12
wait-process
13
error
14
extern-inline
15
fcntl-h
16
gettext-h
17
stdbool
18
stdint
19
stdlib
20
sys_select
21
unistd
22
23
configure.ac:
24
AC_CHECK_FUNCS_ONCE([select])
25
26
Makefile.am:
27
lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c
28
29
Include:
30
"pipe-filter.h"
31
32
License:
33
GPL
34
35
Maintainer:
36
Paolo Bonzini