]> git.cameronkatri.com Git - mandoc.git/history - roff_validate.c
In one of the examples, the tbl(7) source code displayed
[mandoc.git] / roff_validate.c
2020-06-22 Ingo SchwarzeBecause mandoc_aux.h and mandoc.h use __attribute__...
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2018-12-31 Ingo Schwarzeoops, one change ROFF_NOFILL -> NODE_NOFILL was forgott...
2018-12-31 Ingo SchwarzeUse the new flag NODE_NOFILL in the validators, which...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-04 Ingo SchwarzeDuring validation, drop .br before a text line starting...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-08-10 Ingo SchwarzeThe groff man-ext macros define fonts CB, CI, and CR,
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)