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