summaryrefslogtreecommitdiffstats
path: root/roff_int.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze2022-06-021-1/+1
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-191-1/+3
* store the operating system name obtained from uname(3) in the adequateIngo Schwarze2021-10-041-0/+1
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-241-2/+3
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-051-1/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-311-1/+0
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-2/+2
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-0/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-301-0/+46
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+7
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-041-1/+2
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-081-1/+0
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-1/+0
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+0
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-1/+0
* Move all mdoc(7) node validation done before child parsingIngo Schwarze2015-10-211-2/+0
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-1/+0
* Unify trickier node handling functions.Ingo Schwarze2015-04-191-0/+2
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-2/+19
* Unify node handling functions:Ingo Schwarze2015-04-191-0/+30