about summary refs log tree commit diff
path: root/src/env/setenv.c
Commit message (Collapse)AuthorAgeFilesLines
* remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy2013-10-071-1/+0
|
* fix failure to check malloc result in setenvRich Felker2013-10-041-9/+9
|
* fix for setenv bogus var argument handlingRich Felker2011-07-281-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+31