summaryrefslogtreecommitdiff
path: root/src/env
AgeCommit message (Collapse)AuthorFilesLines
2011-07-28fix for setenv bogus var argument handlingRich Felker1-1/+1
thanks to mikachu per POSIX: The setenv() function shall fail if: [EINVAL] The name argument is a null pointer, points to an empty string, or points to a string containing an '=' character.
2011-04-06add startup abi functions, dummy for now. eventually needed for c++ support.Rich Felker2-0/+10
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker7-0/+178