Age | Commit message (Expand) | Author |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-07-18 | Let the mandoc.db(5) test suite work with parallel make (make -j), | Ingo Schwarze |
2021-07-17 | Make the mandoc.db(5) tests work with BSDOBJDIR set, | Ingo Schwarze |
2021-06-28 | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze |
2021-06-02 | test private use areas some more as they have proven fragile | Ingo Schwarze |
2021-06-02 | Cleanup: | Ingo Schwarze |
2021-06-02 | The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters | Ingo Schwarze |
2021-05-16 | test font modifiers in the layout; related to tbl_html.c rev. 1.29 | Ingo Schwarze |
2021-03-30 | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze |
2020-12-21 | Rename syntax test of the \O escape sequence (suppress output groff | 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-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-03 | oops, i tripped over $Mdocdate$ again; so sync the date after the commit | 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-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-07-30 | bluhm@ has been pointing out for a long time that the mandoc test suite | Ingo Schwarze |
2020-07-21 | trivial adjustment of the desired test results | Ingo Schwarze |
2020-07-21 | adjust test framework to not require a tty | Ingo Schwarze |
2020-04-26 | While we do not recommend the idiom ".Fl Fl long" for long options | 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-18 | When a .Tg is attached to a paragraph, attach the permalink | 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-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-21 | test skipping of initial hyphens and minus signs in automatic tags; | Ingo Schwarze |
2020-03-13 | typos resulted in two tests not being run | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | 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 |
2020-02-27 | Fix this test after the recent Unicode update in OpenBSD base. | Ingo Schwarze |
2020-01-19 | update Mdocdate for a test that got broken by committing to the out_lint file | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2020-01-11 | test tbl_term.c rev. 1.61 and tbl_data.c rev. 1.40: | Ingo Schwarze |
2020-01-08 | Skip whitespace before tokens, too. | Ingo Schwarze |
2020-01-08 | Improve the test case by changing the eqn(7) delimiters such that it | Ingo Schwarze |
2020-01-08 | Enable generation of the desired delim/basic output with groff(1). | Ingo Schwarze |
2020-01-08 | Give up on the illusion that the maintainer targets for regenerating the | Ingo Schwarze |
2019-12-31 | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze |
2019-09-13 | oops, commit correct version of the expected results | Ingo Schwarze |
2019-09-13 | Improve validation of function names: | Ingo Schwarze |
2019-09-05 | adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.132 | Ingo Schwarze |