1. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  2. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  3. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  4. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  5. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  6. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  7. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  8. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  9. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  10. 165aa59 Make tilde expansion in command strings work even if it isn't terminated by /. by nicm · 11 years ago
  11. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  12. 51a1dbf Simplify command string parsing with a helper function from Tiago Cunha. by Nicholas Marriott · 12 years ago
  13. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  14. 8715247 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
  15. 24634b6 have_arg matches buf so it is no longer necessary, spotted by Tim van der Molen. by Nicholas Marriott · 15 years ago
  16. c29bfd2 Remove unnecessary comparison, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
  17. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  18. 3e14796 Get a u_char from the string, otherwise it isn't possible to enter \0377 as it by Nicholas Marriott · 15 years ago
  19. 9b9d26f Use home from struct passwd if HOME is empty as well as if it is NULL, and fix by Nicholas Marriott · 15 years ago
  20. 9f6d685 I made a complete horlicks of the last change, fix it so it doesn't either lead by Nicholas Marriott · 15 years ago
  21. 89763f2 Rewrite a confusing loop when freeing the arg array on exit and move the check by Nicholas Marriott · 15 years ago
  22. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  23. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  24. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  25. cba885a Expand leading tildes in arguments, from Tiage Cunha. by Nicholas Marriott · 15 years ago
  26. f63761e Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  27. a3c3284 strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 15 years ago
  28. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago