From owner-cvs-all Tue Jul 14 21:23:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11686 for cvs-all-outgoing; Tue, 14 Jul 1998 21:23:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11677; Tue, 14 Jul 1998 21:23:39 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17251; Tue, 14 Jul 1998 21:22:56 -0700 (PDT) Date: Tue, 14 Jul 1998 21:22:56 -0700 (PDT) Message-Id: <199807150422.VAA17251@freefall.freebsd.org> To: Subject: cvs commit: src/contrib/gcc c-common.c c-tree.h extend.texi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/14 21:22:55 PDT Modified files: contrib/gcc c-common.c c-tree.h extend.texi 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. Revision Changes Path 1.2 +36 -15 src/contrib/gcc/c-common.c 1.2 +1 -1 src/contrib/gcc/c-tree.h 1.2 +9 -7 src/contrib/gcc/extend.texi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message