summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).schwarze2015-01-211-2/+9
* resolve some code duplication; no functional changeschwarze2014-12-201-27/+19
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-2/+3
* The header libmandoc.h is part of the internal parser interface,schwarze2014-12-011-2/+1
* In terminal output, unify handling of Unicode and numbered characterschwarze2014-10-291-4/+7
* Make the character table available to libroff so it can check theschwarze2014-10-281-22/+4
* Handle output encoding for unicode, numbered and named escape sequencesschwarze2014-10-271-23/+11
* Fix a regression in term.c rev. 1.89 reported by bentley@:schwarze2014-10-271-5/+6
* Improve -Tascii output for Unicode escape sequences: For the first 512schwarze2014-10-261-3/+13
* Add missing */ after $OpenBSD$ tagchl2014-10-131-1/+1
* 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-58/+38
* Revert previous, as requested by kristaps@.schwarze2014-08-141-2/+1
* Begin cleanup of scaling units.schwarze2014-08-131-1/+3
* Use <em> for .Em and .Bf -emphasis.schwarze2014-08-131-1/+2
* Security fix:schwarze2014-07-231-27/+38
* Security fix:schwarze2014-07-221-2/+5
* Audit strlcpy(3)/strlcat(3) usage.schwarze2014-04-231-1/+7
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-67/+59
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* Implement the \: (optional line break) escape sequence,schwarze2014-01-221-3/+9
* Fix one case where a non-literal is used as format string.schwarze2014-01-051-2/+2
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".schwarze2013-08-081-10/+35
* Implement the roff \z escape sequence, intended to output the nextschwarze2012-05-281-25/+58
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-3/+7
* clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html;schwarze2011-07-081-2/+4
* Sync to bsd.lv (all coded by kristaps@):schwarze2011-07-051-2/+1
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-212/+129
* Merge version 1.11.1:schwarze2011-04-241-10/+1
* Merge version 1.10.10:schwarze2011-04-211-50/+9
* Implement the \N'number' (numbered character) roff escape sequence.schwarze2011-01-301-1/+17
* Merge from bsd.lv, original commit message by kristaps@:schwarze2011-01-161-2/+15
* In case an ID attribute is written in pieces, only protect the firstschwarze2010-12-271-10/+14
* Yet another batch of -Thtml polishing from kristaps@:schwarze2010-12-251-29/+27
* More small -Thtml improvements by kristaps@,schwarze2010-12-221-15/+17
* Significant improvements to -Thtml by kristaps@:schwarze2010-12-191-8/+12
* * need a space before .No even if it starts with a closing delimiterschwarze2010-10-011-1/+3
* Merge the last bits of 1.10.6 (released today), most were already in:schwarze2010-09-271-3/+3
* Implement a simple, consistent user interface for error handling.schwarze2010-08-201-3/+3
* Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.schwarze2010-07-311-1/+3
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-13/+31
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-13/+27
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isschwarze2010-06-271-6/+6
* Merge more bits that will be going into 1.10.1:schwarze2010-06-081-3/+1
* When a word does not fully fit onto the output line, but it containsschwarze2010-05-261-16/+15
* merge 1.9.24, keeping local patches; some changes:schwarze2010-05-141-2/+6
* Merge the good parts of 1.9.23,schwarze2010-04-071-6/+1
* sync to release 1.9.15:schwarze2010-02-181-20/+112