Age | Commit message (Expand) | Author |
2017-09-12 | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze |
2017-08-02 | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-15 | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze |
2017-07-03 | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze |
2017-07-02 | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-25 | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze |
2017-06-24 | operating system dependent message about unknown architecture; | Ingo Schwarze |
2017-06-24 | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-17 | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-11 | ooops, fix a glitch in the previous commit... | Ingo Schwarze |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-06-11 | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze |
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze |
2017-06-10 | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-07 | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze |
2017-06-01 | STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) | Ingo Schwarze |
2017-05-31 | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze |
2017-05-30 | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze |
2017-05-14 | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-29 | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze |
2017-04-28 | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-03-06 | Using .Nd only makes sense in the NAME section. | Ingo Schwarze |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-10 | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2017-01-10 | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze |
2017-01-08 | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze |
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze |
2016-10-09 | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze |
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
2016-08-11 | oops, fix stupid typo in previous | Ingo Schwarze |
2016-08-11 | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze |
2016-08-10 | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze |
2016-08-10 | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze |
2016-08-10 | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze |