Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-02 | rc: handle utf-8 in $ifs | Russ Cox | 1 | -8/+16 | |
R=rsc http://codereview.appspot.com/3798046 | |||||
2009-09-13 | rc: implement and document <>{cmd} notation | Michael Teichgräber | 1 | -17/+47 | |
http://codereview.appspot.com/105061 | |||||
2009-08-08 | rc: fix segfault when SIGINT is received | Michael Teichgräber | 1 | -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-26 | fix wait | rsc | 1 | -3/+48 | |
2007-03-26 | sync with plan 9 | rsc | 1 | -10/+0 | |
2005-03-18 | try harder to put background jobs in background; do not print in response to ↵ | rsc | 1 | -0/+10 | |
SIGPIPE | |||||
2003-11-23 | Plan 9's rc. | rsc | 1 | -0/+212 | |
not a clear win over byron's, but at least it has the right syntax. |