summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rc
AgeCommit message (Expand)Author
2022-10-30rc: make `flag f [+-]` clear status on successMichael Forney
2022-04-29rc: squelch 'Write error' warningOri Bernstein
2022-02-16rc: fix globbing with lists (thanks qwx)cinap_lenrek
2022-01-10rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :(cinap_lenrek
2022-01-07rc: read heredoc when receiving '\n' (thanks Eckard Brauer)cinap_lenrek
2022-01-04rc: only have single instance of a symbol, extern in header (thanks mcf)cinap_lenrek
2022-01-03rc: simplify Makefile, use yacc default rule (thanks k0ga)cinap_lenrek
2022-01-03rc: make it portable (for UNIX)cinap_lenrek
2022-01-03rc: Xerror is not a instruction, remove from pfnccinap_lenrek
2022-01-02rc: add Xhereq instruction to tracecinap_lenrek
2022-01-02rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)cinap_lenrek
2021-12-31rc: fix here document handling with quoted end-marker (thanks sigrid)cinap_lenrek
2021-12-31rc(1): fix synopsiscinap_lenrek
2021-12-31rc: add err != nil check for early exitcinap_lenrek
2021-12-31rc: fix everythingcinap_lenrek
2021-11-10rc: fix leaking runq->cmdfileIgor Böhm
2021-09-08rc: revert 2f8a59f4b5bfe028c022855acc19666d69eed909Ori Bernstein
2021-07-08rc: add subshell-function syntaxOri Bernstein
2021-06-25rc: skip arguments to Xsrcline, Xsrcfile in codefreeOri Bernstein
2021-06-22rc: correct line numbersOri Bernstein
2020-11-01rc: show line numbers on errorOri Bernstein
2020-08-04rc: avoid stat calls for directory globbingcinap_lenrek
2020-05-30rc: avoid forking for final command that has variable assignments (to get $ap...cinap_lenrek
2020-04-18rc: fix code serialization for PIPEFD (thanks BurnZeZ)cinap_lenrek
2020-03-09fix heredoc crashOri Bernstein
2019-01-20rc: clear out redirections on "rfork F" (RFCFDG)cinap_lenrek
2018-11-18rc: implement $"x in terms of Xdol() and new Xqw() instructioncinap_lenrek
2018-10-27rc: skip searchpath for "", "." and ".."cinap_lenrek
2018-10-26rc: use searchpath() logic to handle $cdpathcinap_lenrek
2018-10-26rc: ignore $cdpath for # device rooted paths (thanks kivik)cinap_lenrek
2018-09-08rc: fix Xpipefd unbalancing the redir stackcinap_lenrek
2016-06-30rc: implement 9atoms ` split {command} syntax extensioncinap_lenrek
2016-06-30rc: write /dev/wdir after printing the prompt, not after executing "cd" commandcinap_lenrek
2016-05-16rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*cinap_lenrek
2016-05-16rc: fix double close() in addenv()cinap_lenrek
2016-05-16rc: remove duplicate Xrdfn entry from fname[] arraycinap_lenrek
2016-05-16rc: remove historical unix and win32 portscinap_lenrek
2016-05-15rc: fix shift regresison, sorrycinap_lenrek
2016-05-15rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrapperscinap_lenrek
2016-05-15rc: fix inband globbing bugs, cleanupcinap_lenrek
2016-02-22rc: terminate rc when exec fails, cleanupcinap_lenrek
2014-07-23rc: fix slow Xqdol(), avoid recursion in conclist(), estrdup(), avoid copyingcinap_lenrek
2013-08-20rc: flush environment variables (update /env) before forkcinap_lenrek
2013-04-24make all the commands agnostic about Rune width. (from sources)cinap_lenrek
2012-02-08rc: remove silly efree checkcinap_lenrek
2012-02-08rc: change plan9 envname limit to 128, cleanupcinap_lenrek
2011-04-04erik's patches to lift 8192 byte word size restrictionstanley lieber
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen