1. 349cdd6 Make environ_log prefix take a format. by nicm · 7 years ago
  2. c48d09e Do not update TERM into config file parsing has finished. by nicm · 7 years ago
  3. dbfee6a Move server_fill_environ into environ.c and move some other common code into it. by nicm · 8 years ago
  4. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  5. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  6. 9436a31 Tweak output of environment logging. by nicm · 8 years ago
  7. 1718420 Log environment to new panes. by nicm · 8 years ago
  8. cd14ac0 Just nuke environ instead of trying to unsetenv everything because that by nicm · 8 years ago
  9. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  10. d551ab8 Clear the environment properly by looping until it is empty rather than by nicm · 9 years ago
  11. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  12. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  13. 73c871b Simplify environ_push so it doesn't need the ARRAY_* functions. by nicm · 9 years ago
  14. adcc71d Don't leak the individual strings when copying environment. by nicm · 10 years ago
  15. a5d4b7f Some more long lines. by nicm · 11 years ago
  16. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  17. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  18. ad18e45 Nuke a dead variable found with clang and an unused declaration with lint. by Nicholas Marriott · 15 years ago
  19. 05f1680 Use a temporary variable for strdup of const char *. by Nicholas Marriott · 15 years ago
  20. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago