History log of /freebsd-current/usr.bin/c99/c99.1
Revision Date Author Comments
# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 25cedcdd 13-Jul-2015 Christian Brueffer <brueffer@FreeBSD.org>

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


# 20a95cd6 28-Dec-2010 Ulrich Spörlein <uqs@FreeBSD.org>

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

Requested by: Alex Kozlov


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# c0da7403 02-Aug-2010 Ulrich Spörlein <uqs@FreeBSD.org>

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


# 096dbab9 17-Jun-2010 Gabor Kovesdan <gabor@FreeBSD.org>

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

Submitted by: stefanf


# aa12cea2 14-Apr-2010 Ulrich Spörlein <uqs@FreeBSD.org>

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)


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# bdf35139 10-Mar-2007 Ruslan Ermilov <ru@FreeBSD.org>

Bump the original revision of c89(1).


# f682f10c 21-May-2005 Ruslan Ermilov <ru@FreeBSD.org>

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


# edf075d0 04-Mar-2004 Josef El-Rayes <josef@FreeBSD.org>

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


# f0fab604 11-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: overhaul.

Approved by: re


# 98c59a0a 07-Oct-2002 Tim J. Robbins <tjr@FreeBSD.org>

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