aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc
AgeCommit message (Expand)AuthorFilesLines
2021-01-14rc: do not exit on EINTR from readRuss Cox1-1/+10
2020-05-18rc: avoid problematic internal names "var", "thread"Russ Cox1-0/+6
2020-05-05rc: clean up parser levels, disallow free carats on listsRuss Cox4-31/+37
2020-05-04rc: allow unquoted = in command argumentsRuss Cox2-10/+27
2020-05-04rc: move free carat handling into parserRuss Cox4-74/+103
2020-05-04rc: move newline handling into parserRuss Cox6-24/+67
2020-05-04rc: add recursive descent parserRuss Cox13-9/+730
2020-01-10Trivial changes: whitespace and modes.Dan Cross5-10/+10
2020-01-02cmd/rc: fix declarations of some externally linked variablesNeven Sajko2-3/+2
2018-01-17rc: use proper type for storing ulimit valuesRay Lai1-6/+7
2017-09-14all: remove .cvsignore filesKare Nuorteva1-3/+0
2013-03-19rc: avoid undefined CXi Wang1-4/+4
2011-08-02rc: silence lion roarRuss Cox1-0/+1
2011-02-16rc: fix $ifs bug introduced with utf-8 codeRuss Cox1-2/+4
2011-01-02rc: handle 4-byte utf-8Russ Cox3-0/+20
2011-01-02rc: handle utf-8 in $ifsRuss Cox1-8/+16
2009-09-13rc: implement and document <>{cmd} notationMichael Teichgräber1-17/+47
2009-08-23rc: make read not ignore interrupts/errors (again)Michael Teichgräber1-2/+7
2009-08-08rc: fix segfault when SIGINT is receivedMichael Teichgräber1-1/+2
2008-08-14rc: fix local variables in functionsRuss Cox2-4/+4
2008-07-20rc: add subscript sequences (Erik Quanstrom)Russ Cox1-5/+35
2007-03-28keep path and PATH in syncrsc1-0/+2
2007-03-26do not redefine rewindrsc1-1/+1
2007-03-26more memory errors (valgrind)rsc3-1/+3
2007-03-26fix waitrsc5-251/+97
2007-03-26fix phantom rc crashesrsc1-0/+1
2007-03-26sync with plan 9rsc23-1232/+1967
2007-03-25cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc2-1/+27
2006-06-27experiment - allow = in words late in the command linersc1-0/+3
2006-04-08add exitcodersc1-0/+11
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2-3/+3
2006-03-20update lucidarsc1-1/+1
2006-02-14shut up about signals in scriptsrsc1-1/+1
2005-08-11Add rfork builtin.rsc1-0/+53
2005-08-11make sure errors cause non-zero exit statusrsc1-0/+2
2005-07-26fixes from bengt for sunrsc1-2/+2
2005-07-14ignore window size changersc1-0/+1
2005-07-13stupid sunrsc1-0/+3
2005-05-19set $PLAN9 if necessaryrsc1-0/+3
2005-03-18try harder to put background jobs in background; do not print in response to ...rsc4-1/+45
2005-03-18correct command-printing bugrsc1-1/+3
2005-02-13handle /dev/stdin alwaysrsc2-3/+3
2005-02-11set pid=-1 explicitlyrsc1-0/+1
2005-01-23more searchpath-related changesrsc2-1/+2
2005-01-19use correct yaccrsc1-1/+0
2005-01-13Many small edits.rsc1-0/+1
2005-01-12maintain $path and $PATH simultaneouslyrsc5-4/+74
2005-01-07success on the sunrsc1-0/+16
2004-12-28FreeBSD tweaksrsc1-4/+2
2004-10-17print out signalled exitsrsc1-0/+5