aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
Commit message (Expand)AuthorAgeFilesLines
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-161-1/+2
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-1/+2
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-1/+3
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-221-117/+76
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-10/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-2/+2
* Clean up date handling,Ingo Schwarze2011-03-071-3/+3
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-1/+4
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+2
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-251-2/+2
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-1/+5
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-261-2/+1
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-251-2/+2
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-1/+6
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-11/+2
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-7/+16
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-161-2/+2
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-1/+2
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-2/+3
* Revert merging of {mdoc,man}.h -> mandoc.h.Kristaps Dzonsons2010-10-041-9/+386
* Unify mdoc and man enums and structs into mandoc.h. This is part of theKristaps Dzonsons2010-10-021-328/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-6/+2
* Finally make mdoc argv CPP-defines into a proper enum.Kristaps Dzonsons2010-07-211-31/+32
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-1/+3
* Cached `An' arguments in struct mdoc_an. Note that this isn't aKristaps Dzonsons2010-07-021-1/+12
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-2/+14
* Lint fixes.Kristaps Dzonsons2010-07-021-2/+2
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-3/+3
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-1/+9
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-2/+3
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-7/+4
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+4
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-1/+2
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-1/+2
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-5/+6
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-2/+6
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-2/+8
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-2/+12
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-1/+20
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-9/+2
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-2/+2
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-15/+15
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+2
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-3/+4
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-2/+1