aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-4/+4
* oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17Ingo Schwarze2018-12-311-2/+2
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-311-2/+2
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-10/+19
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-25/+3
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-9/+8
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-2/+2
* During validation, drop .br before a text line starting with aIngo Schwarze2018-12-041-1/+9
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-041-3/+59
* The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze2018-08-101-4/+6
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+2
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-0/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-0/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-0/+89