Date: Sat, 17 Nov 2001 11:10:11 -0800 (PST) From: Akinori MUSHA <knu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 src/bin/sh Makefile builtins.def sh.1 src/bin/test test.1 test.c Message-ID: <200111171910.fAHJABJ92986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2001/11/17 11:10:11 PST Modified files: share/man/man1 builtin.1 bin/sh Makefile builtins.def sh.1 bin/test test.1 test.c Log: 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) Revision Changes Path 1.31 +5 -3 src/bin/sh/Makefile 1.8 +2 -1 src/bin/sh/builtins.def 1.56 +6 -3 src/bin/sh/sh.1 1.17 +9 -1 src/bin/test/test.1 1.32 +6 -1 src/bin/test/test.c 1.14 +7 -1 src/share/man/man1/builtin.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111171910.fAHJABJ92986>