aboutsummaryrefslogtreecommitdiff
path: root/cmd-string.c
Commit message (Expand)AuthorAge
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-19
* Don't overwrite error message when it is available innicm2017-06-14
* Add support for custom command aliases, this is an array option whichnicm2017-01-24
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-16
* getopt() has a struct option so just return to using options_entry.nicm2017-01-16
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-15
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm2016-10-14
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Like options, move the environ struct into environ.c.nicm2015-10-28
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Make tilde expansion in command strings work even if it isn't terminated by /.nicm2013-10-10
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott2012-12-06
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Read ${X} environment variables in strings and $HOME from the globalNicholas Marriott2010-12-13
* have_arg matches buf so it is no longer necessary, spotted by Tim van derNicholas Marriott2010-02-19
* Remove unnecessary comparison, pointed out by Tiago Cunha.Nicholas Marriott2010-01-31
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Get a u_char from the string, otherwise it isn't possible to enter \0377 as itNicholas Marriott2009-11-26
* Use home from struct passwd if HOME is empty as well as if it is NULL, and fixNicholas Marriott2009-11-21
* I made a complete horlicks of the last change, fix it so it doesn't either leadNicholas Marriott2009-11-16
* Rewrite a confusing loop when freeing the arg array on exit and move the checkNicholas Marriott2009-11-11
* tabs are better; ok nicmTheo Deraadt2009-10-26
* Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08
* Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott2009-08-03
* Expand leading tildes in arguments, from Tiage Cunha.Nicholas Marriott2009-07-13
* Fix two memory leaks when assigning shell variables in configurationNicholas Marriott2009-07-08
* strdup the input to putenv to avoid in one case passing a string that is laterNicholas Marriott2009-06-05
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01