aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/havefork.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-2/+2
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2011-02-16rc: fix $ifs bug introduced with utf-8 codeRuss Cox1-2/+4
R=rsc http://codereview.appspot.com/4187050
2011-01-02rc: handle utf-8 in $ifsRuss Cox1-8/+16
R=rsc http://codereview.appspot.com/3798046
2009-09-13rc: implement and document <>{cmd} notationMichael Teichgräber1-17/+47
http://codereview.appspot.com/105061
2009-08-08rc: fix segfault when SIGINT is receivedMichael Teichgräber1-1/+2
Save the value of `runq' at the start of the function, so that the `pc' update at the end does work on that original value, and not on a probably modified value of `runq'. fixes #14 http://code.swtch.com/plan9port/issue/14/ http://codereview.appspot.com/104066
2007-03-26fix waitrsc1-3/+48
2007-03-26sync with plan 9rsc1-10/+0
2005-03-18try harder to put background jobs in background; do not print in response to ↵rsc1-0/+10
SIGPIPE
2003-11-23Plan 9's rc.rsc1-0/+212
not a clear win over byron's, but at least it has the right syntax.