NetBSD/bin/sh
cjs 5678a13f1b Re-introduce some code from 1.14 (with modifications) to make the
shell's idea of the current working directory match reality when
symlinks (or anything else we can't stat) are traversed with the
cd command. However, this does not print out the cwd after cd
traverses symlinks, as it used to, though the capability is still
there should one want to use it.
1996-12-22 08:34:34 +00:00
..
bltin Fix problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +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 add builtins.h to the list of (built) headers depended on by ${OBJS}, so 1996-10-22 13:22:19 +00:00
TOUR PR/2808: tokens.def -> tokens.h 1996-10-16 14:24:56 +00:00
alias.c PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +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 PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
arith_lex.l PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +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 Re-introduce some code from 1.14 (with modifications) to make the 1996-12-22 08:34:34 +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 remove a debugging printf that was left from the last POSIX error code fixes. 1996-11-09 01:04:07 +00:00
eval.h Fix return builtin to work like it does in ksh: 1995-09-11 17:05:41 +00:00
exec.c Remove leftover printf("here") from last change. 1996-10-19 02:38:36 +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 A correction to the previous patch from Todd Miller. 1996-11-02 18:07:08 +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 problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +00:00
input.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
jobs.c Fix problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +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 PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +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 PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +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 Getopts bugs again (I'll never get this right). 1996-12-15 20:37:09 +00:00
options.h Fix miscellaneous getopts problems: 1996-11-06 01:17:10 +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 PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
parser.c - fix parsing bug reported by mycroft: ! was only recognized in the beginning 1996-11-25 20:22:00 +00:00
parser.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
redir.c PR/2808: fix redirection to the same file descriptor 1996-10-16 15:16:04 +00:00
redir.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +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 PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG 1996-10-16 15:21:49 +00:00
show.c PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG 1996-10-16 15:21:49 +00:00
show.h PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG 1996-10-16 15:21:49 +00:00
trap.c PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
trap.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
var.c PR/2808: - Don't use p++ in macros. 1996-10-16 15:24:31 +00:00
var.h Fix problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +00:00