aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/rc.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-02cmd/rc: fix declarations of some externally linked variablesNeven Sajko1-2/+1
Change-Id: If8fe1afecb9fe55f85e8e5af37521b83e787d718
2011-01-02rc: handle 4-byte utf-8Russ Cox1-0/+2
R=rsc http://codereview.appspot.com/3833043
2007-03-26sync with plan 9rsc1-0/+1
2005-03-18try harder to put background jobs in background; do not print in response to ↵rsc1-0/+3
SIGPIPE
2005-01-23more searchpath-related changesrsc1-0/+1
2005-01-12maintain $path and $PATH simultaneouslyrsc1-0/+1
2004-03-26handle interrupts and backgrounded processes a little better.rsc1-0/+1
2004-03-21Small tweaksrsc1-0/+3
Lots of new code imported.
2003-11-23Plan 9's rc.rsc1-0/+136
not a clear win over byron's, but at least it has the right syntax.