summaryrefslogtreecommitdiff
path: root/libiberty/pex-unix.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-01[libiberty] Use pipe inside pex_runNathan Sidwell
2018-08-23[libiberty patch] Fix PGO bootstrapNathan Sidwell
2018-08-21[libiberty patch] PEX-unix forkingNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath
2014-09-26pex-common.h (struct pex_funcs): Add new parameter for open_write field.Max Ostapenko
2012-04-04pex-unix.c (to_ptr32): Fix style.Tristan Gingold
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-04Use spawnve on cygwin.Richard Henderson
2009-12-08* pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans
2009-11-23pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston
2009-11-20pex-unix.c (pex_child_error): Define writeerr macro to avoid unused result wa...Ben Elliston
2009-07-27pex-unix.c (vfork): Remove VMS specific definition (get from header file inst...Douglas B Rupp
2007-08-24[patch]: libiberty pex for _WIN64.Kai Tietz
2007-01-12* pex-unix.c (writeerr): Cast write result to void.Ben Elliston
2006-08-27re PR driver/27622 (gcc hang when compiling with -pipe)Ian Lance Taylor
2006-06-02pex-unix.c (pex_unix_exec_child): Insert cast when assigning to environ.Mark Shinwell
2006-06-01Patch to provide pex_run_in_environment.Mark Shinwell
2006-04-12pex-common.c (pex_input_file, [...]): New functions.Jim Blandy
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-29pex-common.c: New file.Ian Lance Taylor
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis
2004-11-30* pex-unix.c: Fix the spelling of longjmp.Matt Kraai
2004-03-18pex-unix.c (pexecute): Use vfork instead of fork, with appropriate changes to...Ian Lance Taylor
2003-01-24Makefile.in (CFILES): Add pex-*.c.Zack Weinberg