summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a goddamn subtle error causing MDOC_LITERAL to remain set after aKristaps Dzonsons2010-12-011-1/+1
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-013-4/+14
* Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh' handling.Kristaps Dzonsons2010-12-011-4/+12
* Restore the Id tag that i clobbered in my previous commit,Ingo Schwarze2010-11-301-1/+1
* Merge OpenBSD mdoc.7 rev. 1.56 and 1.57:Ingo Schwarze2010-11-301-15/+25
* Kill man_action.c.Kristaps Dzonsons2010-11-305-114/+3
* Move all man_action.c routines into man_validate.cKristaps Dzonsons2010-11-302-198/+198
* Simplify the many if ( ! mdoc_nmsg()) return(0) etc. calls with just theKristaps Dzonsons2010-11-301-168/+157
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-305-236/+5
* Moved all prologue actions from mdoc_action.c into mdoc_validate.c. TheKristaps Dzonsons2010-11-302-337/+299
* Move post_bl() and subfunctions from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-302-152/+157
* Move -column list validation and normal-formisation from mdoc_action.cKristaps Dzonsons2010-11-302-67/+56
* Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-293-50/+42
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-294-102/+78
* Move `Lb' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-292-39/+26
* Move `At' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-292-48/+36
* Move `Sh' validation from mdoc_action.c. into mdoc_validate.c.Kristaps Dzonsons2010-11-292-86/+46
* Clarifying role of pre_pp (now pre_par), which was confusing me due toKristaps Dzonsons2010-11-291-7/+9
* Note that `Rv' and `Ex' have different values if a manual name has beenKristaps Dzonsons2010-11-291-0/+4
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-296-56/+54
* Migrate action for `Rs' into mdoc_validate.c.Kristaps Dzonsons2010-11-292-101/+104
* new: parametric .de, and header lines of excessive lengthIngo Schwarze2010-11-031-0/+13
* a bunch of small issues collected during p2k10Ingo Schwarze2010-10-291-0/+20
* Referring to terms explained in other manuals, always use .Xr.Ingo Schwarze2010-10-291-2/+2
* Remove a left-over ".Xr groff 1"; patch from jmc@.Ingo Schwarze2010-10-291-2/+1
* When mentioning a function documented elsewhere, .Xr is often better than .Fn.Ingo Schwarze2010-10-241-0/+3
* let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze2010-10-232-2/+2
* new: escape sequence handlingIngo Schwarze2010-10-231-3/+7
* two new TODOs based on submissions by Ulrich SpoerleinIngo Schwarze2010-10-191-0/+13
* dream about .de support,Ingo Schwarze2010-10-171-5/+18
* Use proper error for `An' multiple arguments.Kristaps Dzonsons2010-10-113-6/+7
* Quiesce Linux header-inclusion warnings.Kristaps Dzonsons2010-10-112-0/+2
* Initial commit of cleaned-up validation code for -mdoc. Remove thoseKristaps Dzonsons2010-10-111-81/+123
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-103-4/+14
* Cleaned up library manuals: removed old escapes, added EXAMPLES, strippedKristaps Dzonsons2010-10-103-87/+26
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-043-415/+506
* style cleanup, no functional change:Ingo Schwarze2010-10-021-22/+14
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-023-416/+400
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-016-25/+13
* Fix small regression where `Op' had an extra space between the "[" and the SPAN.Kristaps Dzonsons2010-10-011-0/+1
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-274-10/+6
* Added TODO for more `Pp' warnings.Kristaps Dzonsons2010-09-271-0/+4
* A minor issue with \& between .Pp found while merging 1.10.6.Ingo Schwarze2010-09-271-0/+4
* Prepping for version.VERSION.1.10.6Kristaps Dzonsons2010-09-272-2/+17
* Consider both `Lp' and `Pp' when stripping prior paragraph marks.Kristaps Dzonsons2010-09-271-1/+6
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-274-4/+42
* Remove finished TODO.Kristaps Dzonsons2010-09-271-2/+0
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-274-7/+25
* Added MIPS64. From a patch by Jason McIntyre.Kristaps Dzonsons2010-09-272-0/+2
* sync to OpenBSD:Ingo Schwarze2010-09-261-2/+2