freebsd-dev/bin/sh
Jilles Tjoelker 25f6b31fac sh(1): Clean up documentation of built-in commands.
Make sure all built-in commands are in the subsection named such, except
exp, let and wordexp which are deliberately undocumented. The text said only
built-ins that really need to be a built-in were documented there but in
fact almost all of them were already documented.
2010-12-03 23:24:27 +00:00
..
bltin sh: Add binary buffered output for use by the printf builtin. 2010-11-14 15:31:59 +00:00
funcs sh: Update the suspend example for the change of the job control flag 2010-11-13 22:20:46 +00:00
alias.c In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
alias.h
arith_lex.l sh: Pass multiple bytes at a time to lex. 2010-11-23 20:46:06 +00:00
arith.h
arith.y sh: Use stalloc for arith variable names. 2010-04-25 20:43:19 +00:00
builtins.def sh: Add printf builtin. 2010-11-19 12:56:13 +00:00
cd.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +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 In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
error.h
eval.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
eval.h
exec.c In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
exec.h
expand.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
expand.h sh: Do IFS splitting on word in ${v+word} and ${v-word}. 2010-10-29 13:42:18 +00:00
histedit.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
init.h
input.c In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
input.h
jobs.c sh: Use <stddef.h> rather than <sys/stddef.h>. 2010-10-16 12:40:00 +00:00
jobs.h sh: Forget about terminated background processes sooner. 2010-06-29 22:37:45 +00:00
mail.c Consistently use "STATIC" for all functions in order to be able to set 2010-10-13 04:01:01 +00:00
mail.h
main.c sh: Code size optimizations to buffered output. 2010-11-20 14:14:52 +00:00
main.h
Makefile sh: Add printf builtin. 2010-11-19 12:56:13 +00:00
memalloc.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
memalloc.h sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
miscbltin.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
mkbuiltins
mkinit.c
mknodes.c
mksyntax.c sh: Remove the check that alpha/name/in_name chars are not CTL* bytes. 2010-11-20 14:30:28 +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 In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
nodetypes
options.c sh: Code size optimizations to buffered output. 2010-11-20 14:14:52 +00:00
options.h
output.c sh: Code size optimizations to buffered output. 2010-11-20 14:14:52 +00:00
output.h sh: Code size optimizations to buffered output. 2010-11-20 14:14:52 +00:00
parser.c sh: Code size optimizations to "stack string" memory allocation: 2010-11-23 22:17:39 +00:00
parser.h sh: Do IFS splitting on word in ${v+word} and ${v-word}. 2010-10-29 13:42:18 +00:00
redir.c sh: Check whether dup2 was successful for >&FD and <&FD. 2010-10-24 20:09:49 +00:00
redir.h
sh.1 sh(1): Clean up documentation of built-in commands. 2010-12-03 23:24:27 +00:00
shell.h In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
show.c In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
show.h
TOUR
trap.c In the spirit of r90111, depend on c89 and remove the "STATIC" macro 2010-10-13 22:18:03 +00:00
trap.h
var.c sh: Code size optimizations to buffered output. 2010-11-20 14:14:52 +00:00
var.h sh: Pass TERM changes to libedit. 2010-06-02 19:16:58 +00:00