NetBSD/bin/sh
apb faafdc7e21 Document that shell arithmetic now uses intmax_t. Document that
variables in shell arithmetic don't need "$" signs.
2007-03-25 06:56:43 +00:00
..
bltin
funcs
Makefile WARNS=4 2007-03-25 06:30:37 +00:00
TOUR It's "its." 2006-04-24 18:00:53 +00:00
alias.c
alias.h
arith.y Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). 2007-03-25 06:29:26 +00:00
arith_lex.l Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). 2007-03-25 06:29:26 +00:00
builtins.def
cd.c Make the change for bin/31548 to set $PWD on shell startup non-fatal if 2006-05-04 11:16:53 +00:00
cd.h PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd 2005-10-10 21:14:42 +00:00
error.c Prefix "Syntax Error" with the program name, if the command name is not 2006-10-04 15:00:38 +00:00
error.h
eval.c sprinkle volatile. 2006-10-16 00:36:19 +00:00
eval.h
exec.c Coverity CID 890: Possible NULL pointer deref. 2006-03-18 05:23:08 +00:00
exec.h
expand.c Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). 2007-03-25 06:29:26 +00:00
expand.h Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). 2007-03-25 06:29:26 +00:00
histedit.c sprinkle volatile. 2006-10-16 00:36:19 +00:00
init.h
input.c Since interpreting ELF binaries as shell scripts is not very useful, and 2007-02-15 12:02:59 +00:00
input.h
jobs.c It's "its." 2006-04-24 19:00:29 +00:00
jobs.h
machdep.h
mail.c
mail.h
main.c PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd 2005-10-10 21:14:42 +00:00
main.h
memalloc.c
memalloc.h
miscbltin.c fix setmode error handling. 2005-10-01 20:23:54 +00:00
miscbltin.h
mkbuiltins
mkinit.sh
mknodes.sh
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c TOG require that 'set +o' output the options in a form suitable for 2005-12-13 17:44:18 +00:00
options.h TOG require that 'set +o' output the options in a form suitable for 2005-12-13 17:44:18 +00:00
output.c Handle asprintf failing to allocate. 2006-03-17 14:43:11 +00:00
output.h
parser.c PR/35410: Valeriy E. Ushakov: /bin/sh mishandles shell function definitions 2007-01-13 18:58:26 +00:00
parser.h
redir.c
redir.h
sh.1 Document that shell arithmetic now uses intmax_t. Document that 2007-03-25 06:56:43 +00:00
shell.h
show.c
show.h
syntax.c
syntax.h
trap.c Allow trap to work on ignored signals when the shell is interactive. 2005-07-15 17:23:48 +00:00
trap.h make setsig() return sig_t 2005-07-11 02:37:31 +00:00
var.c fix a volatile variable; from Anon Ymous 2006-12-18 00:37:33 +00:00
var.h