summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Removed WDEPCOL (schwarze@openbsd.org).Kristaps Dzonsons2009-07-041-5/+0
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-4/+6
* Removed escape-deprecation note (better solution in progress, schwarze@openbs...Kristaps Dzonsons2009-06-271-8/+0
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-17/+2
* Lint fixes.Kristaps Dzonsons2009-06-171-3/+2
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-17/+31
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-171-18/+13
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-24/+25
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-171-2/+8
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-2/+1
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-4/+6
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-28/+55
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Version bumped.VERSION.1.7.13Kristaps Dzonsons2009-04-121-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+17
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-1/+1
* General clean-ups.Kristaps Dzonsons2009-03-311-51/+62
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-0/+1396