summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"schwarze2015-01-231-6/+6
* support negative horizontal widths in man(7);schwarze2014-12-231-3/+7
* some scaling unit fixes:schwarze2014-12-231-3/+3
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-2/+3
* header cleanup:schwarze2014-12-011-3/+2
* Multiple fixes with respect to .Pf:schwarze2014-11-301-2/+3
* Multiple fixes with respect to .Eo:schwarze2014-11-271-9/+14
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsschwarze2014-11-271-2/+2
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,schwarze2014-11-191-3/+5
* Multiple fixes with respect to in-line macros:schwarze2014-11-171-2/+13
* Major bugsquashing with respect to -offset and -width:schwarze2014-10-301-28/+14
* Switch HTML output to polyglot HTML5; have only one single -Thml mode.schwarze2014-10-071-37/+23
* implement .An -[no]split for -Thtmlschwarze2014-09-171-4/+28
* Right after .Fl, a middle delimiter triggers an empty scope,schwarze2014-08-211-4/+5
* Revert previous, as requested by kristaps@.schwarze2014-08-141-5/+7
* Use <em> for .Em and .Bf -emphasis.schwarze2014-08-131-7/+5
* Bring the handling of defective prologues even closer to groff,schwarze2014-08-081-4/+9
* Clarity with respect to floating point handling:schwarze2014-08-081-3/+3
* Various improvements related to .Ex and .Rv:schwarze2014-08-081-25/+31
* When .Sm is called without an argument, groff toggles the spacing mode,schwarze2014-07-021-15/+8
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,schwarze2014-07-021-9/+24
* Audit strlcpy(3)/strlcat(3) usage.schwarze2014-04-231-17/+22
* fix unchecked snprintf(3) in page header printing:schwarze2014-04-201-3/+7
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-305/+185
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-2/+12
* It turns out SYNOPSIS mode does not imply .Bk in general,schwarze2013-12-241-2/+2
* When deciding whether two consecutive macros are on the same input line,schwarze2013-12-241-8/+4
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-29/+30
* .Sq should use curly right quotes in HTML output to match its curlymatthew2012-08-121-4/+4
* Correct .Eo spacing:schwarze2011-11-031-2/+6
* Remove a bunch of useless assignments,schwarze2011-10-161-2/+2
* Always print <table> column widths in -T[x]html;schwarze2011-10-091-38/+18
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-16/+17
* sync to version 1.11.7 from kristaps@schwarze2011-09-181-19/+30
* sync to version 1.11.5:schwarze2011-09-181-5/+2
* Sync to bsd.lv (all coded by kristaps@):schwarze2011-07-051-3/+6
* Have -T[x]html print out the link target for `Lk'schwarze2011-06-181-4/+5
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-35/+33
* Merge version 1.11.1:schwarze2011-04-241-79/+175
* Merge version 1.10.10:schwarze2011-04-211-2/+7
* Import the foundation for eqn(7) support.schwarze2011-03-201-1/+4
* Clean up date handling,schwarze2011-03-071-5/+2
* Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.schwarze2011-02-061-2/+10
* If .Ns is specified on its own line, ignore it, like groff does;schwarze2011-02-061-2/+3
* When in a <PRE>, don't print out the <BR> before lines that haveschwarze2011-01-311-3/+17
* Make .Bx accept not more than two arguments.schwarze2011-01-301-7/+15
* Merge from bsd.lv, original commit message by kristaps@:schwarze2011-01-161-5/+21
* If the first character of a free-form text input line is whitespace,schwarze2011-01-161-1/+3
* Remove an unused variable, and use int for array indices (not size_t);schwarze2011-01-091-4/+5
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-3/+6