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