aboutsummaryrefslogtreecommitdiff
path: root/environ.c
Commit message (Expand)AuthorAge
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Clear the environment properly by looping until it is empty rather thannicm2016-01-15
* Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-24
* Like options, move the environ struct into environ.c.nicm2015-10-28
* Simplify environ_push so it doesn't need the ARRAY_* functions.nicm2015-05-07
* Don't leak the individual strings when copying environment.nicm2015-01-25
* Some more long lines.nicm2014-04-17
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-04
* Nuke a dead variable found with clang and an unused declaration with lint.Nicholas Marriott2009-08-09
* Use a temporary variable for strdup of const char *.Nicholas Marriott2009-08-08
* Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08