Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -2/+2 |
| | | | | | | thing with empty quotation macros. Requested by: Alex Kozlov | ||||
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | - Update GCC reference from 3.3 to 4.2 [1] | gabor | 2010-06-17 | 1 | -3/+4 |
| | | | | | | - Add reference to c99(7) Submitted by: stefanf | ||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -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). | ru | 2007-03-10 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 2 | -9/+7 |
| | |||||
* | Fix off-by-one error. | stefanf | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | Update URL of GCC status page to GCC 3.3 | josef | 2004-03-04 | 1 | -1/+1 |
| | | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370 | ||||
* | mdoc(7) police: overhaul. | ru | 2002-12-11 | 1 | -24/+41 |
| | | | | Approved by: re | ||||
* | Re-add the code which maps POSIX standard library names into the ones | tjr | 2002-10-08 | 1 | -4/+49 |
| | | | | FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing. | ||||
* | Add the c99(1) utility, which is nothing more than a synonym for | tjr | 2002-10-07 | 3 | -0/+276 |
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 |