aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-81/+19
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-13/+22
* better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze2015-02-061-39/+45
* better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze2015-02-061-11/+3
* fix handling of empty .An macrosIngo Schwarze2015-02-051-5/+7
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-041-36/+37
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze2015-02-041-11/+15
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-041-36/+34
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-041-25/+27
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze2015-02-031-4/+12
* Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze2014-12-181-2/+5
* When the head of a list item is extended with a partial explicitIngo Schwarze2014-12-181-7/+7
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-2/+2
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-281-13/+3
* Drop useless architecture table. Validating architecture namesIngo Schwarze2014-11-281-14/+7
* kill a pointless assertIngo Schwarze2014-11-281-4/+1
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-281-323/+222
* Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze2014-11-271-2/+2
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-18/+13
* remove an unreachable warning about .Sm argumentsIngo Schwarze2014-11-261-3/+1
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-6/+16
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-43/+19
* sync with OpenBSD:Ingo Schwarze2014-10-131-2/+3
* Do not warn about declarations of functions returning function pointers,Ingo Schwarze2014-10-131-4/+6
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-2/+2
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-111-2/+29
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-121-3/+26
* warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze2014-09-111-1/+66
* warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze2014-09-071-9/+40
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-071-10/+9
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-5/+2
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-81/+73
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-128/+150