| Commit message (Expand) | Author | Age | Files | Lines |
* | In HTML output, correctly render .Bd -unfilled in proportionally-spaced |  schwarze | 2021-03-30 | 2 | -4/+8 |
* | Append .html suffix to temporary files enabling browsers to recognise it |  kn | 2021-02-19 | 3 | -8/+10 |
* | Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" |  schwarze | 2020-10-30 | 1 | -3/+3 |
* | Promote section headers that can can be used unmodified as fragment |  schwarze | 2020-10-30 | 2 | -4/+4 |
* | The GNU tbl(1) program contained in the groff package internally |  schwarze | 2020-10-25 | 1 | -12/+1 |
* | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). |  schwarze | 2020-10-24 | 1 | -9/+16 |
* | In HTML output, avoid printing a newline right after <pre> |  schwarze | 2020-10-16 | 3 | -17/+14 |
* | add a missing .Pp |  schwarze | 2020-10-01 | 1 | -2/+3 |
* | add example to apropos.1 to list all manuals in a given section |  ians | 2020-10-01 | 1 | -2/+5 |
* | Element next-line scopes can nest. Consequently, even when closing |  schwarze | 2020-09-09 | 1 | -5/+7 |
* | Do not abuse assert(3) to react to absurd input; the purpose of assert(3) |  schwarze | 2020-09-09 | 1 | -3/+17 |
* | After .ti, there are many reasons why the offset may change, so setting |  schwarze | 2020-09-06 | 2 | -7/+16 |
* | Fix two issues with .po (page offset) formatting: |  schwarze | 2020-09-03 | 1 | -5/+13 |
* | If .ti had an excessive argument, using it was attempted, in some |  schwarze | 2020-09-03 | 1 | -12/+22 |
* | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. |  schwarze | 2020-09-02 | 1 | -12/+9 |
* | Ignore unreasonably large spacing modifiers in tbl layouts. |  schwarze | 2020-09-01 | 4 | -6/+17 |
* | Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>: |  schwarze | 2020-08-27 | 1 | -5/+2 |
* | Fix a regression caused by the insertion of two new tokens, |  schwarze | 2020-08-27 | 1 | -10/+18 |
* | Make it more explicit that the statement "-O tag does not work with less(1)" |  schwarze | 2020-08-27 | 1 | -3/+10 |
* | Avoid artifacts in the most common case of closing conditional blocks |  schwarze | 2020-08-27 | 1 | -2/+4 |
* | Put the code handling \} into a new function roff_cond_checkend() |  schwarze | 2020-08-03 | 1 | -59/+64 |
* | undocumented options -O outfilename and -O tagfilename |  schwarze | 2020-07-21 | 5 | -39/+97 |
* | as jmc@ points out, i missed a few instances of .Xr more 1 |  schwarze | 2020-07-20 | 3 | -10/+7 |
* | Switch the default pager from "more -s" to "less". |  schwarze | 2020-07-20 | 4 | -14/+14 |
* | Support the "powerpc64" architecture name. |  schwarze | 2020-06-29 | 2 | -7/+8 |
* | Manually tag the section option. |  schwarze | 2020-06-17 | 1 | -2/+3 |
* | document -T html -O tag as implemented in main.c rev. 1.253 |  schwarze | 2020-06-15 | 1 | -2/+19 |
* | Support -T html -O tag by passing a file:// URI to the pager. |  schwarze | 2020-06-15 | 1 | -17/+24 |
* | Fix a regression in rev. 1.238 (2019/07/26): |  otto | 2020-06-11 | 1 | -2/+2 |
* | While we do not recommend the idiom ".Fl Fl long" for long options |  schwarze | 2020-04-26 | 1 | -2/+26 |
* | provide a STYLE message when mandoc knows the file name and the extension |  schwarze | 2020-04-24 | 7 | -16/+52 |
* | In fragment identifiers, use ~%d for ordinal suffixes, |  schwarze | 2020-04-20 | 1 | -3/+4 |
* | When .Bd, .D1, or .Dl is tagged, attach the permalink |  schwarze | 2020-04-19 | 1 | -24/+41 |
* | Correctly handle non-unique tags even when NODE_ID and NODE_HREF fall |  schwarze | 2020-04-19 | 2 | -38/+49 |
* | When a .Tg is attached to a paragraph, attach the permalink |  schwarze | 2020-04-18 | 9 | -24/+72 |
* | Use a separate node->tag attribute rather than abusing the node->string |  schwarze | 2020-04-08 | 7 | -71/+68 |
* | Separate the place to put the <a href> permalink (now marked |  schwarze | 2020-04-07 | 5 | -12/+115 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. |  schwarze | 2020-04-06 | 7 | -44/+113 |
* | automatically tag .SH and .SS in man(7) terminal output |  schwarze | 2020-04-04 | 2 | -4/+26 |
* | Remove some stray argument names from function prototypes, |  schwarze | 2020-04-03 | 7 | -23/+37 |
* | #include <stdint.h> because that is needed before #include <ohash.h>; |  schwarze | 2020-04-03 | 1 | -1/+2 |
* | When the last file formatted yielded no tags, the tags file got |  schwarze | 2020-04-02 | 6 | -85/+70 |
* | Copy tagged strings before marking hyphens as breakable. |  schwarze | 2020-04-02 | 1 | -4/+8 |
* | Just like we are already doing it in HTML output, automatically tag |  schwarze | 2020-04-01 | 2 | -27/+39 |
* | Even though the HTML, man, markdown, PDF, PostScript, and tree formatters |  schwarze | 2020-03-28 | 1 | -13/+10 |
* | When setting automatic tags, skip initial hyphens and minus signs, |  schwarze | 2020-03-21 | 1 | -3/+19 |
* | The tag file always needs to be closed before starting the pager, |  schwarze | 2020-03-19 | 1 | -2/+3 |
* | Properly reset the validation part of the tagging module between files. |  schwarze | 2020-03-13 | 2 | -2/+7 |
* | Split tagging into a validation part including prioritization |  schwarze | 2020-03-13 | 16 | -788/+823 |
* | The HTML standard does not allow self-closing syntax for non-void elements. |  schwarze | 2020-02-27 | 2 | -5/+5 |