aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+13
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-1/+2
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-051-4/+38
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-3/+2
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-3/+4
* improve error reporting:Ingo Schwarze2010-06-301-7/+11
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-1/+3
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-3/+3
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-3/+2
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-3/+3
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-2/+2
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-1/+5
* fix an obvious oversight introduced in rev. 1.5:Ingo Schwarze2010-05-241-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-3/+65
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-3/+3
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-161-1/+2
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-151-1/+4
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-0/+39