summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+2
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* rc: silence lion roarRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4835048
* rc: add subscript sequences (Erik Quanstrom)Russ Cox2008-07-201-5/+35
|
* keep path and PATH in syncrsc2007-03-281-0/+2
|
* fix phantom rc crashesrsc2007-03-261-0/+1
|
* sync with plan 9rsc2007-03-261-485/+504
|
* make sure errors cause non-zero exit statusrsc2005-08-111-0/+2
|
* fixes from bengt for sunrsc2005-07-261-2/+2
|
* stupid sunrsc2005-07-131-0/+3
|
* set $PLAN9 if necessaryrsc2005-05-191-0/+3
|
* try harder to put background jobs in background; do not print in response to ↵rsc2005-03-181-1/+31
| | | | SIGPIPE
* set pid=-1 explicitlyrsc2005-02-111-0/+1
|
* Many small edits.rsc2005-01-131-0/+1
|
* maintain $path and $PATH simultaneouslyrsc2005-01-121-2/+8
|
* Plan 9's rc.rsc2003-11-231-0/+902
not a clear win over byron's, but at least it has the right syntax.