freebsd-skq/bin/sh
jilles e740fd1ca7 sh(1): Mention possible ambiguities with $(( and ((.
In some other shells, things like $((a);(b)) are command substitutions.

Also, there are shells that have an extension ((ARITH)) that evaluates an
arithmetic expression and returns status 1 if the result is zero, 0
otherwise. This extension may lead to ambiguity with two subshells starting
in sequence.
2013-03-24 22:48:45 +00:00
..
bltin
funcs
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: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig. 2013-02-23 22:50:57 +00:00
eval.h
exec.c sh: Simplify cd-hash interaction. 2013-01-14 16:40:50 +00:00
exec.h
expand.c sh: Expand here documents in the current process. 2013-02-03 15:54:57 +00:00
expand.h sh: Expand here documents in the current process. 2013-02-03 15:54:57 +00:00
histedit.c
init.h sh: Remove mkinit's initialization routine. 2013-01-20 12:44:50 +00:00
input.c sh: Replace an mkinit use with an initialization. 2013-01-19 22:12:08 +00:00
input.h
jobs.c sh: Recognize "--" and explicitly reject options in wait builtin. 2013-03-15 20:29:31 +00:00
jobs.h
mail.c
mail.h
main.c sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig. 2013-02-23 22:50:57 +00:00
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c sh: Prefer our character classification functions to <ctype.h>. 2013-01-31 22:10:57 +00:00
mkbuiltins
mkinit.c sh: Remove mkinit's initialization routine. 2013-01-20 12:44:50 +00:00
mknodes.c
mksyntax.c sh: Simplify mksyntax and make it fit for cross-compiling. 2013-02-07 22:42:33 +00:00
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes sh: Expand here documents in the current process. 2013-02-03 15:54:57 +00:00
options.c
options.h
output.c
output.h
parser.c sh: Fix crash when parsing '{ } &'. 2013-01-13 19:26:33 +00:00
parser.h sh: Fix a comment. 2013-02-07 21:24:10 +00:00
redir.c sh: Expand here documents in the current process. 2013-02-03 15:54:57 +00:00
redir.h
sh.1 sh(1): Mention possible ambiguities with $(( and ((. 2013-03-24 22:48:45 +00:00
shell.h
show.c
show.h
TOUR sh: Remove mkinit's initialization routine. 2013-01-20 12:44:50 +00:00
trap.c sh: When executing a trap, keep exit status along with evalskip. 2013-03-03 17:33:59 +00:00
trap.h sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig. 2013-02-23 22:50:57 +00:00
var.c sh: Remove mkinit's initialization routine. 2013-01-20 12:44:50 +00:00
var.h