freebsd-dev/bin/sh
Jilles Tjoelker c9c987cd35 sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.
This ensures that the logical working directory (which may include
symlinks) is shown and is similar to the default behaviour of the pwd
builtin.
2010-07-02 22:17:13 +00:00
..
bltin
funcs
alias.c
alias.h
arith_lex.l sh: Use stalloc for arith variable names. 2010-04-25 20:43:19 +00:00
arith.h
arith.y sh: Use stalloc for arith variable names. 2010-04-25 20:43:19 +00:00
builtins.def
cd.c sh: On startup of the shell, use PWD from the environment if it is valid. 2010-04-17 14:35:46 +00:00
cd.h sh: On startup of the shell, use PWD from the environment if it is valid. 2010-04-17 14:35:46 +00:00
error.c sh: Fix some bugs with backquoted builtins: 2010-01-01 18:17:46 +00:00
error.h
eval.c sh: Recognize "--" in . and exec. 2010-05-28 22:40:24 +00:00
eval.h
exec.c sh: Improve the command builtin: 2010-03-06 16:57:53 +00:00
exec.h sh: Improve the command builtin: 2010-03-06 16:57:53 +00:00
expand.c sh: Forget about terminated background processes sooner. 2010-06-29 22:37:45 +00:00
expand.h
histedit.c sh: Add filename completion. 2010-06-15 21:58:40 +00:00
init.h
input.c
input.h
jobs.c sh: Forget about terminated background processes sooner. 2010-06-29 22:37:45 +00:00
jobs.h sh: Forget about terminated background processes sooner. 2010-06-29 22:37:45 +00:00
mail.c
mail.h
main.c sh: Recognize "--" in . and exec. 2010-05-28 22:40:24 +00:00
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mkinit.c
mknodes.c
mksyntax.c sh: Partially revert r206146, allowing double-quotes in arithmetic. 2010-04-11 12:24:47 +00:00
mktokens
myhistedit.h sh: Pass TERM changes to libedit. 2010-06-02 19:16:58 +00:00
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c sh: Automatically enable -o emacs in interactive shells with terminals. 2010-04-05 14:15:51 +00:00
options.h
output.c
output.h sh: Fix some bugs with backquoted builtins: 2010-01-01 18:17:46 +00:00
parser.c sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions. 2010-07-02 22:17:13 +00:00
parser.h
redir.c
redir.h
sh.1 sh: Forget about terminated background processes sooner. 2010-06-29 22:37:45 +00:00
shell.h
show.c
show.h
TOUR
trap.c
trap.h
var.c sh: Pass TERM changes to libedit. 2010-06-02 19:16:58 +00:00
var.h sh: Pass TERM changes to libedit. 2010-06-02 19:16:58 +00:00