freebsd-skq/bin/sh
jilles 80a48cd3a3 sh: Remove broken #ifdef NOHACK code (related to sh -c).
Apart from the fact that subtle syntactic changes make a poor compile-time
option, the NOHACK case has been obviously broken since it was added,
because it uses q uninitialized if (*p != '\0').

No functional change is intended.
2017-07-18 19:00:15 +00:00
..
bltin
funcs
tests sh: Ignore error when cd writes the directory actually switched to. 2017-06-25 21:53:08 +00:00
alias.c
alias.h
arith_yacc.c
arith_yacc.h
arith_yylex.c
arith.h
builtins.def Allow defining nofork builtins from builtins.def and move always-safe ones there. 2017-06-04 21:02:48 +00:00
cd.c sh: Ignore error when cd writes the directory actually switched to. 2017-06-25 21:53:08 +00:00
cd.h
error.c
error.h sh: Make sure to process SIGINT if SETINTON re-enables processing. 2017-06-04 21:58:02 +00:00
eval.c Allow defining nofork builtins from builtins.def and move always-safe ones there. 2017-06-04 21:02:48 +00:00
eval.h
exec.c
exec.h
expand.c sh: Fix '-' from quoted arithmetic in case/glob pattern range. 2017-05-14 13:14:19 +00:00
expand.h
histedit.c sh: Call fc -e editor with interrupts enabled. 2017-06-06 21:08:05 +00:00
input.c
input.h
jobs.c
jobs.h
mail.c
mail.h
main.c
main.h
Makefile
Makefile.depend
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins Allow defining nofork builtins from builtins.def and move always-safe ones there. 2017-06-04 21:02:48 +00:00
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c sh: Remove broken #ifdef NOHACK code (related to sh -c). 2017-07-18 19:00:15 +00:00
options.h
output.c sh: Keep output buffer across builtins. 2017-05-18 22:10:04 +00:00
output.h sh: Simplify output buffering. 2017-05-16 21:54:51 +00:00
parser.c
parser.h
redir.c
redir.h
sh.1 sh: Ignore error when cd writes the directory actually switched to. 2017-06-25 21:53:08 +00:00
shell.h
show.c
show.h
TOUR
trap.c sh: Enable interrupts before executing EXIT trap and doing final flush. 2017-06-11 16:54:04 +00:00
trap.h
var.c
var.h