freebsd-dev/bin/sh
Jilles Tjoelker a5cb58abc8 sh: Fix ""$@, which should not use the special case for "$@".
"$@" should expand to no words if there are no positional parameters, but
""$@ should always expand to at least an empty word.
2015-11-18 21:09:03 +00:00
..
bltin
funcs
tests sh: Fix ""$@, which should not use the special case for "$@". 2015-11-18 21:09:03 +00:00
alias.c
alias.h
arith_yacc.c
arith_yacc.h
arith_yylex.c
arith.h
builtins.def
cd.c
cd.h
error.c
error.h
eval.c sh: Avoid copying argv for simple commands. 2015-11-01 22:07:40 +00:00
eval.h sh: Make struct arglist an array instead of a linked list. 2015-10-11 21:33:00 +00:00
exec.c
exec.h
expand.c sh: Fix ""$@, which should not use the special case for "$@". 2015-11-18 21:09:03 +00:00
expand.h sh: Avoid copying argv for simple commands. 2015-11-01 22:07:40 +00:00
histedit.c
input.c
input.h
jobs.c
jobs.h
mail.c
mail.h
main.c
main.h
Makefile
Makefile.depend
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c
output.h
parser.c
parser.h
redir.c
redir.h
sh.1
shell.h
show.c
show.h
TOUR
trap.c
trap.h
var.c sh: Make struct arglist an array instead of a linked list. 2015-10-11 21:33:00 +00:00
var.h sh: Make struct arglist an array instead of a linked list. 2015-10-11 21:33:00 +00:00