aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc
Commit message (Expand)AuthorAgeFilesLines
* src/cmd/rc: import rc syntax `delim{cmd} for splitting commands from 9atomlufia2025-07-276-10/+34
* all: remove need for `-fcommon`Dan Cross2025-07-254-18/+36
* config: add $egrepDan Cross2025-07-231-1/+9
* rc: remove dead code.Ori Bernstein2022-05-111-2/+0
* rc: do not exit on EINTR from readRuss Cox2021-01-141-1/+10
* rc: avoid problematic internal names "var", "thread"Russ Cox2020-05-181-0/+6
* rc: clean up parser levels, disallow free carats on listsRuss Cox2020-05-054-31/+37
* rc: allow unquoted = in command argumentsRuss Cox2020-05-042-10/+27
* rc: move free carat handling into parserRuss Cox2020-05-044-74/+103
* rc: move newline handling into parserRuss Cox2020-05-046-24/+67
* rc: add recursive descent parserRuss Cox2020-05-0413-9/+730
* Trivial changes: whitespace and modes.Dan Cross2020-01-105-10/+10
* cmd/rc: fix declarations of some externally linked variablesNeven Sajko2020-01-022-3/+2
* rc: use proper type for storing ulimit valuesRay Lai2018-01-171-6/+7
* all: remove .cvsignore filesKare Nuorteva2017-09-141-3/+0
* rc: avoid undefined CXi Wang2013-03-191-4/+4
* rc: silence lion roarRuss Cox2011-08-021-0/+1
* rc: fix $ifs bug introduced with utf-8 codeRuss Cox2011-02-161-2/+4
* rc: handle 4-byte utf-8Russ Cox2011-01-023-0/+20
* rc: handle utf-8 in $ifsRuss Cox2011-01-021-8/+16
* rc: implement and document <>{cmd} notationMichael Teichgräber2009-09-131-17/+47
* rc: make read not ignore interrupts/errors (again)Michael Teichgräber2009-08-231-2/+7
* rc: fix segfault when SIGINT is receivedMichael Teichgräber2009-08-081-1/+2
* rc: fix local variables in functionsRuss Cox2008-08-142-4/+4
* rc: add subscript sequences (Erik Quanstrom)Russ Cox2008-07-201-5/+35
* keep path and PATH in syncrsc2007-03-281-0/+2
* do not redefine rewindrsc2007-03-261-1/+1
* more memory errors (valgrind)rsc2007-03-263-1/+3
* fix waitrsc2007-03-265-251/+97
* fix phantom rc crashesrsc2007-03-261-0/+1
* sync with plan 9rsc2007-03-2623-1232/+1967
* cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc2007-03-252-1/+27
* experiment - allow = in words late in the command linersc2006-06-271-0/+3
* add exitcodersc2006-04-081-0/+11
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-012-3/+3
* update lucidarsc2006-03-201-1/+1
* shut up about signals in scriptsrsc2006-02-141-1/+1
* Add rfork builtin.rsc2005-08-111-0/+53
* make sure errors cause non-zero exit statusrsc2005-08-111-0/+2
* fixes from bengt for sunrsc2005-07-261-2/+2
* ignore window size changersc2005-07-141-0/+1
* stupid sunrsc2005-07-131-0/+3
* set $PLAN9 if necessaryrsc2005-05-191-0/+3
* try harder to put background jobs in background; do not print in response to ...rsc2005-03-184-1/+45
* correct command-printing bugrsc2005-03-181-1/+3
* handle /dev/stdin alwaysrsc2005-02-132-3/+3
* set pid=-1 explicitlyrsc2005-02-111-0/+1
* more searchpath-related changesrsc2005-01-232-1/+2
* use correct yaccrsc2005-01-191-1/+0
* Many small edits.rsc2005-01-131-0/+1