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