1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/bin/sh
Akinori MUSHA d90c5c4ab4 Make test(1) a builtin command of our sh(1) for efficiency. The
binary size increase is 3,784 bytes (about 0.6%).

I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem to use it before mounting /usr where printf(1) resides.

Reviewed by:	arch (sheldonh)
Inspired by:	NetBSD, ksh
Clued by:	ume (on how the printf builtin is used)
2001-11-17 19:10:11 +00:00
..
bltin Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
funcs
alias.c
alias.h
arith_lex.l Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
arith.h
arith.y Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
builtins.def Make test(1) a builtin command of our sh(1) for efficiency. The 2001-11-17 19:10:11 +00:00
cd.c Don't call setvar() with the VTEXTFIXED flag. A copy is created by 2001-11-07 23:00:05 +00:00
cd.h
error.c Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
error.h
eval.c
eval.h
exec.c
exec.h
expand.c Don't check uninitialized memory for having the shell control character 2001-09-19 20:16:38 +00:00
expand.h
histedit.c *** empty log message *** 2001-10-01 08:43:58 +00:00
init.h
input.c *** empty log message *** 2001-10-01 08:43:58 +00:00
input.h
jobs.c
jobs.h
machdep.h
mail.c Add more headers that are required with -fno-builtin (stdlib and strings) 2001-06-19 15:41:57 +00:00
mail.h
main.c
main.h
Makefile Make test(1) a builtin command of our sh(1) for efficiency. The 2001-11-17 19:10:11 +00:00
memalloc.c Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The 2001-07-26 11:02:39 +00:00
memalloc.h
miscbltin.c Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The 2001-07-26 11:02:39 +00:00
mkbuiltins
mkinit.c
mknodes.c Initialize infp at main() 2001-08-13 21:55:04 +00:00
mksyntax.c Repair normally unused is_digit() macro. 2001-10-14 21:11:33 +00:00
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c
output.h
parser.c BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. 2001-09-19 20:07:47 +00:00
parser.h
redir.c
redir.h
sh.1 Make test(1) a builtin command of our sh(1) for efficiency. The 2001-11-17 19:10:11 +00:00
shell.h
show.c
show.h
TOUR
trap.c
trap.h
var.c
var.h