| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | add a forgotten "#if HAVE_PLEDGE"; | Ingo Schwarze | 2020-08-07 | 1 | -0/+2 |
* | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze | 2020-08-03 | 8 | -64/+158 |
* | trivial sync with OpenBSD | Ingo Schwarze | 2020-07-30 | 2 | -10/+10 |
* | trivial adjustment of the desired test results | Ingo Schwarze | 2020-07-21 | 28 | -155/+155 |
* | adjust test framework to not require a tty | Ingo Schwarze | 2020-07-21 | 2 | -16/+3 |
* | undocumented options -O outfilename and -O tagfilename | Ingo Schwarze | 2020-07-21 | 5 | -34/+92 |
* | Switch the default pager from "more -s" to "less". | Ingo Schwarze | 2020-07-20 | 6 | -20/+43 |
* | Support the "powerpc64" architecture name. | Ingo Schwarze | 2020-06-29 | 2 | -6/+7 |
* | Briefly mention groff_mdoc(7) below SEE ALSO. While both authoritative | Ingo Schwarze | 2020-06-25 | 1 | -3/+9 |
* | more details about ASCII control characters | Ingo Schwarze | 2020-06-24 | 1 | -0/+4 |
* | Provide a real feature test for __attribute__(). | Ingo Schwarze | 2020-06-22 | 4 | -5/+54 |
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 11 | -19/+39 |
* | John Gardner: handling of ASCII control characters during input | Ingo Schwarze | 2020-06-22 | 1 | -0/+14 |
* | Manually tag the section option. | Ingo Schwarze | 2020-06-17 | 1 | -0/+1 |
* | Sync stringlist implementation with NetBSD. | Ingo Schwarze | 2020-06-15 | 2 | -45/+73 |