| Commit message (Expand) | Author | Age | Files | Lines |
* | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze | 2021-06-28 | 2 | -10/+2 |
* | add a style message about overlong text lines, | Ingo Schwarze | 2021-06-27 | 6 | -3/+19 |
* | new TODO entry: HTML formatting of .nf | Ingo Schwarze | 2021-06-27 | 1 | -0/+5 |
* | three new TODO items | Ingo Schwarze | 2021-06-26 | 1 | -0/+19 |
* | In -W style mode, check .Xr links along the full manpath because | Ingo Schwarze | 2021-06-02 | 4 | -30/+54 |
* | tbl(7) layout "n" specifier for HTML output | Ingo Schwarze | 2021-06-02 | 1 | -0/+6 |
* | In revision 1.157 of cgi.c, a meta viewport element was added to | Ingo Schwarze | 2021-06-02 | 1 | -0/+2 |
* | test private use areas some more as they have proven fragile | Ingo Schwarze | 2021-06-02 | 8 | -38/+74 |
* | Cleanup: | Ingo Schwarze | 2021-06-02 | 4 | -53/+57 |
* | The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters | Ingo Schwarze | 2021-06-02 | 2 | -4/+4 |
* | When looking for column separators on tbl(7) data lines, properly skip | Ingo Schwarze | 2021-05-18 | 1 | -3/+7 |
* | Implement the layout specification "a" (left justify with 1em indentation) | Ingo Schwarze | 2021-05-16 | 1 | -0/+2 |
* | test font modifiers in the layout; related to tbl_html.c rev. 1.34 | Ingo Schwarze | 2021-05-16 | 4 | -2/+49 |
* | implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) | Ingo Schwarze | 2021-05-16 | 2 | -2/+11 |
* | When looking for the last layout row used, we need to look at the layout | Ingo Schwarze | 2021-05-15 | 1 | -4/+5 |
* | Add OpenBSD riscv64 architecture; patch from jsg@. | Ingo Schwarze | 2021-05-13 | 2 | -3/+4 |
* | remove stray byte from broken escape sequence; diff from jmc@ | Ingo Schwarze | 2021-05-12 | 1 | -1/+1 |
* | typo; diff from fcambus@ | Ingo Schwarze | 2021-05-12 | 1 | -1/+1 |
* | \s with arbitrary arg delimiters | Ingo Schwarze | 2021-05-12 | 1 | -0/+4 |
* | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze | 2021-03-30 | 3 | -3/+7 |
* | Append .html suffix to temporary files enabling browsers to recognise it. | Ingo Schwarze | 2021-03-30 | 3 | -5/+7 |
* | double .TH in man(7) | Ingo Schwarze | 2021-03-28 | 1 | -0/+4 |
* | more about .Bd -unfilled | Ingo Schwarze | 2021-03-28 | 1 | -1/+6 |
* | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze | 2020-12-21 | 6 | -26/+26 |
* | MANWIDTH | Ingo Schwarze | 2020-11-13 | 1 | -0/+6 |
* | old groff_char(7) reported by kamil at NetBSD | Ingo Schwarze | 2020-11-12 | 1 | -0/+4 |
* | Delete a sentence pointing to "the Predefined Strings subsection | Ingo Schwarze | 2020-10-31 | 1 | -5/+0 |
* | Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" | Ingo Schwarze | 2020-10-30 | 1 | -2/+2 |
* | Promote section headers that can can be used unmodified as fragment | Ingo Schwarze | 2020-10-30 | 2 | -2/+2 |
* | Correct an embarrassing spelling mistake: | Ingo Schwarze | 2020-10-28 | 1 | -1/+1 |
* | Improve the HISTORY and AUTHORS sections, using information | Ingo Schwarze | 2020-10-28 | 1 | -10/+21 |
* | error message simplifications requested by deraadt@ | Ingo Schwarze | 2020-10-26 | 1 | -0/+4 |
* | The GNU tbl(1) program contained in the groff package internally | Ingo Schwarze | 2020-10-25 | 7 | -17/+6 |
* | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze | 2020-10-24 | 8 | -21/+35 |
* | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze | 2020-10-16 | 13 | -111/+58 |
* | add missing mention of Werner Lemberg, | Ingo Schwarze | 2020-10-14 | 1 | -2/+7 |
* | add example to apropos.1 to list all manuals in a given section; | Ingo Schwarze | 2020-10-01 | 1 | -1/+5 |
* | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze | 2020-09-09 | 6 | -15/+41 |
* | Do not abuse assert(3) to react to absurd input; the purpose of assert(3) | Ingo Schwarze | 2020-09-09 | 1 | -2/+16 |
* | assertion found in jes@'es afl run: .TS .if n .ce | Ingo Schwarze | 2020-09-07 | 1 | -0/+15 |
* | After .ti, there are many reasons why the offset may change, so setting | Ingo Schwarze | 2020-09-06 | 2 | -7/+16 |
* | Fix two issues with .po (page offset) formatting: | Ingo Schwarze | 2020-09-03 | 4 | -7/+66 |
* | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze | 2020-09-03 | 4 | -13/+70 |
* | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze | 2020-09-02 | 3 | -16/+29 |
* | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze | 2020-09-01 | 10 | -5/+132 |
* | more info from John Gardner about ASCII control chars in roff(7) input | Ingo Schwarze | 2020-09-01 | 1 | -0/+1 |
* | Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>: | Ingo Schwarze | 2020-08-27 | 1 | -4/+1 |
* | Fix a regression caused by the insertion of two new tokens, | Ingo Schwarze | 2020-08-27 | 1 | -9/+17 |
* | Make it more explicit that the statement "-O tag does not work with less(1)" | Ingo Schwarze | 2020-08-27 | 1 | -1/+8 |
* | Avoid artifacts in the most common case of closing conditional blocks | Ingo Schwarze | 2020-08-27 | 1 | -1/+3 |