summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, avoid printing a newline right after <pre>schwarze2020-10-165-75/+37
* Element next-line scopes can nest. Consequently, even when closingschwarze2020-09-095-10/+34
* trivial adjustment of the desired test resultsschwarze2020-07-215-22/+22
* In fragment identifiers, use ~%d for ordinal suffixes,schwarze2020-04-203-5/+5
* automatically tag .SH and .SS in man(7) terminal outputschwarze2020-04-047-2/+18
* Split tagging into a validation part including prioritizationschwarze2020-03-1318-19/+176
* Introduce the concept of nodes that are semantically transparent:schwarze2020-02-2723-14/+291
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:schwarze2020-01-197-7/+7
* Give up on the illusion that the maintainer targets for regenerating theschwarze2020-01-081-8/+2
* adapt to new <p> output logic (html.c rev. 1.131)schwarze2019-09-038-28/+12
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-013-0/+10
* Remove the HTML title= attributes which harmed accessibility andschwarze2019-01-114-8/+8
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-0624-42/+327
* In no-fill mode, avoid bogus blank lines in two situations:schwarze2019-01-052-1/+33
* In groff, when the .SY block macro occurs in no-fill mode,schwarze2019-01-054-2/+66
* Slowly start doing more HTML output tests, in this case for theschwarze2019-01-054-12/+44
* catch up with the changed order of warnings;schwarze2018-12-312-2/+2
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserschwarze2018-12-213-13/+14
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-044-2/+12
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)schwarze2018-12-031-2/+2
* support tail arguments on the .ME and .UE macros,schwarze2018-08-146-18/+35
* Now that we have the -Wstyle message level, downgrade six warningsschwarze2017-07-064-5/+5
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-04129-227/+279
* test new MT macroschwarze2017-06-258-2/+101
* cope with changes in BASE messagesschwarze2017-06-2532-32/+32
* churn related to the new style message about RCS idsschwarze2017-06-1734-2/+34
* if .in is used inside the .TP head, it's always relativeschwarze2017-06-173-2/+36
* improve rounding rules for scaling unitsschwarze2017-06-144-10/+10
* Partial support for the \n[an-margin] number register.schwarze2017-06-133-2/+43
* ignore blank lines in man(7) next line scope;schwarze2017-06-0316-6/+59
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-0/+4
* Now that markdown output is tested for almost everything, test allschwarze2017-03-081-1/+2
* more tests for .IP/.nf interaction that i forgot to commitschwarze2017-02-172-2/+69
* Cope with the changed order of warning and error messages caused by theschwarze2015-12-012-4/+4
* Trailing whitespace is significant when determining the width of a tagschwarze2015-09-215-4/+113
* Fill mode changes don't break next-line scope in all cases,schwarze2015-09-047-6/+43
* If an explicit line break request (.br or .sp) occurs within an .HP block,schwarze2015-04-192-0/+34
* Do not mistreat empty arguments to font alternating macrosschwarze2015-04-063-2/+30
* On a new RS nesting level, the saved width starts from the defaultschwarze2015-04-062-2/+18
* Use the default width for .RS without arguments.schwarze2015-04-063-2/+43
* Give man(7) section and subsection headers heanging indentation.schwarze2015-04-046-4/+56
* Fix a quirk with respect to empty .HP.schwarze2015-04-042-4/+15
* more tests regarding empty header linesschwarze2015-03-2015-28/+221
* The .PD macro can occur in next-line scope. Fixes zshmisc(1).schwarze2015-03-203-2/+77
* better error reporting regarding .OP .RS .UR .TH argumentsschwarze2015-02-0611-11/+54
* better diagnostics about excess arguments to .PD .ft .spschwarze2015-02-062-2/+4
* better error reporting for .br .fi .nf with argumentsschwarze2015-02-062-2/+4
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,schwarze2015-02-062-2/+3
* Make the mandoc test suite completely silent.schwarze2015-02-031-2/+2
* starting a tbl(7) breaks man(7) next-line scope;schwarze2015-01-304-2/+75