summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Second step towards parser unification:Ingo Schwarze2015-04-021-55/+55
* First step towards parser unification:Ingo Schwarze2015-04-021-48/+49
* oops, in NAME, don't nag about the comma after .NmIngo Schwarze2015-02-231-0/+4
* improve NAME section diagnostics;Ingo Schwarze2015-02-231-24/+24
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-1/+1
* clean up post_dt() validation function;Ingo Schwarze2015-02-161-42/+40
* shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze2015-02-141-1/+2
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-39/+5
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-1/+1
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-061-2/+2
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-80/+18
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-12/+21
* better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze2015-02-061-38/+44
* better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze2015-02-061-10/+2
* fix handling of empty .An macrosIngo Schwarze2015-02-051-4/+6
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-041-35/+36
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze2015-02-041-10/+14
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-041-35/+33
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-041-24/+26
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze2015-02-031-3/+11
* Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze2014-12-181-1/+4
* When the head of a list item is extended with a partial explicitIngo Schwarze2014-12-181-6/+6
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-1/+1
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-281-12/+2
* Drop useless architecture table. Validating architecture namesIngo Schwarze2014-11-281-13/+6
* kill a pointless assertIngo Schwarze2014-11-281-3/+0
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-281-322/+221
* Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze2014-11-271-1/+1
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-17/+12
* remove an unreachable warning about .Sm argumentsIngo Schwarze2014-11-261-2/+0
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-5/+15
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-42/+18
* sync with OpenBSD:Ingo Schwarze2014-10-131-1/+2
* Do not warn about declarations of functions returning function pointers,Ingo Schwarze2014-10-131-3/+5
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-1/+1
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-111-1/+28
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-121-2/+25
* warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze2014-09-111-0/+65
* warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze2014-09-071-8/+39
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-071-9/+8
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-1/+1
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-4/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-80/+72
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-127/+149
* Simplify by allowing only one pre-handler.Ingo Schwarze2014-08-011-46/+28
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-2/+4
* mention requests and macros in more messagesIngo Schwarze2014-08-011-32/+44
* Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze2014-07-311-9/+21
* In .Bl -column, if some of the column width declarations are givenIngo Schwarze2014-07-311-20/+12
* Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze2014-07-301-11/+5