summaryrefslogtreecommitdiffstats
path: root/libiberty/pex-msdos.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2011-04-201-4/+2
|
* Merged from gcc head revision 146001.Kai Tietz2009-04-131-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 gccDJ Delorie2007-08-241-7/+7
|
* merge from gccDJ Delorie2006-08-281-1/+3
|
* merge from gccDJ Delorie2006-06-011-3/+3
|
* merge from gccDJ Delorie2006-04-121-0/+1
|
* merge from gccDJ Delorie2005-05-241-3/+3
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* libiberty:Ian Lance Taylor2005-03-291-74/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 gccDJ Delorie2005-03-281-11/+4
|
* merge from gccDJ Delorie2003-01-241-0/+147
OpenPOWER on IntegriCloud