aboutsummaryrefslogtreecommitdiff
path: root/libiberty/pex-unix.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19libiberty: Fix error return value in pex_unix_exec_child [PR113957].Iain Sandoe1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05libiberty: Fix pex_unix_wait return typeRainer Orth1-3/+3
2023-11-09[PATCH v3] libiberty: Use posix_spawn in pex-unix when available.Brendan Shanks1-0/+168
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-01[libiberty] Use pipe inside pex_runNathan Sidwell1-41/+95
2018-08-23[libiberty patch] Fix PGO bootstrapNathan Sidwell1-80/+83
2018-08-21[libiberty patch] PEX-unix forkingNathan Sidwell1-86/+71
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-2/+1
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath1-3/+2
2014-09-26pex-common.h (struct pex_funcs): Add new parameter for open_write field.Max Ostapenko1-3/+4
2012-04-04pex-unix.c (to_ptr32): Fix style.Tristan Gingold1-2/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-2/+2
2010-11-04Use spawnve on cygwin.Richard Henderson1-1/+200
2009-12-08* pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans1-1/+20
2009-11-23pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston1-2/+4
2009-11-20pex-unix.c (pex_child_error): Define writeerr macro to avoid unused result wa...Ben Elliston1-1/+2
2009-07-27pex-unix.c (vfork): Remove VMS specific definition (get from header file inst...Douglas B Rupp1-7/+36
2007-08-24[patch]: libiberty pex for _WIN64.Kai Tietz1-10/+10
2007-01-12* pex-unix.c (writeerr): Cast write result to void.Ben Elliston1-1/+1
2006-08-27re PR driver/27622 (gcc hang when compiling with -pipe)Ian Lance Taylor1-2/+8
2006-06-02pex-unix.c (pex_unix_exec_child): Insert cast when assigning to environ.Mark Shinwell1-1/+1
2006-06-01Patch to provide pex_run_in_environment.Mark Shinwell1-3/+11
2006-04-12pex-common.c (pex_input_file, [...]): New functions.Jim Blandy1-0/+11
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis1-1/+1
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-03-29pex-common.c: New file.Ian Lance Taylor1-112/+418
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis1-13/+5
2004-11-30* pex-unix.c: Fix the spelling of longjmp.Matt Kraai1-1/+1
2004-03-18pex-unix.c (pexecute): Use vfork instead of fork, with appropriate changes to...Ian Lance Taylor1-16/+65
2003-01-24Makefile.in (CFILES): Add pex-*.c.Zack Weinberg1-0/+166