aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-17/+22
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-3/+7
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-305/+185
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+12
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-2/+2
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-8/+4
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-29/+30
* .Sq should use curly right quotes in HTML output to match its curlyIngo Schwarze2012-08-121-4/+4