Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
17290b912116c4397620526d43dcf6ddcf0044b7
/
environ.c
cfdc5b6
Don't stop at first match when updating environment.
by nicm
· 2 years, 3 months ago
3afcc6f
Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
by nicm
· 4 years, 2 months ago
4e05368
Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other terminals.
by nicm
· 4 years, 6 months ago
cc8b41f
Add a way to mark environment variables as "hidden" so they can be used
by nicm
· 4 years, 8 months ago
2d65bbd
options_array_item_value cannot return NULL.
by nicm
· 6 years ago
772b3b7
Indicate an array option with a flag rather than a special type so that
by nicm
· 6 years ago
ce6be7a
Make array options a sparse tree instead of an array of char * and
by nicm
· 6 years ago
349cdd6
Make environ_log prefix take a format.
by nicm
· 8 years ago
c48d09e
Do not update TERM into config file parsing has finished.
by nicm
· 8 years ago
dbfee6a
Move server_fill_environ into environ.c and move some other common code into it.
by nicm
· 8 years ago
4b2821f
Make update-environment an array as well.
by nicm
· 8 years ago
c426e48
Loads more static, except for cmd-*.c and window-*.c.
by nicm
· 8 years ago
9436a31
Tweak output of environment logging.
by nicm
· 8 years ago
1718420
Log environment to new panes.
by nicm
· 8 years ago
cd14ac0
Just nuke environ instead of trying to unsetenv everything because that
by nicm
· 8 years ago
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 9 years ago
d551ab8
Clear the environment properly by looping until it is empty rather than
by nicm
· 9 years ago
62d3af1
Make environ_set va_args and use it to tidy up some calls. Also add a
by nicm
· 9 years ago
bf9c933
Like options, move the environ struct into environ.c.
by nicm
· 9 years ago
73c871b
Simplify environ_push so it doesn't need the ARRAY_* functions.
by nicm
· 10 years ago
adcc71d
Don't leak the individual strings when copying environment.
by nicm
· 10 years ago
a5d4b7f
Some more long lines.
by nicm
· 11 years ago
df912e3
xfree is not particularly helpful, remove it. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
b02cd35
Run job commands explicitly in the global enviroment (which can be
by Nicholas Marriott
· 15 years ago
ad18e45
Nuke a dead variable found with clang and an unused declaration with lint.
by Nicholas Marriott
· 15 years ago
05f1680
Use a temporary variable for strdup of const char *.
by Nicholas Marriott
· 15 years ago
6491274
Infrastructure and commands to manage the environment for processes started
by Nicholas Marriott
· 15 years ago