plan9fox/sys/src/cmd/rc
Ori Bernstein a63472edf5 rc: squelch 'Write error' warning
When writing to a large variable in /env, we
spam 'Write error', in spite of the env var
working. This is new behavior, as of commit
b90036a062.

It produces a lot of scary, noisy warnings,
which are probably bogus.
2022-04-29 01:51:01 +00:00
..
code.c rc: fix globbing with lists (thanks qwx) 2022-02-16 18:07:21 +00:00
exec.c rc: fix globbing with lists (thanks qwx) 2022-02-16 18:07:21 +00:00
exec.h rc: only have single instance of a symbol, extern in header (thanks mcf) 2022-01-04 00:19:36 +00:00
fns.h rc: read heredoc when receiving '\n' (thanks Eckard Brauer) 2022-01-07 20:50:00 +00:00
getflags.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
getflags.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
glob.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
havefork.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
here.c rc: read heredoc when receiving '\n' (thanks Eckard Brauer) 2022-01-07 20:50:00 +00:00
io.c rc: squelch 'Write error' warning 2022-04-29 01:51:01 +00:00
io.h rc: only have single instance of a symbol, extern in header (thanks mcf) 2022-01-04 00:19:36 +00:00
lex.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
Makefile rc: simplify Makefile, use yacc default rule (thanks k0ga) 2022-01-03 22:48:44 +00:00
mkfile rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
pcmd.c rc: fix here document handling with quoted end-marker (thanks sigrid) 2021-12-31 23:26:59 +00:00
pfnc.c rc: Xerror is not a instruction, remove from pfnc 2022-01-03 18:22:29 +00:00
plan9.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
rc.h rc: fix globbing with lists (thanks qwx) 2022-02-16 18:07:21 +00:00
rcmain.plan9 rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
rcmain.unix rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
simple.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
subr.c rc: only have single instance of a symbol, extern in header (thanks mcf) 2022-01-04 00:19:36 +00:00
syn.y rc: fix globbing with lists (thanks qwx) 2022-02-16 18:07:21 +00:00
trap.c rc: only have single instance of a symbol, extern in header (thanks mcf) 2022-01-04 00:19:36 +00:00
tree.c rc: fix globbing with lists (thanks qwx) 2022-02-16 18:07:21 +00:00
unix.c rc: make it portable (for UNIX) 2022-01-03 18:41:48 +00:00
var.c rc: only have single instance of a symbol, extern in header (thanks mcf) 2022-01-04 00:19:36 +00:00