From owner-cvs-lib Tue Jan 14 00:16:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29294 for cvs-lib-outgoing; Tue, 14 Jan 1997 00:16:47 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA29288; Tue, 14 Jan 1997 00:16:36 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA29923; Tue, 14 Jan 1997 19:12:05 +1100 Date: Tue, 14 Jan 1997 19:12:05 +1100 From: Bruce Evans Message-Id: <199701140812.TAA29923@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio printf.3 vfprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: lib/libc/stdio printf.3 vfprintf.c > Log: > The following patch to lib/libc/stdio implements positional arguments in > a manner consistent with other implementations. Its done in a way that > adds only a tiny amount of overhead when positional arguments are not used. > I also have a test program to go with this, but don't know where it belongs > in the tree. > > Submitted-By: Bill Fenner Actually-Submitted-By: Mark Diekhans Cross-Reference: PR1597 Bruce