.. |
bltin
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +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
|
move OBJS depenency on built headers to after include of bsd.prog.mk, so
|
1998-04-19 05:22:08 +00:00 |
TOUR
|
PR/2808: tokens.def -> tokens.h
|
1996-10-16 14:24:56 +00:00 |
alias.c
|
Fix dangling else warning.
|
1998-05-20 00:27:56 +00:00 |
alias.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
arith.h
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
arith.y
|
Need stdlib.h
|
1998-05-18 22:48:53 +00:00 |
arith_lex.l
|
Portability fixes for a non flex based lexical analyzer.
|
1998-05-18 22:50:20 +00:00 |
builtins.def
|
NO_HISTORY->SMALL
|
1997-03-14 01:42:18 +00:00 |
cd.c
|
Fix a set of bugs where a cd of a relative pathname or a cd through a
|
1998-05-21 16:50:40 +00:00 |
cd.h
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
error.c
|
Include our local includes after the system's ones.
|
1998-01-31 12:36:16 +00:00 |
error.h
|
Don't re-define setjmp/longjmp in the svr4 case
|
1997-07-15 17:44:32 +00:00 |
eval.c
|
Re-enabled EXP_RECORD
|
1998-02-05 08:34:49 +00:00 |
eval.h
|
Fix return builtin to work like it does in ksh:
|
1995-09-11 17:05:41 +00:00 |
exec.c
|
PR/3888: Chris Demetriou: type command-with-slash prints
|
1997-07-20 21:27:35 +00:00 |
exec.h
|
PR/3888: Chris Demetriou: type command-with-slash prints
|
1997-07-20 21:27:35 +00:00 |
expand.c
|
- change "extern" variables into int's
|
1998-03-29 04:41:43 +00:00 |
expand.h
|
PR/4851: Benjamin Lorenz: In the "for <var> in <args>" construct <args>
|
1998-01-31 12:45:06 +00:00 |
histedit.c
|
fix bug where if moving in history during a multi-line event, the
|
1998-05-20 00:29:26 +00:00 |
init.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
input.c
|
Simplify interface for general use.
|
1998-05-20 01:36:14 +00:00 |
input.h
|
PR/2808: Remove trailing whitespace (from FreeBSD)
|
1996-10-16 15:45:03 +00:00 |
jobs.c
|
cast pid's to longs for OS's where this is the case.
|
1998-05-20 00:31:11 +00:00 |
jobs.h
|
pid should be pid_t and status should be int! Avoid alignment problems...
|
1997-10-15 13:23:10 +00:00 |
machdep.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
mail.c
|
Include our local includes after the system's ones.
|
1998-01-31 12:36:16 +00:00 |
mail.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
main.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
main.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
memalloc.c
|
Include our local includes after the system's ones.
|
1998-01-31 12:36:16 +00:00 |
memalloc.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
miscbltin.c
|
Cast is*() args to unsigned chars in case the ctype macros are implemented
|
1998-05-20 00:32:05 +00:00 |
miscbltin.h
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
mkbuiltins
|
Pr/5221: Jason Thorpe: Simplify sh Makefile, so that builts from other
|
1998-03-29 09:27:40 +00:00 |
mkinit.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
mknodes.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
mksyntax.c
|
Cast the result of pointer arithmetic to "long", and use %ld to print it.
|
1997-07-18 17:46:59 +00:00 |
mktokens
|
PR/2808: tokens.def -> tokens.h
|
1996-10-16 14:47:49 +00:00 |
myhistedit.h
|
Track $TERM and call the appropriate editline(3) routine to update the
|
1997-04-11 22:45:38 +00:00 |
mystring.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
mystring.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
nodes.c.pat
|
Pointer arithmetic on void * is illegal but gcc does not care.
|
1997-04-11 23:03:08 +00:00 |
nodetypes
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
options.c
|
PR/5315: Dan Winship: options parsing code should print errors to stderr.
|
1998-05-02 18:04:09 +00:00 |
options.h
|
Fix miscellaneous getopts problems:
|
1996-11-06 01:17:10 +00:00 |
output.c
|
- Add gcc attributes to printf like functions
|
1998-01-31 12:37:55 +00:00 |
output.h
|
- Add gcc attributes to printf like functions
|
1998-01-31 12:37:55 +00:00 |
parser.c
|
- change "extern" variables into int's
|
1998-03-29 04:41:43 +00:00 |
parser.h
|
PR/2808: Remove trailing whitespace (from FreeBSD)
|
1996-10-16 15:45:03 +00:00 |
redir.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
redir.h
|
PR/2808: Remove trailing whitespace (from FreeBSD)
|
1996-10-16 15:45:03 +00:00 |
sh.1
|
Per 1003.2, the (builtin) read utility shall treat the backslash as an
|
1997-11-05 14:05:28 +00:00 |
shell.h
|
PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG
|
1996-10-16 15:21:49 +00:00 |
show.c
|
Remove local declaration of getenv();
|
1997-12-01 14:40:16 +00:00 |
show.h
|
add forward declaration of union node;
|
1997-04-11 22:58:40 +00:00 |
trap.c
|
Fix compiler warnings.
|
1997-07-04 21:01:48 +00:00 |
trap.h
|
PR/2808: Remove trailing whitespace (from FreeBSD)
|
1996-10-16 15:45:03 +00:00 |
var.c
|
fix default PATH to be <paths.h> _PATH_DEFPATH
|
1998-04-07 21:15:33 +00:00 |
var.h
|
Track $TERM and call the appropriate editline(3) routine to update the
|
1997-04-11 22:45:38 +00:00 |