summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/roff_int.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide a STYLE message when mandoc knows the file name and the extensionschwarze2020-04-241-2/+3
* Some high-level block macros have an effect similar to temporarilyschwarze2019-01-051-2/+3
* Cleanup, no functional change:schwarze2018-12-311-2/+1
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)schwarze2018-12-311-3/+3
* Cleanup, minus 15 LOC, no functional change:schwarze2018-12-311-1/+2
* Cleanup, no functional change:schwarze2018-12-301-1/+47
* Cleanup, no functional change:schwarze2018-12-131-2/+8
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-041-2/+3
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)schwarze2017-07-081-2/+1
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-2/+1
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-5/+1
* move man(7) validation into the dedicated validation phase, tooschwarze2015-10-221-2/+1
* Move all mdoc(7) node validation done before child parsingschwarze2015-10-211-3/+1
* In order to become able to generate syntax tree nodes on the roff(7)schwarze2015-10-201-2/+1
* Unify trickier node handling functions.schwarze2015-04-191-1/+3
* Unify some node handling functions that use TOKEN_NONE.schwarze2015-04-191-2/+19
* Unify node handling functions:schwarze2015-04-191-0/+30