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