Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-17 | consistently use the internal name __environ for environ | Rich Felker | 1 | -2/+2 | |
patch by Jens Gustedt. previously, the intended policy was to use __environ in code that must conform to the ISO C namespace requirements, and environ elsewhere. this policy was not followed in practice anyway, making things confusing. on top of that, Jens reported that certain combinations of link-time optimization options were breaking with the inconsistent references; this seems to be a compiler or linker bug, but having it go away is a nice side effect of the changes made here. | |||||
2012-10-18 | fix parent-memory-clobber in posix_spawn (environ) | Rich Felker | 1 | -3/+10 | |
2011-09-29 | fix various bugs in path and error handling in execvp/fexecve | Rich Felker | 1 | -17/+25 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+34 | |