NetBSD/bin/sh
kre ea650deb66 Corrected some typos, added some (hopefully improving) extra text,
sorted stuff that needed sorting, and added some (probably incorrect)
markup...
2017-05-12 08:39:47 +00:00
..
bltin Avoid warning by using gcc'ism 2016-03-16 22:36:21 +00:00
funcs delete clauses 3,4 2016-02-29 23:50:59 +00:00
USD.doc Reorg docs, part 2: 2014-07-05 19:23:00 +00:00
alias.c Adjust to the new alias text libedit API. 2014-06-18 18:17:30 +00:00
alias.h Adjust to the new alias text libedit API. 2014-06-18 18:17:30 +00:00
arith_token.c That will teach me to commit from the version I've actually 2017-03-20 13:12:35 +00:00
arith_tokens.h Finish support for all required $(( )) (shell arithmetic) operators, 2017-03-20 11:26:07 +00:00
arithmetic.c Finish support for all required $(( )) (shell arithmetic) operators, 2017-03-20 11:26:07 +00:00
arithmetic.h Finish support for all required $(( )) (shell arithmetic) operators, 2017-03-20 11:26:07 +00:00
builtins.def Add fdflags builtin. Discussed with Chet and he has implemented it for 2017-02-02 20:00:40 +00:00
cd.c Don't trash the logical $PWD if a component is a symlink; no other shell 2016-12-26 02:27:57 +00:00
cd.h PR/45069: Henning Petersen: Use prototypes from builtins.h . 2011-06-18 21:18:46 +00:00
error.c PR bin/47065 PR bin/39466 2016-06-01 02:50:02 +00:00
error.h Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
eval.c If we are going to permit 2017-05-09 05:14:03 +00:00
eval.h PR bin/48875 - avoid holding (replaced) file descriptors open when running a 2016-05-09 21:03:10 +00:00
exec.c add missing forward declaration for the STATIC= case. 2016-05-03 17:21:02 +00:00
exec.h Fix things so that STATIC can me made static (-DSTATIC=static) 2016-05-03 13:47:58 +00:00
expand.c Convert the pattern matcher from recursive to backtracking (from FreeBSD). 2017-04-26 17:43:33 +00:00
expand.h Convert the pattern matcher from recursive to backtracking (from FreeBSD). 2017-04-26 17:43:33 +00:00
histedit.c Sprinkle volatile for gcc 5! 2016-03-16 22:36:40 +00:00
init.h
input.c Another fix from FreeBSD. I'm not sure how to trigger the problem 2017-05-03 06:20:12 +00:00
input.h Deal with \newline line continuations more correctly. 2017-05-03 04:51:04 +00:00
jobs.c Avoid truncating the command string saved with background jobs if 2017-05-11 14:57:14 +00:00
jobs.h PR/45069: Henning Petersen: Use prototypes from builtins.h . 2011-06-18 21:18:46 +00:00
machdep.h
mail.c
mail.h
main.c Keep track of the biggest fd used by, or available to, the user/script 2017-04-22 16:02:39 +00:00
main.h PR/45069: Henning Petersen: Use prototypes from builtins.h . 2011-06-18 21:18:46 +00:00
Makefile Finish support for all required $(( )) (shell arithmetic) operators, 2017-03-20 11:26:07 +00:00
memalloc.c
memalloc.h
miscbltin.c CID 1225078: check getrlimit return 2015-05-09 13:28:55 +00:00
miscbltin.h
mkbuiltins
mkinit.sh General KNF and source code cleanups, avoid scattering the 2016-03-27 14:34:46 +00:00
mknodenames.sh General KNF and source code cleanups, avoid scattering the 2016-03-27 14:34:46 +00:00
mknodes.sh
mktokens Implement the ';&' (used instead of ';;') case statement list terminator 2017-05-04 04:37:51 +00:00
myhistedit.h PR/45069: Henning Petersen: Use prototypes from builtins.h . 2011-06-18 21:18:46 +00:00
mystring.c Add const. 2013-04-28 17:01:28 +00:00
mystring.h
nodes.c.pat Use C89 function definitions 2012-03-20 18:42:28 +00:00
nodetypes If we are going to permit 2017-05-09 05:14:03 +00:00
options.c Implement the NETBSD_SHELL readonly unexportable unimportable 2016-03-31 16:16:35 +00:00
options.h Implement the NETBSD_SHELL readonly unexportable unimportable 2016-03-31 16:16:35 +00:00
output.c Improve quoting in the output from sh -x - use less unnecessary 2016-03-12 14:59:26 +00:00
output.h Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
parser.c Fix some parser weirdness... 2017-05-11 15:07:37 +00:00
parser.h After discussions with Jilles Tjoelker (FreeBSD shell) and 2016-03-31 23:11:05 +00:00
redir.c Keep track of which file descriptors the shell is using for its 2017-04-29 15:14:28 +00:00
redir.h Keep track of which file descriptors the shell is using for its 2017-04-29 15:14:28 +00:00
sh.1 Corrected some typos, added some (hopefully improving) extra text, 2017-05-12 08:39:47 +00:00
shell.h Add includes guards since we can include the header twice and typedef 2017-03-21 10:52:46 +00:00
show.c If we are going to permit 2017-05-09 05:14:03 +00:00
show.h Undo local changes not intended to be committed (and certainly not 2017-03-16 13:21:59 +00:00
syntax.c include <limits.h> for CHAR_MIN/CHAR_MAX 2012-03-28 20:11:25 +00:00
syntax.h parenthesize for safety. 2016-03-16 19:02:26 +00:00
TOUR Fix grammar in couple of sentences. 2016-10-25 13:01:59 +00:00
trap.c Enhance the trap command to make it possible to do what POSIX wants 2017-05-07 15:01:18 +00:00
trap.h report the signal that wait was interrupted by, which is not always SIGINT 2015-08-22 12:12:47 +00:00
var.c I noticed! 2017-05-10 06:18:43 +00:00
var.h Implement the NETBSD_SHELL readonly unexportable unimportable 2016-03-31 16:16:35 +00:00
version.h replace with standard copyright :-) 2016-03-31 16:28:23 +00:00