Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/pipe @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 |
parents | 1f14c6dd175d |
children |
rev | line source |
---|---|
4940 | 1 Description: |
2 Creation of subprocesses, communicating via pipes. | |
3 | |
13924
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
12394
diff
changeset
|
4 Status: |
14744
440d21ed4f64
Fix confusion regarding deprecated modules.
Bruno Haible <bruno@clisp.org>
parents:
14014
diff
changeset
|
5 deprecated |
13924
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
12394
diff
changeset
|
6 |
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
12394
diff
changeset
|
7 Notice: |
14744
440d21ed4f64
Fix confusion regarding deprecated modules.
Bruno Haible <bruno@clisp.org>
parents:
14014
diff
changeset
|
8 This module is deprecated. Use the module 'spawn-pipe' instead. |
13924
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
12394
diff
changeset
|
9 |
4940 | 10 Files: |
14014
d02ecbcfc84d
pipe: make obsoletion transition easier
Eric Blake <eblake@redhat.com>
parents:
13924
diff
changeset
|
11 lib/pipe.h |
4940 | 12 |
13 Depends-on: | |
13924
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
12394
diff
changeset
|
14 spawn-pipe |
4940 | 15 |
16 configure.ac: | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
24 |
4940 | 25 Maintainer: |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
14744
diff
changeset
|
26 all |