..
bltin
output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable)
2008-10-12 01:40:37 +00:00
funcs
alias.c
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
alias.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +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
arith.y
Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).
2007-03-25 06:29:26 +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
Use "extern" properly for referencing globals defined in other modules.
2008-10-16 14:36:40 +00:00
error.h
If SHELL_BUILTIN is defined (as will be the case when building external
2008-03-29 09:58:00 +00:00
eval.c
Revert revisions 1.91 and 1.92. The POSIX spec about the correct behaviour
2008-05-26 14:55:17 +00:00
eval.h
Fix inconsistent definitions
2008-02-15 17:26:06 +00:00
exec.c
Wrap declaration of a STATIC function that's only conditionally defined
2008-10-16 15:31:05 +00:00
exec.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
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
Set unique mode for the history, so that repeating a command doesn't
2008-02-13 12:57:16 +00:00
init.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
input.c
Use "extern" properly for referencing globals defined in other modules.
2008-10-16 14:36:40 +00:00
input.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
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
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
mail.c
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
mail.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
main.c
Remove unused global variables
2008-10-16 14:55:28 +00:00
main.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
Makefile
WARNS=4
2007-03-25 06:30:37 +00:00
memalloc.c
Fix inconsistent definitions
2008-02-15 17:26:06 +00:00
memalloc.h
Fix inconsistent definitions
2008-02-15 17:26:06 +00:00
miscbltin.c
fix setmode error handling.
2005-10-01 20:23:54 +00:00
miscbltin.h
remove clause 3
2003-08-21 17:57:53 +00:00
mkbuiltins
don't include the printf builtin if we are SMALL; saves 10K.
2004-06-06 07:03:11 +00:00
mkinit.sh
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
mknodes.sh
Convert to new 2 clause license
2008-04-29 06:53:00 +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
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
mystring.c
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
mystring.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
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
output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable)
2008-10-12 01:40:37 +00:00
output.h
output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable)
2008-10-12 01:40:37 +00:00
parser.c
Fix here documents that end abruptly without NL before EOF.
2008-08-23 10:05:52 +00:00
parser.h
Correctly apply IFS to unquoted text in ${x-text}.
2004-06-26 22:09:49 +00:00
redir.c
Conform to XCU Section 2.8.2 (Exit Status for Commands)
2008-01-21 06:43:03 +00:00
redir.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
sh.1
PR/36533: Greg A. Woods: minor doc fixes for sh(1)
2007-06-24 17:57:56 +00:00
shell.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
show.c
This seems to need stdlib.h to get a prototype for abort().
2003-11-14 10:46:13 +00:00
show.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 09:05:01 +00:00
syntax.c
use __RCSID()
2007-12-12 22:55:42 +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
Fix inconsistent definitions
2008-02-15 17:26:06 +00:00
trap.h
make setsig() return sig_t
2005-07-11 02:37:31 +00:00
var.c
Use "extern" properly for referencing globals defined in other modules.
2008-10-16 14:36:40 +00:00
var.h
Use "extern" properly for referencing globals defined in other modules.
2008-10-16 14:36:40 +00:00