History log of /freebsd-9.3-release/usr.bin/c89/c89.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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


# 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)


# 167409 10-Mar-2007 ru

Reduce diffs with c99(1).


# 146466 21-May-2005 ru

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


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 76426 10-May-2001 ru

mdoc(7) police: fix markup.


# 76377 08-May-2001 schweikh

Turned the shell script into a binary fixing several minor buglets.
Mention _POSIX_SOURCE feature test macro in man page.
PR: bin/19337
Submitted by: myself way back when I was a nobody :-) (schweikh)
Reviewed by: joerg, bde
MFC after: 2 weeks


# 70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 54159 05-Dec-1999 charnier

Typo. Standard list of flag
Add ``c89: '' in front of error messages to be errx()-like.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 29589 18-Sep-1997 joerg

Use -ansi -pedantic -trigraphs, as suggested by Bruce.

Enforce that only Posix-spec'ed options are being used, so people could
use this as a Posixificator of some kind.

Document the Posix usage in the man page, so to make it clear what's
the difference between Posix c89, and gcc.


# 29545 17-Sep-1997 joerg

This commit was generated by cvs2svn to compensate for changes in r29544,
which included commits to RCS files with non-trunk default branches.


# 29544 17-Sep-1997 joerg

c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
code. Basically a shortcut to cc -ansi -trigraphs.