Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | man: update man pages to say $HOME when accurate | Russ Cox | 1 | -0/+4 | |
Fixes #386. | |||||
2020-05-05 | rc(1): mention /etc/shells in BUGS section | Russ Cox | 1 | -0/+6 | |
2020-05-04 | rc: allow unquoted = in command arguments | Russ Cox | 1 | -1/+1 | |
dd fans rejoice! Also helps with commands like go test -run=x. | |||||
2020-05-04 | rc: move free carat handling into parser | Russ Cox | 1 | -23/+3 | |
This fixes at least one shell script (printfont) that expected 'x'`{y}'z' to mean 'x'^`{y}^'z' as it now does. Before it meant: 'x'^`{y} 'z' One surprise is that adjacent lists get a free carat: (x y z)(1 2 3) is (x1 y2 z3) This doesn't affect any rc script in Plan 9 or plan9port. | |||||
2011-10-31 | rc(1): remove FreeBSD version | Russ Cox | 1 | -1/+1 | |
2009-09-13 | rc: implement and document <>{cmd} notation | Michael Teichgräber | 1 | -0/+14 | |
http://codereview.appspot.com/105061 | |||||
2008-07-20 | rc: add subscript sequences (Erik Quanstrom) | Russ Cox | 1 | -0/+5 | |
2005-01-13 | Many small edits. | rsc | 1 | -2/+1 | |
2005-01-11 | no more 9commands | rsc | 1 | -1/+0 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 1 | -1/+1 | |
2005-01-07 | mention freebsd nonsense | rsc | 1 | -3/+30 | |
2005-01-03 | Some man pages. | rsc | 1 | -14/+22 | |
2004-04-19 | Mostly path name updates | rsc | 1 | -1/+1 | |
2004-04-10 | Lots of man pages. | rsc | 1 | -0/+959 | |