| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -4/+4 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -1/+2 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -6/+17 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -7/+7 |
* | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze | 2017-04-28 | 1 | -0/+3 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -41/+36 |
* | Using .Nd only makes sense in the NAME section. | Ingo Schwarze | 2017-03-06 | 1 | -0/+4 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -0/+10 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -81/+187 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -21/+45 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -6/+42 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -3/+3 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -14/+15 |
* | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze | 2017-01-08 | 1 | -1/+2 |
* | Stricter validation of the NAME section, in particular: | Ingo Schwarze | 2017-01-08 | 1 | -10/+18 |
* | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze | 2016-12-28 | 1 | -2/+18 |
* | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze | 2016-10-09 | 1 | -81/+0 |
* | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | 2016-08-20 | 1 | -5/+33 |
* | oops, fix stupid typo in previous | Ingo Schwarze | 2016-08-11 | 1 | -1/+2 |
* | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze | 2016-08-11 | 1 | -3/+4 |
* | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze | 2016-08-10 | 1 | -4/+7 |
* | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze | 2016-08-10 | 1 | -2/+3 |
* | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze | 2016-08-10 | 1 | -0/+1 |
* | fix printf("%s", NULL); | Ingo Schwarze | 2016-08-09 | 1 | -3/+4 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -13/+11 |
* | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | 2015-10-30 | 1 | -0/+10 |
* | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze | 2015-10-21 | 1 | -242/+212 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -129/+64 |
* | style cleanup, no functional change | Ingo Schwarze | 2015-10-19 | 1 | -55/+58 |
* | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze | 2015-10-12 | 1 | -1/+0 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -22/+1 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -46/+46 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -3/+0 |
* | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | 2015-09-14 | 1 | -24/+1 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -4/+4 |