aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* major upgrade to eqn(7) terminal output;Ingo Schwarze2014-10-121-18/+65
* document the semantics of operation keywordsIngo Schwarze2014-10-121-12/+239
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-2/+2
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-114-6/+43
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-105-10/+10
* Drop trailing whitespace, adjust a few indentations,Ingo Schwarze2014-10-102-32/+31
* No need to assert() that a pointer is non-null right before dereferencing it.Ingo Schwarze2014-10-101-4/+1
* Make eqn(7) -Ttree output more useful:Ingo Schwarze2014-10-101-9/+28
* tasks found while reading the eqn(7) User's GuideIngo Schwarze2014-10-101-6/+18
* Ignore "delim" command.Kristaps Dzonsons2014-10-101-1/+2
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-109-789/+894
* be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze2014-10-071-3/+3
* If a tbl(7) layout contains unknown font modifiers, fall back to theIngo Schwarze2014-10-072-5/+15
* note HTML max-width issueIngo Schwarze2014-10-061-1/+7
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-283-7/+16
* Crudely accomodate for matrices by way of adjacent tables. We don't do thisKristaps Dzonsons2014-09-281-1/+10
* Parse from/to clauses in eqn.Kristaps Dzonsons2014-09-282-3/+9
* Support a decent subset of eqn(7) in MathML.Kristaps Dzonsons2014-09-281-27/+155
* Add support for some MathML elements and attributes in our HTML5.Kristaps Dzonsons2014-09-282-2/+32
* Make eqn tree output a bit more useful.Kristaps Dzonsons2014-09-281-3/+3
* Add support for EQNPOS_SUBSUP and a doubly-linked eqn_box list.Kristaps Dzonsons2014-09-282-7/+27
* Have Makefile build mandoc(1) before it tries to generate the HTML.Kristaps Dzonsons2014-09-271-1/+3
* Modify man.cgi to use HTML5.Kristaps Dzonsons2014-09-271-6/+3
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-275-44/+22
* Specify the spacer in the overridable CSS.Kristaps Dzonsons2014-09-272-2/+4
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-274-17/+30
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-274-21/+7
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-276-61/+58
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-274-15/+15
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-274-19/+12
* Kick out two attibutes we don't use any more in HTML5.Kristaps Dzonsons2014-09-272-6/+2
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-274-16/+19
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-272-40/+8
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-172-49/+20
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-172-5/+31
* Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks.Ingo Schwarze2014-09-171-3/+3
* Support backslash-escaping of white space in the query expression,Ingo Schwarze2014-09-142-36/+41
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-124-6/+38
* document new SEE ALSO .Xr warningsIngo Schwarze2014-09-122-5/+21
* warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze2014-09-113-3/+72
* If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze2014-09-091-12/+16
* warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze2014-09-074-13/+52
* Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze2014-09-071-3/+3
* fix debugging outputIngo Schwarze2014-09-071-2/+2
* always use the right buffer, and fix one evil typoIngo Schwarze2014-09-071-2/+5
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-072-3/+10
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-072-13/+12
* Simplify by handling empty request lines at the one logical placeIngo Schwarze2014-09-064-35/+17
* Move main format autodetection from the parser dispatcher to theIngo Schwarze2014-09-063-31/+63
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-035-75/+210