aboutsummaryrefslogtreecommitdiff
path: root/src/env/putenv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* as an extension, have putenv("VAR") behave as unsetenv("VAR")•••the behavior of putenv is left undefined if the argument does not contain an equal sign, but traditional implementations behave this way and gnulib replaces putenv if it doesn't do this. Rich Felker2012-10-211-5/+5
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+59