Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented `br' macro in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 1 | -6/+2 |
| | | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before). | ||||
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -0/+2 |
| | |||||
* | `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok ↵ | Kristaps Dzonsons | 2009-07-12 | 1 | -3/+40 |
| | | | | jmc@openbsd.org, etc. | ||||
* | Made `In' handling work in new-groff style (see mdoc.samples). | Kristaps Dzonsons | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Tabularised error-code lookup in mdoc.c. | Kristaps Dzonsons | 2009-07-07 | 1 | -2/+2 |
| | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 1 | -79/+11 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | Removed superfluous FIXMEs (fixed already). | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+0 |
| | |||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+1 |
| | | | | parser). | ||||
* | `Lk' is correctly handled as CALLABLE (note groff munges nested output). | Kristaps Dzonsons | 2009-06-12 | 1 | -4/+8 |
| | | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator. | ||||
* | `Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -3/+3 |
| | |||||
* | `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -2/+6 |
| | | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring. | ||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -2/+2 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -6/+0 |
| | |||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -11/+54 |
| | | | | Support for .br in libman. | ||||
* | Fixes in going over all OpenBSD manuals. | Kristaps Dzonsons | 2009-03-27 | 1 | -10/+22 |
| | |||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -4/+1 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -0/+1446 |
Abstraction of mdoc. |