summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/environ.c
AgeCommit message (Expand)Author
2022-08-15Don't stop at first match when updating environment.Nicholas Marriott
2020-10-07Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.Nicholas Marriott
2020-05-16Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various otherNicholas Marriott
2020-03-31Add a way to mark environment variables as "hidden" so they can be usedNicholas Marriott
2019-04-25options_array_item_value cannot return NULL.Nicholas Marriott
2019-04-23Indicate an array option with a flag rather than a special type so thatNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2017-05-11Make environ_log prefix take a format.Nicholas Marriott
2017-04-25Do not update TERM into config file parsing has finished.Nicholas Marriott
2017-03-09Move server_fill_environ into environ.c and move some other common codeNicholas Marriott
2017-01-24Make update-environment an array as well.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-07-15Tweak output of environment logging.Nicholas Marriott
2016-07-15Log environment to new panes.Nicholas Marriott
2016-05-26Just nuke environ instead of trying to unsetenv everything because thatNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-15Clear the environment properly by looping until it is empty rather thanNicholas Marriott
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-10-28Like options, move the environ struct into environ.c.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott
2015-01-25Don't leak the individual strings when copying environment.Nicholas Marriott
2014-04-17Some more long lines.Nicholas Marriott
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