summaryrefslogtreecommitdiffstats
path: root/mdoc_state.c
Commit message (Expand)AuthorAgeFilesLines
* support for hunting memory leaks;Ingo Schwarze2022-04-141-1/+4
* 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-0/+1
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchIngo Schwarze2019-01-011-39/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-311-2/+2
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-8/+0
* Cleanup, no functional change:Ingo Schwarze2018-12-301-0/+1
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-0/+1
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-4/+3
* Recognize .Bl -column at parse time, and not only at validation time,Ingo Schwarze2017-11-291-9/+14
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+0
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Parser reorg:Ingo Schwarze2017-05-041-2/+3
* Continue parser unification:Ingo Schwarze2017-04-241-3/+4
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-1/+1
* Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze2015-10-301-0/+3
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-211-1/+21
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-0/+269