aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-124/+129
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+2
* Full `%U' support.Kristaps Dzonsons2009-10-261-3/+1
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-2/+3
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-2/+3
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-3/+3
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-2/+4
* Removed superfluous FIXMEs.Kristaps Dzonsons2009-07-241-3/+2
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-2/+4
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-3/+1
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-2/+1
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-2/+1
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-9/+2
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+2
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-40/+26
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-15/+14
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-2/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-1/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-2/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-2/+2
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-3/+1
* Added %Q macro.Kristaps Dzonsons2009-03-211-2/+3
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-3/+3
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+3
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-4/+4
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-3/+5
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+5