| Commit message (Expand) | Author | Age | Files | Lines |
* | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze | 2020-01-19 | 1 | -7/+6 |
* | Improve validation of function names: | Ingo Schwarze | 2019-09-13 | 1 | -5/+11 |
* | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze | 2019-06-27 | 1 | -15/+3 |
* | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze | 2019-03-13 | 1 | -2/+2 |
* | mark check_abort() and post_abort() as __dead; | Ingo Schwarze | 2019-03-11 | 1 | -2/+2 |
* | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze | 2019-03-04 | 1 | -39/+13 |
* | Fix the last straggler where the struct roff_node "line" member | Ingo Schwarze | 2019-03-04 | 1 | -1/+1 |
* | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze | 2018-12-31 | 1 | -4/+2 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -2/+2 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -2/+2 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -2/+2 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -224/+159 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 1 | -40/+13 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -14/+42 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -1/+1 |
* | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze | 2018-08-16 | 1 | -3/+2 |
* | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze | 2018-08-01 | 1 | -2/+1 |
* | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze | 2018-08-01 | 1 | -1/+1 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -2/+5 |
* | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq | Ingo Schwarze | 2018-04-05 | 1 | -2/+2 |
* | Ouch, fix previous: In the edge case of a single-character string | Ingo Schwarze | 2018-03-16 | 1 | -1/+2 |
* | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze | 2018-03-16 | 1 | -8/+65 |
* | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | 2018-02-06 | 1 | -9/+8 |
* | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze | 2017-09-12 | 1 | -1/+4 |
* | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze | 2017-08-02 | 1 | -5/+2 |
* | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze | 2017-07-31 | 1 | -1/+1 |
* | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze | 2017-07-20 | 1 | -0/+15 |
* | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze | 2017-07-15 | 1 | -4/+5 |
* | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze | 2017-07-03 | 1 | -48/+94 |
* | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze | 2017-07-02 | 1 | -2/+12 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -1/+5 |
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 1 | -4/+19 |
* | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | 2017-06-27 | 1 | -2/+5 |
* | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze | 2017-06-25 | 1 | -1/+62 |
* | operating system dependent message about unknown architecture; | Ingo Schwarze | 2017-06-24 | 1 | -0/+39 |
* | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze | 2017-06-24 | 1 | -0/+7 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -14/+20 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -1/+4 |
* | ooops, fix a glitch in the previous commit... | Ingo Schwarze | 2017-06-11 | 1 | -1/+1 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 1 | -5/+27 |
* | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze | 2017-06-11 | 1 | -7/+24 |
* | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze | 2017-06-11 | 1 | -3/+3 |
* | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze | 2017-06-10 | 1 | -2/+75 |
* | style message about missing blank before trailing delimiter; | Ingo Schwarze | 2017-06-10 | 1 | -38/+74 |
* | warning about unknown .Lb arguments; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-08 | 1 | -0/+3 |
* | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-07 | 1 | -2/+36 |
* | STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-01 | 1 | -0/+6 |
* | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze | 2017-05-31 | 1 | -0/+32 |
* | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze | 2017-05-30 | 1 | -1/+13 |
* | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |