summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-241-2/+1
* some scaling unit fixes:schwarze2014-12-231-2/+2
* fix handling of roff requests having a default scale other than "n",schwarze2014-12-041-2/+2
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-11/+4
* header cleanup:schwarze2014-12-011-3/+2
* Add some missing OpenBSD RCS markersschwarze2014-11-281-1/+1
* Switch HTML output to polyglot HTML5; have only one single -Thml mode.schwarze2014-10-071-37/+24
* Clarity with respect to floating point handling:schwarze2014-08-081-2/+2
* Audit strlcpy(3)/strlcat(3) usage.schwarze2014-04-231-7/+3
* fix unchecked snprintf(3) in page header printing:schwarze2014-04-201-3/+6
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-48/+23
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+2
* To find out whether .TP head arguments are same-line or next-line arguments,schwarze2014-03-081-6/+11
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-171-2/+30
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-28/+28
* Minimal implementation of .EX and .EE for GNU compatibility.schwarze2012-06-021-2/+4
* Support .OP, one of the extended man macros; from kristaps@.schwarze2012-02-261-11/+42
* When a man document contains nothing at all except one or more invalidschwarze2011-12-041-1/+6
* Always print <table> column widths in -T[x]html;schwarze2011-10-091-36/+18
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-18/+17
* sync to version 1.11.7 from kristaps@schwarze2011-09-181-2/+1
* sync to version 1.11.5:schwarze2011-09-181-5/+2
* clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html;schwarze2011-07-081-95/+33
* Sync to bsd.lv (all coded by kristaps@):schwarze2011-07-051-8/+34
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-12/+22
* 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-8/+2
* Refrain from throwing fatal errors forschwarze2011-01-171-3/+3
* Merge from bsd.lv, original commit message by kristaps@:schwarze2011-01-161-3/+17
* In literal context, do not generate output line breaks between macroschwarze2011-01-161-14/+6
* If the first character of a free-form text input line is whitespace,schwarze2011-01-161-1/+10
* Remove an unused variable, and use int for array indices (not size_t);schwarze2011-01-091-5/+3
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-7/+6
* Multiple man(7) .IP and .TP fixes started during p2k10:schwarze2011-01-041-22/+10
* Yet another batch of -Thtml polishing from kristaps@:schwarze2010-12-251-29/+24
* Use yet more standard HTML tags,schwarze2010-12-221-97/+79
* Significant improvements to -Thtml by kristaps@:schwarze2010-12-191-96/+32
* Remove `i' and `r' macro handlers. These macros, originally part of theschwarze2010-12-191-3/+1
* Back out my .ft implementation for -Thtml.schwarze2010-12-071-46/+2
* Never print .P, .PP, and .LP header content.schwarze2010-12-061-2/+5
* Now that we have proper .de support in the roff(7) library,schwarze2010-11-291-21/+5
* Implement the roff .ft (change font) request for man(7).schwarze2010-11-291-1/+46
* Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.schwarze2010-10-151-1/+3
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-18/+65
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-3/+2
* Full .nr nS support, unbreaking the kernel manuals.schwarze2010-06-271-2/+3
* Merge bsd.lv release 1.10.0,schwarze2010-06-061-2/+5
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-1/+2
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-1/+2