| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | note HTML max-width issue | Ingo Schwarze | 2014-10-06 | 1 | -0/+6 |
* | Change "to" and "from" commands to use munder, mover, and munderover. | Kristaps Dzonsons | 2014-09-28 | 3 | -4/+13 |
* | Crudely accomodate for matrices by way of adjacent tables. We don't do this | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+9 |
* | Parse from/to clauses in eqn. | Kristaps Dzonsons | 2014-09-28 | 2 | -1/+7 |
* | Support a decent subset of eqn(7) in MathML. | Kristaps Dzonsons | 2014-09-28 | 1 | -26/+154 |
* | Add support for some MathML elements and attributes in our HTML5. | Kristaps Dzonsons | 2014-09-28 | 2 | -0/+30 |
* | Make eqn tree output a bit more useful. | Kristaps Dzonsons | 2014-09-28 | 1 | -2/+2 |
* | Add support for EQNPOS_SUBSUP and a doubly-linked eqn_box list. | Kristaps Dzonsons | 2014-09-28 | 2 | -5/+25 |
* | Have Makefile build mandoc(1) before it tries to generate the HTML. | Kristaps Dzonsons | 2014-09-27 | 1 | -0/+2 |
* | Modify man.cgi to use HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -5/+2 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 5 | -38/+16 |
* | Specify the spacer in the overridable CSS. | Kristaps Dzonsons | 2014-09-27 | 2 | -0/+2 |
* | Remove <p> in favour of <div class="spacer">. | Kristaps Dzonsons | 2014-09-27 | 4 | -13/+26 |
* | Remove last hard-coded width attribute. | Kristaps Dzonsons | 2014-09-27 | 4 | -17/+3 |
* | HTML5-isation: remove more alignments. | Kristaps Dzonsons | 2014-09-27 | 6 | -55/+52 |
* | Continue in HTML5-ing by kicking out some hard-coded alignments. | Kristaps Dzonsons | 2014-09-27 | 4 | -11/+11 |
* | Kick out "summary" attribute, which isn't HTML5. | Kristaps Dzonsons | 2014-09-27 | 4 | -15/+8 |
* | Kick out two attibutes we don't use any more in HTML5. | Kristaps Dzonsons | 2014-09-27 | 2 | -4/+0 |
* | First, add space for default styling for HTML5 (non-fragment) output. | Kristaps Dzonsons | 2014-09-27 | 4 | -12/+15 |
* | First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier. | Kristaps Dzonsons | 2014-09-27 | 2 | -38/+6 |
* | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze | 2014-09-17 | 2 | -47/+18 |
* | implement .An -[no]split for -Thtml | Ingo Schwarze | 2014-09-17 | 2 | -3/+29 |
* | Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks. | Ingo Schwarze | 2014-09-17 | 1 | -1/+1 |
* | Support backslash-escaping of white space in the query expression, | Ingo Schwarze | 2014-09-14 | 2 | -33/+38 |
* | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze | 2014-09-12 | 4 | -2/+34 |
* | document new SEE ALSO .Xr warnings | Ingo Schwarze | 2014-09-12 | 2 | -1/+17 |
* | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze | 2014-09-11 | 3 | -0/+69 |
* | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze | 2014-09-09 | 1 | -11/+15 |
* | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | 2014-09-07 | 4 | -8/+47 |
* | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze | 2014-09-07 | 1 | -2/+2 |
* | fix debugging output | Ingo Schwarze | 2014-09-07 | 1 | -1/+1 |
* | always use the right buffer, and fix one evil typo | Ingo Schwarze | 2014-09-07 | 1 | -1/+4 |
* | Parse and ignore the .pl (page length) request; | Ingo Schwarze | 2014-09-07 | 2 | -0/+7 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | 2014-09-07 | 2 | -11/+10 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 4 | -31/+13 |
* | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze | 2014-09-06 | 3 | -28/+60 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 5 | -70/+205 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 5 | -19/+39 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 8 | -42/+78 |
* | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze | 2014-09-01 | 1 | -0/+7 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 3 | -3/+7 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 4 | -14/+103 |
* | On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity. | Ingo Schwarze | 2014-08-28 | 2 | -2/+6 |
* | Support .St -susv1 and .St -susv4. Illumos wants to use this, | Ingo Schwarze | 2014-08-28 | 2 | -2/+8 |
* | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze | 2014-08-28 | 1 | -5/+0 |
* | Sync section titles with OpenBSD. | Ingo Schwarze | 2014-08-26 | 2 | -8/+8 |
* | When support for bold italic font was added to the parsers and to the | Ingo Schwarze | 2014-08-24 | 1 | -35/+139 |
* | without search results, skip the processing loops and the parser | Ingo Schwarze | 2014-08-23 | 1 | -0/+8 |
* | do not leak a file descriptor on fdopen(3) failure; from doug@ | Ingo Schwarze | 2014-08-23 | 1 | -0/+2 |
* | Let man(1) display preformatted manuals by simply reading them | Ingo Schwarze | 2014-08-23 | 1 | -19/+55 |