aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, no functional change:Ingo Schwarze2018-12-311-3/+2
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-311-4/+20
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-4/+3
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-3/+3
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-161-1/+1
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-34/+26
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-0/+1
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-041-39/+48
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-4/+31
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-0/+2
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-0/+1
* Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze2018-08-161-3/+2
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-3/+3
* Fix a typo that caused a non-constant stringIngo Schwarze2017-07-261-2/+1
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-7/+11
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+8
* if .in is used inside the .TP head, it's always relativeIngo Schwarze2017-06-171-2/+19
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-3/+2
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+4
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-44/+2
* Parser reorg:Ingo Schwarze2017-05-041-1/+11
* Continue parser unification:Ingo Schwarze2017-04-241-12/+12
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-10/+10
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-32/+17
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-8/+0
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-1/+1
* Unify node handling functions:Ingo Schwarze2015-04-191-4/+5
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-13/+13
* Second step towards parser unification:Ingo Schwarze2015-04-021-4/+4
* First step towards parser unification:Ingo Schwarze2015-04-021-19/+22
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-21/+22
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-061-10/+1
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-061-10/+2
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-3/+3
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-1/+0
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-281-0/+2
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-65/+50
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-9/+12
* Simplify man(7) validation:Ingo Schwarze2014-08-011-121/+70
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-3/+5
* mention requests and macros in more messagesIngo Schwarze2014-08-011-6/+10
* Improve handling of next-line scope broken by end of file.Ingo Schwarze2014-07-301-22/+4
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-5/+4
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-2/+3
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-051-3/+3
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-2/+6