Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint fixes. | Kristaps Dzonsons | 2009-06-17 | 1 | -3/+2 |
| | |||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 1 | -17/+31 |
| | |||||
* | Cleaned up .Bf validator. | Kristaps Dzonsons | 2009-06-17 | 1 | -18/+13 |
| | |||||
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -24/+25 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Noted deprecation of \*( and \* special-character escapes. | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+8 |
| | | | | Minor clean-ups. | ||||
* | 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/+6 |
| | | | | | | | `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. | ||||
* | Clean up validation of field widths. | Kristaps Dzonsons | 2009-06-11 | 1 | -28/+55 |
| | | | | | | Pushed field-width warn/error into warn/error routine. Removed superfluous space at output eoln. Fixed overzealous line break in lists. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Version bumped.VERSION.1.7.13 | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | | | | `.Er' has more section restrictions (Joerg). | ||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -2/+17 |
| | | | | | | | | 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. | ||||
* | Added -p1003.1-2008 specification. | Kristaps Dzonsons | 2009-04-02 | 1 | -1/+1 |
| | | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman. | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -51/+62 |
| | |||||
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+1396 |