about summary refs log tree commit diff
path: root/src/env/putenv.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+1
* overhaul environment functionsAlexander Monakov2017-09-041-43/+33
* env: avoid leaving dangling pointers in __env_mapAlexander Monakov2016-03-061-0/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker2012-10-211-5/+5
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+59