summaryrefslogtreecommitdiffstats
path: root/usr.bin/c99
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to c99(1)ed2011-11-061-8/+8
|
* Revert most of r210764, now that mdocml does the rightuqs2010-12-281-2/+2
| | | | | | thing with empty quotation macros. Requested by: Alex Kozlov
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-2/+2
|
* - Update GCC reference from 3.3 to 4.2 [1]gabor2010-06-171-3/+4
| | | | | | - Add reference to c99(7) Submitted by: stefanf
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | 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)
* Bump the original revision of c89(1).ru2007-03-101-1/+1
|
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-212-9/+7
|
* Fix off-by-one error.stefanf2005-01-141-1/+1
|
* Update URL of GCC status page to GCC 3.3josef2004-03-041-1/+1
| | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370
* mdoc(7) police: overhaul.ru2002-12-111-24/+41
| | | | Approved by: re
* Re-add the code which maps POSIX standard library names into the onestjr2002-10-081-4/+49
| | | | FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing.
* Add the c99(1) utility, which is nothing more than a synonym fortjr2002-10-073-0/+276
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087
OpenPOWER on IntegriCloud