This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/include ChangeLog libiberty.h
- From: vprus at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 31 Jan 2007 18:49:40 -0000
- Subject: src/include ChangeLog libiberty.h
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-01-31 18:49:40
Modified files:
include : ChangeLog libiberty.h
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/include/ChangeLog.diff?cvsroot=src&r1=1.374&r2=1.375
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/libiberty.h.diff?cvsroot=src&r1=1.53&r2=1.54