Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | as an extension, have putenv("VAR") behave as unsetenv("VAR") | Rich Felker | 2012-10-21 | 1 | -5/+5 |
| | | | | | | 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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+59 |