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