Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-10-07 | add missing va_end in execl* for correcness and static code analyzers | Szabolcs Nagy | -0/+1 | |
2013-10-03 | fix new environment always being null with execle | Rich Felker | -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-27 | correct variadic prototypes for execl* family | Rich 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-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+22 | |