| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rc: make read not ignore interrupts/errors (again) | Michael Teichgräber | 2009-08-23 | 1 | -2/+7 |
| | | | | | http://codereview.appspot.com/110042 | ||||
| * | rc: fix segfault when SIGINT is received | Michael Teichgräber | 2009-08-08 | 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 | ||||
| * | rc: fix local variables in functions | Russ Cox | 2008-08-14 | 2 | -4/+4 |
| | | | | | | | | reported by micah stetson: fn foo { echo $bar } bar=baz foo | ||||
| * | rc: add subscript sequences (Erik Quanstrom) | Russ Cox | 2008-07-20 | 1 | -5/+35 |
| | | |||||
| * | keep path and PATH in sync | rsc | 2007-03-28 | 1 | -0/+2 |
| | | |||||
| * | do not redefine rewind | rsc | 2007-03-26 | 1 | -1/+1 |
| | | |||||
| * | more memory errors (valgrind) | rsc | 2007-03-26 | 3 | -1/+3 |
| | | |||||
| * | fix wait | rsc | 2007-03-26 | 5 | -251/+97 |
| | | |||||
| * | fix phantom rc crashes | rsc | 2007-03-26 | 1 | -0/+1 |
| | | |||||
| * | sync with plan 9 | rsc | 2007-03-26 | 23 | -1232/+1967 |
| | | |||||
| * | cope with programs that leave fd in non-blocking mode (Tim Wiess) | rsc | 2007-03-25 | 2 | -1/+27 |
| | | |||||
| * | experiment - allow = in words late in the command line | rsc | 2006-06-27 | 1 | -0/+3 |
| | | |||||
| * | add exitcode | rsc | 2006-04-08 | 1 | -0/+11 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 2 | -3/+3 |
| | | |||||
| * | update lucida | rsc | 2006-03-20 | 1 | -1/+1 |
| | | |||||
| * | shut up about signals in scripts | rsc | 2006-02-14 | 1 | -1/+1 |
| | | |||||
| * | Add rfork builtin. | rsc | 2005-08-11 | 1 | -0/+53 |
| | | |||||
| * | make sure errors cause non-zero exit status | rsc | 2005-08-11 | 1 | -0/+2 |
| | | |||||
| * | fixes from bengt for sun | rsc | 2005-07-26 | 1 | -2/+2 |
| | | |||||
| * | ignore window size change | rsc | 2005-07-14 | 1 | -0/+1 |
| | | |||||
| * | stupid sun | rsc | 2005-07-13 | 1 | -0/+3 |
| | | |||||
| * | set $PLAN9 if necessary | rsc | 2005-05-19 | 1 | -0/+3 |
| | | |||||
| * | try harder to put background jobs in background; do not print in response to ↵ | rsc | 2005-03-18 | 4 | -1/+45 |
| | | | | | SIGPIPE | ||||
| * | correct command-printing bug | rsc | 2005-03-18 | 1 | -1/+3 |
| | | |||||
| * | handle /dev/stdin always | rsc | 2005-02-13 | 2 | -3/+3 |
| | | |||||
| * | set pid=-1 explicitly | rsc | 2005-02-11 | 1 | -0/+1 |
| | | |||||
| * | more searchpath-related changes | rsc | 2005-01-23 | 2 | -1/+2 |
| | | |||||
| * | use correct yacc | rsc | 2005-01-19 | 1 | -1/+0 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 1 | -0/+1 |
| | | |||||
| * | maintain $path and $PATH simultaneously | rsc | 2005-01-12 | 5 | -4/+74 |
| | | |||||
| * | success on the sun | rsc | 2005-01-07 | 1 | -0/+16 |
| | | |||||
| * | FreeBSD tweaks | rsc | 2004-12-28 | 1 | -4/+2 |
| | | |||||
| * | print out signalled exits | rsc | 2004-10-17 | 1 | -0/+5 |
| | | |||||
| * | add ulimit and umask as builtins | rsc | 2004-10-17 | 3 | -0/+202 |
| | | |||||
| * | Supress line noise. | wkj | 2004-05-16 | 1 | -0/+3 |
| | | |||||
| * | More little bug fixes | rsc | 2004-05-14 | 1 | -1/+0 |
| | | |||||
| * | Fix small bugs. | rsc | 2004-05-11 | 1 | -1/+1 |
| | | |||||
| * | Little fixes. | rsc | 2004-04-30 | 1 | -0/+1 |
| | | |||||
| * | fix | rsc | 2004-04-24 | 1 | -1/+0 |
| | | |||||
| * | Add scat. Temporary fix to rc r.e. note groups. | rsc | 2004-04-24 | 1 | -1/+1 |
| | | |||||
| * | clean up when finished. | rsc | 2004-04-19 | 1 | -1/+0 |
| | | | | | | don't set PLAN9 don't set PLAN9 | ||||
| * | handle interrupts and backgrounded processes a little better. | rsc | 2004-03-26 | 3 | -1/+11 |
| | | |||||
| * | SunOS can rot in hell. | rsc | 2004-03-26 | 1 | -4/+3 |
| | | |||||
| * | Today's changes. | rsc | 2004-03-25 | 1 | -12/+2 |
| | | | | | More changes. | ||||
| * | Small tweaks | rsc | 2004-03-21 | 2 | -1/+4 |
| | | | | | Lots of new code imported. | ||||
| * | Remove debugging print. | rsc | 2004-03-04 | 1 | -2/+0 |
| | | |||||
| * | Fix rc not to bus error on Mac OS X. | rsc | 2004-03-04 | 3 | -3/+14 |
| | | | | | Don't print about child notes either. | ||||
| * | Various tweaks. | rsc | 2004-02-29 | 1 | -2/+0 |
| | | |||||
| * | Small tweaks to make things build again. | rsc | 2004-02-29 | 2 | -2/+2 |
| | | |||||
| * | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 2003-12-11 | 1 | -1/+4 |
| | | | | | with them. | ||||
