Age | Commit message (Expand) | Author |
2022-08-28 | Vertical spacing changes around tables in man_term.c rev. 1.194 | Ingo Schwarze |
2022-08-15 | Some more tests of no-fill mode similar to mdoc/Bd/blank.in | Ingo Schwarze |
2022-08-02 | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze |
2022-07-06 | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze |
2022-04-28 | oops, fix wrong .TH name | Ingo Schwarze |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2021-06-28 | delete the two pairs of extra blank lines from expected man(7) terminal | 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-07-21 | trivial adjustment of the desired test results | Ingo Schwarze |
2020-04-20 | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze |
2020-04-04 | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2020-01-08 | Give up on the illusion that the maintainer targets for regenerating the | Ingo Schwarze |
2019-09-03 | adapt to new <p> output logic (html.c rev. 1.131) | Ingo Schwarze |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | Slowly start doing more HTML output tests, in this case for the | Ingo Schwarze |
2018-12-31 | catch up with the changed order of warnings; | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2017-07-06 | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze |
2017-07-04 | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze |
2017-06-25 | test new MT macro | Ingo Schwarze |
2017-06-25 | cope with changes in BASE messages | Ingo Schwarze |
2017-06-17 | churn related to the new style message about RCS ids | Ingo Schwarze |
2017-06-17 | if .in is used inside the .TP head, it's always relative | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-13 | Partial support for the \n[an-margin] number register. | Ingo Schwarze |
2017-06-03 | ignore blank lines in man(7) next line scope; | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-03-08 | Now that markdown output is tested for almost everything, test all | Ingo Schwarze |
2017-02-17 | more tests for .IP/.nf interaction that i forgot to commit | Ingo Schwarze |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |