summaryrefslogtreecommitdiffstats
path: root/environ.c
AgeCommit message (Expand)Author
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2017-05-11Make environ_log prefix take a format.nicm
2017-04-25Do not update TERM into config file parsing has finished.nicm
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm
2017-01-24Make update-environment an array as well.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-07-15Tweak output of environment logging.nicm
2016-07-15Log environment to new panes.nicm
2016-05-26Just nuke environ instead of trying to unsetenv everything because thatnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-15Clear the environment properly by looping until it is empty rather thannicm
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add anicm
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.nicm
2015-01-25Don't leak the individual strings when copying environment.nicm
2014-04-17Some more long lines.nicm
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2010-04-04Run job commands explicitly in the global enviroment (which can beNicholas Marriott
2009-08-09Nuke a dead variable found with clang and an unused declaration with lint.Nicholas Marriott
2009-08-08Use a temporary variable for strdup of const char *.Nicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott