index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
environ.c
Age
Commit message (
Expand
)
Author
2022-08-15
Don't stop at first match when updating environment.
Nicholas Marriott
2020-10-07
Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
Nicholas Marriott
2020-05-16
Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other
Nicholas Marriott
2020-03-31
Add a way to mark environment variables as "hidden" so they can be used
Nicholas Marriott
2019-04-25
options_array_item_value cannot return NULL.
Nicholas Marriott
2019-04-23
Indicate an array option with a flag rather than a special type so that
Nicholas Marriott
2019-03-18
Make array options a sparse tree instead of an array of char * and
Nicholas Marriott
2017-05-11
Make environ_log prefix take a format.
Nicholas Marriott
2017-04-25
Do not update TERM into config file parsing has finished.
Nicholas Marriott
2017-03-09
Move server_fill_environ into environ.c and move some other common code
Nicholas Marriott
2017-01-24
Make update-environment an array as well.
Nicholas Marriott
2016-10-10
Loads more static, except for cmd-*.c and window-*.c.
Nicholas Marriott
2016-07-15
Tweak output of environment logging.
Nicholas Marriott
2016-07-15
Log environment to new panes.
Nicholas Marriott
2016-05-26
Just nuke environ instead of trying to unsetenv everything because that
Nicholas Marriott
2016-01-19
I no longer use my SourceForge address so replace it.
Nicholas Marriott
2016-01-15
Clear the environment properly by looping until it is empty rather than
Nicholas Marriott
2015-11-24
Make environ_set va_args and use it to tidy up some calls. Also add a
Nicholas Marriott
2015-10-28
Like options, move the environ struct into environ.c.
Nicholas Marriott
2015-05-07
Simplify environ_push so it doesn't need the ARRAY_* functions.
Nicholas Marriott
2015-01-25
Don't leak the individual strings when copying environment.
Nicholas Marriott
2014-04-17
Some more long lines.
Nicholas Marriott
2012-07-10
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2010-04-04
Run job commands explicitly in the global enviroment (which can be
Nicholas Marriott
2009-08-09
Nuke a dead variable found with clang and an unused declaration with lint.
Nicholas Marriott
2009-08-08
Use a temporary variable for strdup of const char *.
Nicholas Marriott
2009-08-08
Infrastructure and commands to manage the environment for processes started
Nicholas Marriott