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