summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/environ.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.nicm2020-10-071-2/+7
* Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various othernicm2020-05-161-1/+3
* Add a way to mark environment variables as "hidden" so they can be usednicm2020-03-311-11/+20
* options_array_item_value cannot return NULL.nicm2019-04-251-5/+1
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-231-6/+6
* Make array options a sparse tree instead of an array of char * andnicm2019-03-181-9/+13
* Make environ_log prefix take a format.nicm2017-05-111-2/+10
* Do not update TERM into config file parsing has finished.nicm2017-04-251-4/+6
* Move server_fill_environ into environ.c and move some other common codenicm2017-03-091-1/+27
* Make update-environment an array as well.nicm2017-01-241-14/+16
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-5/+4
* Tweak output of environment logging.nicm2016-07-151-4/+8
* Log environment to new panes.nicm2016-07-151-1/+11
* Just nuke environ instead of trying to unsetenv everything because thatnicm2016-05-261-12/+4
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Clear the environment properly by looping until it is empty rather thannicm2016-01-151-4/+4
* Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-241-15/+33
* Like options, move the environ struct into environ.c.nicm2015-10-281-6/+26
* Simplify environ_push so it doesn't need the ARRAY_* functions.nicm2015-05-071-17/+10
* Don't leak the individual strings when copying environment.nicm2015-01-251-3/+6
* Some more long lines.nicm2014-04-171-2/+3
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-13/+10
* Run job commands explicitly in the global enviroment (which can benicm2010-04-041-2/+38
* Nuke a dead variable found with clang and an unused declaration with lint.nicm2009-08-091-3/+1
* Use a temporary variable for strdup of const char *.nicm2009-08-081-4/+4
* Infrastructure and commands to manage the environment for processes startednicm2009-08-081-0/+147