plan9front/sys/src/cmd/rc
Ori Bernstein 2f8a59f4b5 rc: add subshell-function syntax
fn foo @{bar} is now equivalent to
fn foo {@{bar}}. As a side effect,
this disallows creating functions
named after keywords without first
quoting them.
2021-07-08 21:35:34 +00:00
..
code.c rc: skip arguments to Xsrcline, Xsrcfile in codefree 2021-06-25 23:10:07 +00:00
exec.c rc: correct line numbers 2021-06-22 23:40:11 +00:00
exec.h rc: correct line numbers 2021-06-22 23:40:11 +00:00
fns.h rc: use searchpath() logic to handle $cdpath 2018-10-26 10:25:23 +02:00
getflags.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
getflags.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
glob.c rc: avoid stat calls for directory globbing 2020-08-04 16:21:37 +02:00
havefork.c rc: fix Xpipefd unbalancing the redir stack 2018-09-08 14:49:00 +02:00
here.c fix heredoc crash 2020-03-09 14:24:02 -07:00
io.c rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers 2016-05-15 19:58:24 +02:00
io.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lex.c rc: correct line numbers 2021-06-22 23:40:11 +00:00
mkfile rc: remove historical unix and win32 ports 2016-05-16 00:37:49 +02:00
pcmd.c rc: show line numbers on error 2020-11-01 11:56:26 -08:00
pfnc.c rc: show line numbers on error 2020-11-01 11:56:26 -08:00
plan9.c rc: correct line numbers 2021-06-22 23:40:11 +00:00
rc.h rc: correct line numbers 2021-06-22 23:40:11 +00:00
simple.c rc: correct line numbers 2021-06-22 23:40:11 +00:00
subr.c rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers 2016-05-15 19:58:24 +02:00
syn.y rc: add subshell-function syntax 2021-07-08 21:35:34 +00:00
trap.c rc: fix slow Xqdol(), avoid recursion in conclist(), estrdup(), avoid copying 2014-07-23 15:28:37 +02:00
tree.c rc: correct line numbers 2021-06-22 23:40:11 +00:00
var.c rc: fix slow Xqdol(), avoid recursion in conclist(), estrdup(), avoid copying 2014-07-23 15:28:37 +02:00