From owner-cvs-all Tue Nov 20 10:50:58 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 4BB2F37B416; Tue, 20 Nov 2001 10:50:51 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 166G0A-0001La-00; Tue, 20 Nov 2001 20:52:10 +0200 From: Sheldon Hearn To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man1 builtin.1 src/bin/sh Makefile builtins.def sh.1 src/usr.bin/printf printf.1 In-reply-to: Your message of "Tue, 20 Nov 2001 10:33:59 PST." <200111201833.fAKIXxu79722@freefall.freebsd.org> Date: Tue, 20 Nov 2001 20:52:10 +0200 Message-ID: <5181.1006282330@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 20 Nov 2001 10:33:59 PST, Akinori MUSHA wrote: > Log: > Remove the printf builtin command from sh(1), which command is not > used so often that it's worth keeping it as a builtin. "not used so often that it's more worthwhile keeping than test(1)." To be clear, the builtin printf(1) is being removed to make space for the builtin test(1), because 1) test(1) is _much_ more frequently used than printf(1) 2) since printf(1) and test(1) are approximately the same size, the change can't be criticized as "bloat". Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message