| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify maintainer targets in OpenBSD: EQN and TBL variables | Ingo Schwarze | 2020-01-08 | 1 | -2/+2 |
* | Improve validation of function names: | Ingo Schwarze | 2019-09-13 | 4 | -3/+63 |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 6 | -18/+6 |
* | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | 2019-07-11 | 4 | -5/+6 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 2 | -0/+6 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 2 | -11/+10 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 29 | -23/+429 |
* | Test interaction of low-level roff(7) filling requests with .Bd in general | Ingo Schwarze | 2019-01-04 | 7 | -12/+97 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 25 | -12/+341 |
* | 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 |