Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 02:37:55 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
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
Message-ID:  <200210070937.g979bt5T039003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210070937.g979bt5T039003>