summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/eqn_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The header file "html.h" uses enum roff_tok,schwarze2019-03-171-1/+2
* Cleanup, no functional change:schwarze2018-12-131-1/+2
* do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;schwarze2017-07-141-1/+4
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-3/+3
* The EQN_LISTONE box type is pointless.schwarze2017-07-051-4/+7
* Consistently treat character escape sequences as operators,schwarze2017-06-231-9/+15
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,schwarze2017-06-231-4/+50
* KNF: remove parentheses from switch case labels; no binary changeschwarze2017-06-201-9/+9
* Simplify the usage of print_otag() by making it accept a variableschwarze2017-01-171-35/+29
* Improve error handling in the eqn(7) parser.schwarze2014-10-121-5/+9
* Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.schwarze2014-10-101-145/+114
* parse and render "from" and "to" clauses in eqn, and render matrices;schwarze2014-10-091-3/+15
* initial bits of MathML rendering for eqn(7) -Thtml;schwarze2014-10-091-22/+150
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-9/+5
* sync to version 1.11.5:schwarze2011-09-181-0/+81