summaryrefslogtreecommitdiff
path: root/src/env/setenv.c
AgeCommit message (Collapse)AuthorLines
2013-10-07remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy-1/+0
2013-10-04fix failure to check malloc result in setenvRich Felker-9/+9
2011-07-28fix for setenv bogus var argument handlingRich Felker-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-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+31