.. |
bltin
|
convert to new RCS id conventions.
|
1995-03-21 09:01:59 +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
|
PR/2808: Depend and clean fixes from FreeBSD
|
1996-10-16 14:23:51 +00:00 |
TOUR
|
PR/2808: tokens.def -> tokens.h
|
1996-10-16 14:24:56 +00:00 |
alias.c
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +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
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
arith.y
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
arith_lex.l
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
builtins.def
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
cd.c
|
PR/2808: Handle cd "". This is for systems where "" != "."
|
1996-10-16 14:29:42 +00:00 |
cd.h
|
Fix PR/1760, where 'cd -' before any other command could cause a reference
|
1995-11-19 23:27:37 +00:00 |
error.c
|
PR/287: Shell does not exit with 126/127 when permission denied/
|
1996-10-16 14:35:42 +00:00 |
error.h
|
PR/287: Shell does not exit with 126/127 when permission denied/
|
1996-10-16 14:35:42 +00:00 |
eval.c
|
PR/287: Exit with 127/126 when command is not found/permission denied.
|
1996-10-16 14:31:57 +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/287: Shell does not exit with 126/127 when permission denied/
|
1996-10-16 14:35:42 +00:00 |
exec.h
|
PR/287: Shell does not exit with 126/127 when permission denied/
|
1996-10-16 14:35:42 +00:00 |
expand.c
|
PR/2808: Fix parsing of $n where n > 9 (from FreeBSD)
|
1996-10-16 14:38:58 +00:00 |
expand.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
histedit.c
|
PR/2808: Remove extraneous newlines from error routines (from FreeBSD)
|
1996-10-16 14:40:32 +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
|
- fix PR1620, -DNO_HISTORY did not work.
|
1995-10-19 04:14:37 +00:00 |
input.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
jobs.c
|
PR/2808: Don't include <sgtty.h> unless OLD_TTY_DRIVER is defined.
|
1996-10-16 14:42:20 +00:00 |
jobs.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +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
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +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
|
PR/287: Shell does not exit with 126/127 when permission denied/
|
1996-10-16 14:35:42 +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
|
Fix growstackblock() 'newlen' calculations:
|
1996-05-20 14:49:32 +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
|
Changed type of rlimit values from quad_t to rlim_t. Cast rlim_t's to
|
1995-06-12 19:44:16 +00:00 |
mkbuiltins
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
mkinit.c
|
PR/2808: #undef things that we #define to avoid duplicate definitions.
|
1996-10-16 14:43:37 +00:00 |
mknodes.c
|
PR/2808: Remove extraneous newline from error message (from FreeBSD)
|
1996-10-16 14:44:28 +00:00 |
mksyntax.c
|
PR/2808: Use the <ctype.h> functions instead of our homegrown tables to
|
1996-10-16 14:46:35 +00:00 |
mktokens
|
PR/2808: tokens.def -> tokens.h
|
1996-10-16 14:47:49 +00:00 |
myhistedit.h
|
change sethistsize() to take the history size as an argument so it can
|
1996-06-25 16:43:33 +00:00 |
mystring.c
|
PR/2808: Kill use of error2() (from FreeBSD)
|
1996-10-16 14:49:03 +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
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +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/2808: POSIX 1003.2: first arg after -c cmd is $0, remainder $1...
|
1996-10-16 14:49:56 +00:00 |
options.h
|
- Add getoptsreset to be used as a callback function when OPTIND is set.
|
1996-06-25 16:47:43 +00:00 |
output.c
|
No need to have 2 declarations for the same constant string, one for K&R and
|
1996-10-16 14:51:24 +00:00 |
output.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
parser.c
|
PR/2808: - detect eof inside backquotes
|
1996-10-16 14:53:23 +00:00 |
parser.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
redir.c
|
PR/2808: fix redirection to the same file descriptor
|
1996-10-16 15:16:04 +00:00 |
redir.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
sh.1
|
PR/2808: Add HISTORY section and documentation of getopts. (from FreeBSD)
|
1996-10-16 15:20:01 +00:00 |
shell.h
|
Changed so that cd builtin doesn't do wierd stuff when cd'ing through
|
1996-03-01 01:58:58 +00:00 |
show.c
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
show.h
|
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
|
1995-05-11 21:28:33 +00:00 |
trap.c
|
Ignore result of sigaction when setting traps. Traps will succeed even
|
1995-06-07 04:16:57 +00:00 |
trap.h
|
Ignore result of sigaction when setting traps. Traps will succeed even
|
1995-06-07 04:16:57 +00:00 |
var.c
|
- Add function callback capability when variables are set.
|
1996-06-25 16:49:05 +00:00 |
var.h
|
- Add function callback capability when variables are set.
|
1996-06-25 16:49:05 +00:00 |