From owner-cvs-all Mon Mar 29 20: 4:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 346241519F; Mon, 29 Mar 1999 20:04:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA92449; Mon, 29 Mar 1999 20:04:12 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903300404.UAA92449@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 29 Mar 1999 20:04:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc c-common.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/29 20:04:12 PST Modified files: contrib/egcs/gcc c-common.c Log: Add support for a new archetype "printf0" for the "format" function attribute. It is like the existing "printf" archetype, except that it doesn't complain if the format string is a null pointer. See the node "Function Attributes" in the GCC info pages if you don't know what this is all about. This change will allow us to add format string checking for the err(3) family of functions. Obtained from: jdp's printf0 support from rev 1.2 of src/contrib/gcc/c-common.c Revision Changes Path 1.3 +35 -15 src/contrib/egcs/gcc/c-common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message