freebsd-nq/bin/sh
Jilles Tjoelker 8fdbdb5d50 sh: Remove remnants of '!!' to negate pattern.
This Almquist extension was disabled long ago.

In pathname generation, components starting with '!!' were treated as
containing wildcards, causing unnecessary readdir (which could fail, causing
pathname generation to fail while it should not).
2010-08-22 21:18:21 +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 shadowing of sigset. 2010-08-13 13:36:18 +00:00
error.h
eval.c sh: Add a forgotten const. 2010-08-13 20:29:43 +00:00
eval.h sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
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: Remove remnants of '!!' to negate pattern. 2010-08-22 21:18:21 +00:00
expand.h
histedit.c sh: Do not enter consecutive duplicates into the history. 2010-08-01 16:37:51 +00:00
init.h
input.c sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
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: Fix break/continue/return sometimes not skipping the rest of dot script. 2010-08-15 21:06:53 +00:00
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
mkbuiltins sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
mkinit.c sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
mknodes.c
mksyntax.c Remove unnecessary duplicate letters in mksyntax.c, 2010-08-08 21:04:27 +00:00
mktokens
myhistedit.h sh: Pass TERM changes to libedit. 2010-06-02 19:16:58 +00:00
mystring.c sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
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 sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
output.c
output.h sh: Fix some bugs with backquoted builtins: 2010-01-01 18:17:46 +00:00
parser.c sh: Fix crash due to uninitialized here-document. 2010-07-25 22:25:52 +00:00
parser.h sh: Various warning fixes (from WARNS=6 NO_WERROR=1): 2009-12-27 18:04:05 +00:00
redir.c
redir.h
sh.1 sh(1): Add a brief summary of arithmetic expressions. 2010-08-22 13:04:00 +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