.. |
bltin
|
remove obsolete register declarations
|
2005-02-06 04:43:43 +00:00 |
funcs
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
Makefile
|
sprinkle a little const, and now everything compiles with WARNS=3
|
2005-06-26 19:10:48 +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
|
Don't change the name of the directory we are going to 'cd' to just because
|
2005-11-26 21:44:43 +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
|
Add error printing for ENAMETOOLONG. Partially addresses PR bin/13850 .
|
2006-01-02 19:10:33 +00:00 |
error.h
|
…
|
|
eval.c
|
Revert part of the previous commit. We cannot fix the problem by not waiting.
|
2005-06-23 23:05:29 +00:00 |
eval.h
|
…
|
|
exec.c
|
…
|
|
exec.h
|
…
|
|
expand.c
|
TOG require that 'set +o' output the options in a form suitable for
|
2005-12-13 17:44:18 +00:00 |
expand.h
|
Add new builtin `wordexp' to support wordexp(3).
|
2004-07-13 15:05:59 +00:00 |
histedit.c
|
Only do certain actions when we are trully interactive, not just when we
|
2005-07-15 17:49:43 +00:00 |
init.h
|
…
|
|
input.c
|
…
|
|
input.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
jobs.c
|
Make slightly more portable without extra conditionals needed:
|
2005-09-30 18:57:55 +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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
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
|
Use shell variables to get '(' and '\' inside shell substitution patterns.
|
2004-06-15 23:09:54 +00:00 |
mknodes.sh
|
…
|
|
mktokens
|
…
|
|
myhistedit.h
|
…
|
|
mystring.c
|
…
|
|
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
|
…
|
|
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.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
|
In mdoc, use .Pp for new paragraphs, not .br.
|
2005-09-10 22:09: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 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 |