Age | Commit message (Expand) | Author |
2017-06-14 | Don't overwrite error message when it is available in | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-16 | Revert WIP parts of previous I didn't mean to commit yet. | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-15 | It is silly for cmd_list_parse to return an integer error when it could | Nicholas Marriott |
2016-10-14 | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl... | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2013-10-10 | Make tilde expansion in command strings work even if it isn't terminated by /. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2012-12-06 | Simplify command string parsing with a helper function from Tiago Cunha. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2010-12-13 | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott |
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | Nicholas Marriott |
2010-01-31 | Remove unnecessary comparison, pointed out by Tiago Cunha. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it | Nicholas Marriott |
2009-11-21 | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix | Nicholas Marriott |
2009-11-16 | I made a complete horlicks of the last change, fix it so it doesn't either lead | Nicholas Marriott |
2009-11-11 | Rewrite a confusing loop when freeing the arg array on exit and move the check | Nicholas Marriott |
2009-10-26 | tabs are better; ok nicm | Theo de Raadt |
2009-08-08 | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott |
2009-08-03 | Add a terminal-overrides session option allowing individual terminfo(5) entries | Nicholas Marriott |
2009-07-13 | Expand leading tildes in arguments, from Tiage Cunha. | Nicholas Marriott |
2009-07-08 | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott |
2009-06-05 | strdup the input to putenv to avoid in one case passing a string that is later | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |