aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-40/+14
* Fix the last straggler where the struct roff_node "line" memberIngo Schwarze2019-03-041-2/+2
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-311-5/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-311-3/+3
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-3/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-301-3/+3
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-225/+160
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-041-41/+14
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-15/+43
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-2/+2
* Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze2018-08-161-4/+3
* Fix an off-by-one string read access that could happen if an emptyIngo Schwarze2018-08-011-3/+2
* Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze2018-08-011-2/+2
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-3/+6
* use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze2018-04-051-3/+3
* Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze2018-03-161-2/+3
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-161-9/+66
* Delete the "no blank before trailing delimiter" check from theIngo Schwarze2018-02-061-10/+9
* Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze2017-09-121-2/+5
* No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze2017-08-021-6/+3
* Fix an out of bounds read access to a constant array that causedIngo Schwarze2017-07-311-2/+2
* correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze2017-07-201-1/+16
* If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze2017-07-151-5/+6
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-031-49/+95
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-3/+13
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-2/+6
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-5/+20
* warn about .Ns macros that have no effect because they are followedIngo Schwarze2017-06-271-3/+6
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-2/+63
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-241-1/+40
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-1/+8
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-15/+21
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-2/+5
* ooops, fix a glitch in the previous commit...Ingo Schwarze2017-06-111-2/+2
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-6/+28
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-111-8/+25
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-111-4/+4
* Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze2017-06-101-3/+76
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-39/+75
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-1/+4
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-3/+37
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-011-1/+7
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-311-1/+33
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-2/+14
* warn about punctuation between .Xr and .Rs in SEE ALSO;Ingo Schwarze2017-05-141-2/+2
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-5/+5
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-2/+3
* Parser reorg:Ingo Schwarze2017-05-041-7/+18
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-8/+8