aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.h
Commit message (Expand)AuthorAgeFilesLines
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-081-1/+2
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-2/+3
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-271-1/+3
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-3/+7
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-2/+3
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-2/+3
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-311-8/+9
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-5/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-301-40/+5
* Cleanup, no functional change:Ingo Schwarze2018-12-141-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+7
* Cleanup, no functional change:Ingo Schwarze2018-12-131-4/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+2
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-2/+4
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-1/+2
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-1/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-10/+4
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+2
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-2/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-2/+2
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-1/+8
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-1/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-2/+2
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-2/+2
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-2/+2
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-4/+2
* move .ll to the roff modulesIngo Schwarze2017-05-051-4/+2
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-3/+3
* Parser reorg:Ingo Schwarze2017-05-041-5/+4
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-1/+8
* Continue parser unification:Ingo Schwarze2017-04-241-3/+413
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-3/+2
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-12/+9
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-2/+4
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-1/+0
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-171-2/+5
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-0/+6
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-0/+1
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-0/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-1/+35
* Third step towards parser unification:Ingo Schwarze2015-04-021-0/+11
* Second step towards parser unification:Ingo Schwarze2015-04-021-0/+77
* First step towards parser unification:Ingo Schwarze2015-04-021-0/+29
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-221-24/+0
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-24/+1
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-2/+2