about summary refs log tree commit diff
path: root/src/env/setenv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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