NetBSD/bin/sh
dsl df5bd11fb9 Validate the arguments to 'pwd'. Treat -L and -P as per pwd(1).
Note that 'pwd -L' and 'pwd -P' almost always report the same answer as
the shell detects when 'cd' follows a symlink and discards its cached 'pwd'
2003-10-30 09:40:26 +00:00
..
bltin
funcs
alias.c
alias.h
arith_lex.l
arith.y Drop equal signs from rule definitions; they cause problems with "bison -y". 2003-09-17 17:33:36 +00:00
builtins.def remove \r (agc, are you using MS-DOS?) 2003-08-22 14:21:12 +00:00
cd.c Validate the arguments to 'pwd'. Treat -L and -P as per pwd(1). 2003-10-30 09:40:26 +00:00
cd.h
error.c
error.h
eval.c
eval.h
exec.c
exec.h
expand.c Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...' 2003-09-22 12:17:24 +00:00
expand.h
histedit.c skip a leading `-' on the arg0 name when calling el_init() 2003-10-27 06:19:29 +00:00
init.h
input.c
input.h
jobs.c s/FD_SETFD/F_SETFD/ 2003-08-26 18:12:33 +00:00
jobs.h
machdep.h
mail.c
mail.h
main.c Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@. 2003-09-14 12:09:29 +00:00
main.h
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
memalloc.c
memalloc.h
miscbltin.c
miscbltin.h remove clause 3 2003-08-21 17:57:53 +00:00
mkbuiltins Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
mkinit.c
mknodes.c
mksyntax.c
mktokens Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes Move 4 more files from UCB 4 clause to 3 clause licence. 2003-08-22 11:22:23 +00:00
options.c
options.h
output.c
output.h
parser.c
parser.h
redir.c
redir.h
sh.1 passwd(5), not passwd(4). From Igor Sobrado in PR 23278. 2003-10-27 08:23:40 +00:00
shell.h
show.c
show.h
TOUR
trap.c Use '\0' instead of NULL in two checks (we are not checking for a pointer 2003-08-26 18:13:25 +00:00
trap.h
var.c Include strings.h, needed for index's prototype. 2003-08-26 18:14:24 +00:00
var.h