summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.