summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/simple.c
Commit message (Collapse)AuthorAgeFilesLines
* rc: fix local variables in functionsRuss Cox2008-08-141-1/+1
| | | | | | | reported by micah stetson: fn foo { echo $bar } bar=baz foo
* sync with plan 9rsc2007-03-261-135/+194
|
* handle /dev/stdin alwaysrsc2005-02-131-1/+1
|
* more searchpath-related changesrsc2005-01-231-1/+1
|
* maintain $path and $PATH simultaneouslyrsc2005-01-121-1/+1
|
* fixrsc2004-04-241-1/+0
|
* Add scat. Temporary fix to rc r.e. note groups.rsc2004-04-241-1/+1
|
* handle interrupts and backgrounded processes a little better.rsc2004-03-261-0/+3
|
* Plan 9's rc.rsc2003-11-231-0/+443
not a clear win over byron's, but at least it has the right syntax.