This is the mail archive of the
src-cvs@sourceware.org
mailing list .
src/libiberty ChangeLog functions.texi pex-com ...
- From: vprus at sourceware dot org
- To: src-cvs at sourceware dot org
- Date: 31 Jan 2007 18:49:42 -0000
- Subject: src/libiberty ChangeLog functions.texi pex-com ...
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-01-31 18:49:42
Modified files:
libiberty : ChangeLog functions.texi pex-common.c
pex-common.h pexecute.txh
Log message:
include/
* libiberty.h (PEX_STDERR_TO_PIPE): New define.
(PEX_BINARY_ERROR): New define.
(pex_read_err): New function.
libiberty/
* pex-common.h (struct pex_obj): New fields
stderr_pipe and read_err.
* pex-common.c (pex_init_common): Initialize
stderr_pipe.
(pex_run_in_environment): Add error checking
for PEX_STDERR_TO_PIPE. Create a pipe
for stderr if necessary.
(pex_read_err): New.
(pex_free): Close read_err.
* pexecute.txh: Document changes.
* functions.texi: Regenerated.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.411&r2=1.412
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pexecute.txh.diff?cvsroot=src&r1=1.6&r2=1.7