summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bentley@ suggests Unicode table borders;Ingo Schwarze2014-10-141-2/+3
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-147-11/+91
* implement font modifiers in table layoutsIngo Schwarze2014-10-132-24/+41
* Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze2014-10-131-2/+6
* Stricter syntax checking of Unicode character names:Ingo Schwarze2014-10-131-12/+11
* sync with OpenBSD:Ingo Schwarze2014-10-131-1/+2
* Do not warn about declarations of functions returning function pointers,Ingo Schwarze2014-10-131-3/+5
* Clarify: SEE ALSO sections are sorted case insensitively.Ingo Schwarze2014-10-131-1/+1
* add missing entry for .ll to the dispatch table;Ingo Schwarze2014-10-121-0/+1
* bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)Ingo Schwarze2014-10-121-0/+10
* Improve error handling in the eqn(7) parser.Ingo Schwarze2014-10-125-116/+119
* major upgrade to eqn(7) terminal output;Ingo Schwarze2014-10-121-17/+64
* document the semantics of operation keywordsIngo Schwarze2014-10-121-10/+237
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-1/+1
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-114-1/+38
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-105-5/+5
* Drop trailing whitespace, adjust a few indentations,Ingo Schwarze2014-10-102-30/+29
* No need to assert() that a pointer is non-null right before dereferencing it.Ingo Schwarze2014-10-101-3/+0
* Make eqn(7) -Ttree output more useful:Ingo Schwarze2014-10-101-8/+27
* tasks found while reading the eqn(7) User's GuideIngo Schwarze2014-10-101-5/+17
* Ignore "delim" command.Kristaps Dzonsons2014-10-101-0/+1
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-109-778/+883
* be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze2014-10-071-2/+2
* If a tbl(7) layout contains unknown font modifiers, fall back to theIngo Schwarze2014-10-072-2/+12
* note HTML max-width issueIngo Schwarze2014-10-061-0/+6
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-283-4/+13
* Crudely accomodate for matrices by way of adjacent tables. We don't do thisKristaps Dzonsons2014-09-281-0/+9
* Parse from/to clauses in eqn.Kristaps Dzonsons2014-09-282-1/+7
* Support a decent subset of eqn(7) in MathML.Kristaps Dzonsons2014-09-281-26/+154
* Add support for some MathML elements and attributes in our HTML5.Kristaps Dzonsons2014-09-282-0/+30
* Make eqn tree output a bit more useful.Kristaps Dzonsons2014-09-281-2/+2
* Add support for EQNPOS_SUBSUP and a doubly-linked eqn_box list.Kristaps Dzonsons2014-09-282-5/+25
* Have Makefile build mandoc(1) before it tries to generate the HTML.Kristaps Dzonsons2014-09-271-0/+2
* Modify man.cgi to use HTML5.Kristaps Dzonsons2014-09-271-5/+2
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-275-38/+16
* Specify the spacer in the overridable CSS.Kristaps Dzonsons2014-09-272-0/+2
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-274-13/+26
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-274-17/+3
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-276-55/+52
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-274-11/+11
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-274-15/+8
* Kick out two attibutes we don't use any more in HTML5.Kristaps Dzonsons2014-09-272-4/+0
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-274-12/+15
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-272-38/+6
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-172-47/+18
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-172-3/+29
* Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks.Ingo Schwarze2014-09-171-1/+1
* Support backslash-escaping of white space in the query expression,Ingo Schwarze2014-09-142-33/+38
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-124-2/+34
* document new SEE ALSO .Xr warningsIngo Schwarze2014-09-122-1/+17