History log of /freebsd-11.0-release/usr.bin/c99/c99.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 285457 13-Jul-2015 brueffer

Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc.

PR: 201303
Submitted by: Bruce Cran
MFC after: 1 week


# 216756 28-Dec-2010 uqs

Revert most of r210764, now that mdocml does the right
thing with empty quotation macros.

Requested by: Alex Kozlov


# 210764 02-Aug-2010 uqs

mdoc: make sure to pass at least one argument to quotation macros


# 209255 17-Jun-2010 gabor

- Update GCC reference from 3.3 to 4.2 [1]
- Add reference to c99(7)

Submitted by: stefanf


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 167410 10-Mar-2007 ru

Bump the original revision of c89(1).


# 146466 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 126615 04-Mar-2004 josef

Update URL of GCC status page to GCC 3.3

Approved by: simon(mentor)
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
PR: docs/63370


# 107750 11-Dec-2002 ru

mdoc(7) police: overhaul.

Approved by: re


# 104615 07-Oct-2002 tjr

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