aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-25/+26
* Generate simpler in-page links: just replace spaces with underscores.Ingo Schwarze2016-01-041-4/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-55/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-96/+96
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-6/+1
* resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze2015-09-261-9/+5
* Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze2015-09-261-3/+4
* If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze2015-08-301-4/+3
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-18/+11
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Restore the page headers and page footers that accidentally got lostIngo Schwarze2015-04-161-7/+3
* Third step towards parser unification:Ingo Schwarze2015-04-021-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-7/+7
* First step towards parser unification:Ingo Schwarze2015-04-021-54/+55
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-031-1/+3
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-5/+6
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-4/+3
* fix handling of empty .An macrosIngo Schwarze2015-02-051-4/+1
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-7/+4
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-14/+52
* Have pity on the poor stack.Ingo Schwarze2015-01-301-4/+5
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-6/+6
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-3/+7
* some scaling unit fixes:Ingo Schwarze2014-12-231-3/+3
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-2/+3
* header cleanup:Ingo Schwarze2014-12-011-3/+2
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-2/+3
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-9/+14
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-2/+2
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-3/+5
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-2/+13
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-28/+14
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-2/+2
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-2/+2
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-6/+6
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-8/+1
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-25/+24
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-5/+3
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-7/+5
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-271-7/+5
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-171-4/+28
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-4/+5
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-5/+7
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-7/+5
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-4/+9
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-3/+3
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-25/+31
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-15/+8
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-9/+24