Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * pex-unix.c (pex_unix_exec_child): Save/restore environ. | Doug Evans | 2009-12-08 | 1 | -1/+20 |
| | |||||
* | * pex-unix.c (pex_child_error): Improve warning avoidance by | Ben Elliston | 2009-11-23 | 1 | -2/+4 |
| | | | | | checking the results of write(3) and exiting with -2 if any write returns a negative value. | ||||
* | * pex-unix.c (pex_child_error): Define writeerr macro to avoid | Ben Elliston | 2009-11-19 | 1 | -1/+2 |
| | | | | | unused result warnings from write(3) calls. Undefine writeerr after all uses. | ||||
* | merge from gcc | DJ Delorie | 2009-07-27 | 1 | -7/+36 |
| | |||||
* | merge from gcc | DJ Delorie | 2007-08-24 | 1 | -10/+10 |
| | |||||
* | * pex-unix.c (writeerr): Cast write result to void. | Ben Elliston | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-08-28 | 1 | -2/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-06-02 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-06-01 | 1 | -3/+11 |
| | |||||
* | merge from gcc | DJ Delorie | 2006-04-12 | 1 | -0/+11 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | 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 | -112/+418 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2005-03-28 | 1 | -13/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-03-18 | 1 | -16/+65 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-24 | 1 | -0/+166 |