NetBSD/bin/sh
christos ab28bede4c Prefix "Syntax Error" with the program name, if the command name is not
available. At least this way we get an idea of what program gives us the
message.
2006-10-04 15:00:38 +00:00
..
bltin remove obsolete register declarations 2005-02-06 04:43:43 +00:00
funcs
alias.c
alias.h
arith_lex.l A rather better fix for treating $((x)) as equivalent to $(($x)) provided 2005-03-21 22:37:09 +00:00
arith.y Drop equal signs from rule definitions; they cause problems with "bison -y". 2003-09-17 17:33:36 +00:00
builtins.def Add new builtin `wordexp' to support wordexp(3). 2004-07-13 15:05:59 +00:00
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 Coverity CID 3384: Don't close -1. 2006-05-13 19:47:22 +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 Set the 'not a parameter' flag when we skip initial whitespace. 2006-08-22 18:11:42 +00:00
expand.h Add new builtin `wordexp' to support wordexp(3). 2004-07-13 15:05:59 +00:00
histedit.c quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
init.h
input.c
input.h
jobs.c It's "its." 2006-04-24 19:00:29 +00:00
jobs.h Generate command line when SMALL is defined and make buffer full sized. 2003-11-27 21:16:14 +00:00
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
Makefile sprinkle a little const, and now everything compiles with WARNS=3 2005-06-26 19:10:48 +00:00
memalloc.c
memalloc.h
miscbltin.c fix setmode error handling. 2005-10-01 20:23:54 +00:00
miscbltin.h
mkbuiltins don't include the printf builtin if we are SMALL; saves 10K. 2004-06-06 07:03:11 +00:00
mkinit.sh Use shell variables to get '(' and '\' inside shell substitution patterns. 2004-06-15 23:09:54 +00:00
mknodes.sh Replace the C program mknodes.c with a shell script mknodes.sh 2004-01-16 23:24:38 +00:00
mktokens Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
myhistedit.h
mystring.c
mystring.h
nodes.c.pat Change '\0' to 0 so that the SVR4 'echo' doesn't convert it to a null byte. 2004-06-15 22:57:27 +00:00
nodetypes Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
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 Prefix "Syntax Error" with the program name, if the command name is not 2006-10-04 15:00:38 +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 Fix typo, update date. 2006-09-04 20:30:36 +00:00
shell.h
show.c This seems to need stdlib.h to get a prototype for abort(). 2003-11-14 10:46:13 +00:00
show.h
syntax.c Put a syntax.c under CVS instead of building if with the mksyntax program. 2004-01-17 17:38:12 +00:00
syntax.h Put a syntax.c under CVS instead of building if with the mksyntax program. 2004-01-17 17:38:12 +00:00
TOUR It's "its." 2006-04-24 18:00:53 +00:00
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 It's "its." 2006-04-24 19:00:29 +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