Skip to content
Snippets Groups Projects
  • Ian Lance Taylor's avatar
    a584cf65
    pex-common.c: New file. · a584cf65
    Ian Lance Taylor authored
    libiberty:
    	* 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.
    
    From-SVN: r97148
    a584cf65
    History
    pex-common.c: New file.
    Ian Lance Taylor authored
    libiberty:
    	* 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.
    
    From-SVN: r97148