NetBSD/bin/sh
lukem 5166671bc3 appease gcc -Wuninitialized 2005-06-01 15:41:19 +00:00
..
bltin remove obsolete register declarations 2005-02-06 04:43:43 +00:00
funcs
Makefile Pass WARNS=3 2004-10-30 19:29:27 +00:00
TOUR
alias.c
alias.h
arith.y
arith_lex.l A rather better fix for treating $((x)) as equivalent to $(($x)) provided 2005-03-21 22:37:09 +00:00
builtins.def Add new builtin `wordexp' to support wordexp(3). 2004-07-13 15:05:59 +00:00
cd.c
cd.h
error.c
error.h
eval.c Mark temp_path volatile so that it won't get clobbered after longjmp. 2005-06-01 15:38:32 +00:00
eval.h
exec.c
exec.h
expand.c appease gcc -Wuninitialized 2005-06-01 15:41:19 +00:00
expand.h Add new builtin `wordexp' to support wordexp(3). 2004-07-13 15:05:59 +00:00
histedit.c Only add the function when we initialize. Restore the binding of tab to 2005-05-09 11:35:19 +00:00
init.h
input.c
input.h
jobs.c appease gcc -Wuninitialized 2005-06-01 15:41:19 +00:00
jobs.h
machdep.h
mail.c
mail.h
main.c
main.h
memalloc.c
memalloc.h
miscbltin.c Fix the way the 'read' builtin processes IFS. In particular: 2005-03-19 14:22:50 +00:00
miscbltin.h
mkbuiltins
mkinit.sh
mknodes.sh
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c Add 'continue' as body of empty loop. 2005-03-20 21:38:17 +00:00
options.h If 'set -o tabcomplete' it set, then bind <tab> to the libedit filename 2005-05-07 19:52:17 +00:00
output.c
output.h
parser.c Back out previous, amongst other things it breaks $((0x10)) 2005-03-21 20:10:29 +00:00
parser.h Correctly apply IFS to unquoted text in ${x-text}. 2004-06-26 22:09:49 +00:00
redir.c PR/25699: David Laight: sh(1) hangs opening a named pipe as stdin for 2004-07-08 03:57:33 +00:00
redir.h
sh.1 Whitespace and punctuation fixes. 2005-05-24 00:03:52 +00:00
shell.h
show.c
show.h
syntax.c
syntax.h
trap.c PR/28940: David Laight: /bin/sh doesn't quote the output of trap. 2005-01-11 19:38:57 +00:00
trap.h
var.c Fix a bug introduced by previous commit. It breaks export command 2004-10-06 10:23:43 +00:00
var.h Save the length of each variable in the name table so that we can 2004-10-02 12:16:53 +00:00