summaryrefslogtreecommitdiff
path: root/src/process/execl.c
AgeCommit message (Collapse)AuthorLines
2013-10-07add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy-0/+1
2011-04-27correct variadic prototypes for execl* familyRich Felker-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 Felker-0/+20