r215632 - in /trunk: include/ChangeLog include/...

chefmax@gcc.gnu.org chefmax@gcc.gnu.org
Fri Sep 26 07:58:00 GMT 2014


Author: chefmax
Date: Fri Sep 26 07:58:04 2014
New Revision: 215632

URL: https://gcc.gnu.org/viewcvs?rev=215632&root=gcc&view=rev
Log:
libiberty/

2014-09-26  Max Ostapenko  <m.ostapenko@partner.samsung.com>

	* pex-common.h (struct pex_funcs): Add new parameter for open_write field.
	* pex-unix.c (pex_unix_open_write): Add support for new parameter.
	* pex-djgpp.c (pex_djgpp_open_write): Likewise.
	* pex-win32.c (pex_win32_open_write): Likewise.
	* pex-common.c (pex_run_in_environment): Likewise.


include/

2014-09-26  Max Ostapenko  <m.ostapenko@partner.samsung.com>

	* libiberty.h (PEX_STDOUT_APPEND): New flag.
	(PEX_STDERR_APPEND): Likewise.

Modified:
    trunk/include/ChangeLog
    trunk/include/libiberty.h
    trunk/libiberty/ChangeLog
    trunk/libiberty/pex-common.c
    trunk/libiberty/pex-common.h
    trunk/libiberty/pex-djgpp.c
    trunk/libiberty/pex-unix.c
    trunk/libiberty/pex-win32.c



More information about the Gcc-cvs mailing list