| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adjust test framework to not require a tty | Ingo Schwarze | 2020-07-21 | 2 | -16/+3 |
* | While we do not recommend the idiom ".Fl Fl long" for long options | Ingo Schwarze | 2020-04-26 | 6 | -4/+65 |
* | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze | 2020-04-20 | 5 | -8/+8 |
* | When .Bd, .D1, or .Dl is tagged, attach the permalink | Ingo Schwarze | 2020-04-19 | 22 | -46/+110 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 9 | -14/+37 |
* | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 16 | -36/+36 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze | 2020-04-06 | 41 | -36/+215 |
* | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze | 2020-04-04 | 7 | -2/+18 |
* | Copy tagged strings before marking hyphens as breakable. | Ingo Schwarze | 2020-04-02 | 16 | -22/+37 |
* | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze | 2020-04-01 | 20 | -5/+84 |
* | test skipping of initial hyphens and minus signs in automatic tags; | Ingo Schwarze | 2020-03-21 | 5 | -5/+41 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 102 | -83/+1331 |
* | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze | 2020-02-27 | 5 | -3/+82 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 54 | -36/+834 |
* | Fix this test after the recent Unicode update in OpenBSD base. | Ingo Schwarze | 2020-02-27 | 1 | -1/+1 |
* | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze | 2020-01-19 | 20 | -30/+42 |
* | test tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53: | Ingo Schwarze | 2020-01-11 | 6 | -11/+39 |
* | Skip whitespace before tokens, too. | Ingo Schwarze | 2020-01-08 | 4 | -3/+23 |
* | Improve the test case by changing the eqn(7) delimiters such that it | Ingo Schwarze | 2020-01-08 | 2 | -7/+7 |
* | Enable generation of the desired delim/basic output with groff(1). | Ingo Schwarze | 2020-01-08 | 1 | -1/+3 |
* | Simplify maintainer targets in OpenBSD: EQN and TBL variables | Ingo Schwarze | 2020-01-08 | 5 | -29/+8 |
* | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze | 2019-12-31 | 3 | -2/+97 |
* | Improve validation of function names: | Ingo Schwarze | 2019-09-13 | 4 | -3/+63 |
* | adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.261 | Ingo Schwarze | 2019-09-05 | 2 | -18/+6 |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 27 | -78/+29 |
* | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze | 2019-07-18 | 3 | -2/+44 |
* | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | 2019-07-11 | 4 | -5/+6 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze | 2019-06-11 | 3 | -2/+99 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -5/+4 |
* | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | 2019-04-21 | 3 | -3/+30 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 3 | -2/+27 |
* | Automatically detect whether diff(1) supports the -a option. | Ingo Schwarze | 2019-03-10 | 1 | -0/+1 |
* | mention Solaris BUGS in regress.pl(1) | Ingo Schwarze | 2019-03-06 | 1 | -0/+18 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 6 | -1/+17 |
* | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | 2019-02-06 | 17 | -15/+199 |
* | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze | 2019-01-31 | 3 | -2/+29 |
* | Test handling of escaped backslashes because the code related to | Ingo Schwarze | 2019-01-17 | 5 | -2/+97 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 6 | -19/+18 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 35 | -60/+450 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 28 | -45/+380 |
* | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze | 2019-01-05 | 2 | -1/+33 |
* | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze | 2019-01-05 | 4 | -2/+66 |
* | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze | 2019-01-05 | 4 | -12/+44 |
* | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze | 2019-01-04 | 7 | -12/+97 |
* | test the roff(7) .ce and .rj requests; | Ingo Schwarze | 2019-01-04 | 4 | -2/+43 |
* | catch up with the changed order of warnings; | Ingo Schwarze | 2018-12-31 | 2 | -2/+2 |
* | merge a test update from OpenBSD that was forgotten in April | Ingo Schwarze | 2018-12-21 | 2 | -1/+11 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 29 | -31/+365 |
* | Bugfix: | Ingo Schwarze | 2018-12-20 | 3 | -3/+8 |