History log of /freebsd-11.0-release/usr.bin/c89/c89.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


# 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 28-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.