summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/html.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-1/+2
* header cleanup:schwarze2014-12-011-3/+6
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
* Make the character table available to libroff so it can check theschwarze2014-10-281-2/+2
* Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.schwarze2014-10-101-1/+2
* parse and render "from" and "to" clauses in eqn, and render matrices;schwarze2014-10-091-1/+4
* initial bits of MathML rendering for eqn(7) -Thtml;schwarze2014-10-091-1/+16
* Switch HTML output to polyglot HTML5; have only one single -Thml mode.schwarze2014-10-071-15/+5
* implement .An -[no]split for -Thtmlschwarze2014-09-171-1/+3
* Revert previous, as requested by kristaps@.schwarze2014-08-141-2/+1
* Use <em> for .Em and .Bf -emphasis.schwarze2014-08-131-1/+2
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-7/+7
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextschwarze2012-05-281-1/+2
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-4/+6
* sync to version 1.11.5:schwarze2011-09-181-1/+2
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-9/+9
* When in a <PRE>, don't print out the <BR> before lines that haveschwarze2011-01-311-3/+4
* Merge from bsd.lv, original commit message by kristaps@:schwarze2011-01-161-1/+4
* Sync tbl handling to bsd.lv release 1.10.9:schwarze2011-01-091-11/+9
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-1/+2
* Yet another batch of -Thtml polishing from kristaps@:schwarze2010-12-251-6/+6
* More small -Thtml improvements by kristaps@,schwarze2010-12-221-3/+5
* Significant improvements to -Thtml by kristaps@:schwarze2010-12-191-11/+8
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-1/+2
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-3/+5
* Merge the good parts of 1.9.23,schwarze2010-04-071-13/+12
* sync to release 1.9.15:schwarze2010-02-181-4/+8
* sync to 1.9.14: rewrite escape sequence handling:schwarze2009-12-241-2/+12
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-1/+7
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-6/+10
* sync to 1.9.9, featuring:schwarze2009-10-211-0/+133