| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 2 | -2/+4 |
* | fix wrong date | Ingo Schwarze | 2018-02-07 | 2 | -2/+2 |
* | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | 2018-02-06 | 9 | -15/+0 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 1 | -3/+2 |
* | disable .Xr -Tlint test for now, | Ingo Schwarze | 2017-07-28 | 1 | -0/+3 |
* | Do not test .Xr here. It is not what this directory should focus on, | Ingo Schwarze | 2017-07-28 | 6 | -28/+20 |
* | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze | 2017-07-20 | 6 | -12/+12 |
* | test -diag -width and -inset -width | Ingo Schwarze | 2017-07-16 | 9 | -12/+20 |
* | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | 2017-07-06 | 7 | -16/+16 |
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 834 | -1805/+1641 |
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 7 | -8/+74 |
* | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | 2017-06-27 | 4 | -4/+21 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 71 | -140/+213 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 68 | -134/+202 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 74 | -0/+74 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 65 | -0/+65 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 5 | -12/+12 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 47 | -0/+47 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 88 | -0/+89 |
* | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze | 2017-06-11 | 1 | -1/+0 |
* | add forgotten file | Ingo Schwarze | 2017-06-11 | 1 | -0/+0 |
* | fix order of messages | Ingo Schwarze | 2017-06-11 | 1 | -1/+1 |
* | style message about missing blank before trailing delimiter; | Ingo Schwarze | 2017-06-10 | 151 | -200/+402 |
* | warning about unknown .Lb arguments; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-08 | 1 | -0/+2 |
* | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze | 2017-05-30 | 2 | -0/+7 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -1/+1 |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 115 | -134/+592 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+1 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+1 |
* | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze | 2017-04-28 | 10 | -4/+114 |
* | adjust tests to recent .Lk improvements | Ingo Schwarze | 2017-04-17 | 6 | -8/+20 |
* | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze | 2017-03-11 | 4 | -8/+8 |
* | Really commit some files that failed to get committed in this commit: | Ingo Schwarze | 2017-03-09 | 23 | -24/+5 |
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 42 | -52/+35 |
* | According to the CommonMark specification, backslash escapes | Ingo Schwarze | 2017-03-08 | 5 | -5/+5 |
* | .Bl -column never gets blank lines between rows | Ingo Schwarze | 2017-03-08 | 3 | -1/+94 |
* | add two result files that were forgotten | Ingo Schwarze | 2017-03-08 | 2 | -0/+63 |
* | enable -T markdown tests of filled displays and tagged lists | Ingo Schwarze | 2017-03-08 | 33 | -6/+1211 |
* | Escape blanks at the end of markdown lines | Ingo Schwarze | 2017-03-07 | 1 | -1/+1 |
* | fix completely empty .Eo: no blank line wanted | Ingo Schwarze | 2017-03-07 | 2 | -1/+36 |
* | fix spacing after empty .Fl | Ingo Schwarze | 2017-03-07 | 2 | -2/+2 |
* | implement .An -split and -nosplit | Ingo Schwarze | 2017-03-07 | 4 | -1/+65 |
* | Fix .In formatting in the SYNOPSIS: | Ingo Schwarze | 2017-03-07 | 5 | -2/+79 |
* | Using .Nd only makes sense in the NAME section. | Ingo Schwarze | 2017-03-06 | 1 | -0/+2 |
* | URIs need different escaping; reported by reyk@ | Ingo Schwarze | 2017-03-06 | 1 | -2/+2 |
* | first batch of -T markdown tests | Ingo Schwarze | 2017-03-05 | 231 | -8/+3706 |
* | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze | 2017-02-17 | 5 | -0/+64 |
* | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze | 2017-02-17 | 7 | -12/+11 |
* | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze | 2017-02-16 | 1 | -1/+1 |
* | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze | 2017-02-16 | 3 | -10/+26 |