summaryrefslogtreecommitdiff
path: root/src/process/execle.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-07add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy1-0/+1
2013-10-03fix new environment always being null with execleRich Felker1-2/+1
the va_arg call for the argv[]-terminating null pointer was missing, so this pointer was being wrongly used as the environment pointer. issue reported by Timo Teräs. proposed patch slightly modified to simplify the resulting code.
2011-04-27correct variadic prototypes for execl* familyRich Felker1-5/+6
the old versions worked, but conflicted with programs which declared their own prototypes and generated warnings with some versions of gcc.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+22