From owner-cvs-all Mon Oct 7 2:37:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7411D37B401; Mon, 7 Oct 2002 02:37:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F2843E75; Mon, 7 Oct 2002 02:37:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g979btCo039004; Mon, 7 Oct 2002 02:37:56 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g979bt5T039003; Mon, 7 Oct 2002 02:37:55 -0700 (PDT) Message-Id: <200210070937.g979bt5T039003@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 7 Oct 2002 02:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/c99 Makefile c99.1 c99.c X-FreeBSD-CVS-Branch: HEAD 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 tjr 2002/10/07 02:37:55 PDT Modified files: usr.bin Makefile Added files: usr.bin/c99 Makefile c99.1 c99.c Log: Add the c99(1) utility, which is nothing more than a synonym for cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 Revision Changes Path 1.222 +1 -0 src/usr.bin/Makefile 1.1 +5 -0 src/usr.bin/c99/Makefile (new) 1.1 +182 -0 src/usr.bin/c99/c99.1 (new) 1.1 +89 -0 src/usr.bin/c99/c99.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message