aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze2021-03-301-1/+1
* In HTML output, avoid printing a newline right after <pre>Ingo Schwarze2020-10-163-17/+8
* trivial adjustment of the desired test resultsIngo Schwarze2020-07-2123-133/+133
* While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze2020-04-266-4/+65
* In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze2020-04-202-3/+3
* When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze2020-04-1922-49/+113
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-189-15/+38
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-0716-37/+37
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-0641-41/+220
* Copy tagged strings before marking hyphens as breakable.Ingo Schwarze2020-04-0216-25/+40
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-0120-6/+85
* test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze2020-03-215-6/+42
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-1381-26/+1078
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-275-3/+82
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-2731-23/+544
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-1913-24/+36
* Simplify maintainer targets in OpenBSD: EQN and TBL variablesIngo Schwarze2020-01-081-2/+2
* Improve validation of function names:Ingo Schwarze2019-09-134-4/+64
* adapt to new <p> output logic (html.c rev. 1.260)Ingo Schwarze2019-09-036-18/+6
* When parsing a tab character that is not preceded by a space characterIngo Schwarze2019-07-114-6/+7
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-012-0/+6
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-112-11/+10
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0729-25/+431
* Test interaction of low-level roff(7) filling requests with .Bd in generalIngo Schwarze2019-01-047-13/+98
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-2125-12/+341
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-042-2/+4
* fix wrong dateIngo Schwarze2018-02-072-2/+2
* Delete the "no blank before trailing delimiter" check from theIngo Schwarze2018-02-069-16/+1
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-131-3/+2
* disable .Xr -Tlint test for now,Ingo Schwarze2017-07-281-0/+3
* Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze2017-07-286-30/+22
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-14/+14
* test -diag -width and -inset -widthIngo Schwarze2017-07-169-14/+22
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-067-16/+16
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-04834-1805/+1641
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-297-8/+74
* warn about .Ns macros that have no effect because they are followedIngo Schwarze2017-06-274-4/+21
* cope with changes in BASE messagesIngo Schwarze2017-06-25139-274/+415
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-17139-0/+139
* improve rounding rules for scaling unitsIngo Schwarze2017-06-145-12/+12
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1147-0/+47
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1188-0/+89
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-111-1/+0
* add forgotten fileIngo Schwarze2017-06-111-0/+0
* fix order of messagesIngo Schwarze2017-06-111-1/+1
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-10151-200/+402
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-0/+2
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-302-0/+7
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-1/+1
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-30115-134/+592