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