aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-281-1/+4
* Continue parser unification:Ingo Schwarze2017-04-241-42/+37
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-1/+5
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-1/+11
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-82/+188
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-22/+46
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-7/+43
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-4/+4
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-15/+16
* Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze2017-01-081-2/+3
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-081-11/+19
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-281-3/+19
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-82/+1
* If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze2016-08-201-6/+34
* oops, fix stupid typo in previousIngo Schwarze2016-08-111-2/+3
* If a .Bd display is on the one hand doomed to be deleted becauseIngo Schwarze2016-08-111-4/+5
* Don't deref NULL if the only child of the first .Sh is an emptyIngo Schwarze2016-08-101-5/+8
* Don't printf("%s", NULL) if .It has a macro as an argumentIngo Schwarze2016-08-101-3/+4
* When validating a .Bl list that defaults to -item for want of a type,Ingo Schwarze2016-08-101-1/+2
* fix printf("%s", NULL);Ingo Schwarze2016-08-091-4/+5
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-14/+12
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-301-1/+11
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-211-243/+213
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-130/+65
* style cleanup, no functional changeIngo Schwarze2015-10-191-56/+59
* Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze2015-10-121-2/+1
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-23/+2
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-47/+47
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-4/+1
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-141-25/+2
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-5/+5
* Avoid out-of-bounds read access before the beginning of theIngo Schwarze2015-04-201-2/+3
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-6/+6
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-3/+3
* Unify node handling functions:Ingo Schwarze2015-04-191-15/+16
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-15/+15
* Second step towards parser unification:Ingo Schwarze2015-04-021-56/+56
* First step towards parser unification:Ingo Schwarze2015-04-021-49/+50
* oops, in NAME, don't nag about the comma after .NmIngo Schwarze2015-02-231-1/+5
* improve NAME section diagnostics;Ingo Schwarze2015-02-231-25/+25
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-2/+2
* clean up post_dt() validation function;Ingo Schwarze2015-02-161-43/+41
* shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze2015-02-141-2/+3
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-40/+6
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-2/+2
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-061-3/+3