aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_state.c
Commit message (Expand)AuthorAgeFilesLines
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze2019-01-011-40/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-311-3/+3
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-9/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-301-1/+2
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-1/+2
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-5/+4
* Recognize .Bl -column at parse time, and not only at validation time,Ingo Schwarze2017-11-291-10/+15
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-2/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Parser reorg:Ingo Schwarze2017-05-041-3/+4
* Continue parser unification:Ingo Schwarze2017-04-241-4/+5
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-2/+2
* Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze2015-10-301-1/+4
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-211-2/+22
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-0/+269