summaryrefslogtreecommitdiffstats
path: root/cmd-string.c
AgeCommit message (Expand)Author
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