summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/code.c
Commit message (Collapse)AuthorAgeFilesLines
* rc: fix local variables in functionsRuss Cox2008-08-141-3/+3
| | | | | | | reported by micah stetson: fn foo { echo $bar } bar=baz foo
* more memory errors (valgrind)rsc2007-03-261-0/+1
|
* sync with plan 9rsc2007-03-261-84/+139
|
* Plan 9's rc.rsc2003-11-231-0/+430
not a clear win over byron's, but at least it has the right syntax.