aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/code.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14rc: fix local variables in functionsRuss Cox1-3/+3
reported by micah stetson: fn foo { echo $bar } bar=baz foo
2007-03-26more memory errors (valgrind)rsc1-0/+1
2007-03-26sync with plan 9rsc1-84/+139
2003-11-23Plan 9's rc.rsc1-0/+430
not a clear win over byron's, but at least it has the right syntax.