From owner-cvs-lib Mon Jan 13 23:31:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26371 for cvs-lib-outgoing; Mon, 13 Jan 1997 23:31:44 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA26362; Mon, 13 Jan 1997 23:31:41 -0800 (PST) Date: Mon, 13 Jan 1997 23:31:41 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701140731.XAA26362@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio printf.3 vfprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/13 23:31:40 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 Revision Changes Path 1.7 +14 -0 src/lib/libc/stdio/printf.3 1.11 +400 -22 src/lib/libc/stdio/vfprintf.c