Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged from gcc head revision 146001. | Kai Tietz | 2009-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | 2009-04-13 Ozkan Sezer <sezeroz@gmail.com> PR target/39397 * pex-common.h (struct pex_obj): Store pid values as pid_t, not as long (members *children and (*wait)) * pex-common.c (pex_run_in_environment): Likewise. * pex-win32.c (pex_win32_wait): Return pid_t and properly check returned pid value. * pex-djgpp.c (pex_djgpp_wait): Return pid_t. * pex-msdos.c (pex_msdos_wait): Likewise. | ||||
* | merge from gcc | DJ Delorie | 2007-08-24 | 1 | -2/+8 |
| | |||||
* | include/ | Vladimir Prus | 2007-01-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | merge from gccnickrob-async-20060828-mergepoint | DJ Delorie | 2006-08-28 | 1 | -5/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-06-01 | 1 | -0/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-04-12 | 1 | -0/+7 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-03-13 | 1 | -12/+15 |
| | |||||
* | Update the address and phone number of the FSF organization. | Nick Clifton | 2005-05-10 | 1 | -2/+2 |
| | |||||
* | libiberty: | Ian Lance Taylor | 2005-03-29 | 1 | -0/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pex-common.c: New file. * pex-one.c: New file. * pexecute.c: New file. * pex-common.h: Include <stdio.h>. (struct pex_obj): Define. (struct pex_funcs): Define. (pex_init_common): Declare. * pex-unix.c: Rewrite. * pex-win32.c: Rewrite. * pex-djgpp.c: Rewrite. * pex-msdos.c: Rewrite. * testsuite/text-pexecute.c: New file. * pexecute.txh: Rewrite. * configure.ac: Check for wait3 and wait4. Set CHECK to really-check rather than check-cplus-dem. * functions.texi: Rebuild. * Makefile.in: Rebuild dependencies. (CFILES): Add pexecute.c, pex-common.c, pex-one.c. (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o. * testsuite/Makefile.in (really-check): New target. (check-pexecute, test-pexecute): New targets. * configure: Rebuild. include: * libiberty.h: Include <stdio.h>. (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. (pex_init, pex_run, pex_read_output): Declare. (pex_get_status, pex_get_times, pex_free, pex_one): Declare. (struct pex_time): Define. | ||||
* | merge from gcc | DJ Delorie | 2004-03-18 | 1 | -1/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-24 | 1 | -0/+42 |