summaryrefslogtreecommitdiffstats
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-1/+1
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-101-0/+1
* Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync,Kristaps Dzonsons2010-12-061-42/+54
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-0/+1
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-061-0/+1
* Remove long-standing FIXME regarding the consolidation of WIDTHARG andKristaps Dzonsons2010-12-051-2/+0
* Merge schwarze@'s patch to allow uname() to fail without causing an exit.Kristaps Dzonsons2010-12-051-1/+1
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-2/+1
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-0/+2
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-011-0/+1
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-291-2/+1
* Use proper error for `An' multiple arguments.Kristaps Dzonsons2010-10-111-1/+1
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-406/+28
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-11/+400
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-271-0/+1
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-2/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-1/+12
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-0/+1
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-051-3/+37
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-2/+1
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-2/+3
* improve error reporting:Ingo Schwarze2010-06-301-6/+10
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-0/+2
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-2/+2
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-2/+1
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-2/+2
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-1/+1
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-0/+4
* fix an obvious oversight introduced in rev. 1.5:Ingo Schwarze2010-05-241-1/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-2/+64
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-2/+2
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-161-0/+1
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-151-0/+3
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-0/+39