Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-04-02 | use __strchrnul instead of strchr and strlen in execvpe | Frediano Ziglio | -2/+1 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
2018-02-21 | convert execvp error handling to switch statement | Rich Felker | -2/+9 |
2018-02-21 | fix execvp failing on not-dir entries in PATH. | Przemyslaw Pawelczyk | -1/+1 |
2015-02-03 | make execvp continue PATH search on EACCES rather than issuing an errror | Rich Felker | -1/+4 |
2014-04-20 | expose public execvpe interface | M Farkas-Dyck | -0/+3 |
2013-02-17 | consistently use the internal name __environ for environ | Rich Felker | -2/+2 |
2012-10-18 | fix parent-memory-clobber in posix_spawn (environ) | Rich Felker | -3/+10 |
2011-09-29 | fix various bugs in path and error handling in execvp/fexecve | Rich Felker | -17/+25 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+34 |