summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Collapse)AuthorAgeFilesLines
* Lint fixes.Kristaps Dzonsons2009-06-171-4/+3
|
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-18/+32
|
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-171-19/+14
|
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-25/+26
| | | | Cleaned up string->enum conversion for section lookup.
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-171-3/+9
| | | | Minor clean-ups.
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵Kristaps Dzonsons2009-06-161-3/+2
| | | | parser).
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-5/+7
| | | | | | | `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 Dzonsons2009-06-111-29/+56
| | | | | | 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 Dzonsons2009-06-101-2/+2
|
* Version bumped.VERSION_1_7_13Kristaps Dzonsons2009-04-121-2/+2
| | | | `.Er' has more section restrictions (Joerg).
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+18
| | | | | | | | 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 Dzonsons2009-04-021-2/+2
| | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
* General clean-ups.Kristaps Dzonsons2009-03-311-52/+63
|
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-0/+1396