forked from MaxKellermann/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97148 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ian
committed
Mar 29, 2005
1 parent
5cc697d
commit 22683dc
Showing
18 changed files
with
3,030 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2005-03-28 Ian Lance Taylor <[email protected]> | ||
|
||
* 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. | ||
|
||
2005-03-28 Mark Mitchell <[email protected]> | ||
|
||
* libiberty.h (ffs): Declare, if necessary. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2005-03-28 Ian Lance Taylor <[email protected]> | ||
|
||
* 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. | ||
|
||
2005-03-28 Mark Kettenis <[email protected]> | ||
|
||
* unlink-if-ordinary.c: Include <sys/types.h>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.