summaryrefslogtreecommitdiffstats
path: root/roff.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze2023-10-241-0/+1
* Add comments to some of the enum roff_tok values;Ingo Schwarze2022-04-301-12/+12
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-081-0/+1
* 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-0/+2
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-2/+6
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-1/+2
* Store the fill mode with a new flag NODE_NOFILL in every node,Ingo Schwarze2018-12-311-7/+8
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-4/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-301-39/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-141-1/+0
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-131-3/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+1
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-1/+3
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-0/+1
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-0/+1
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-1/+1
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-0/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-9/+3
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+1
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+1
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+1
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-0/+7
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-0/+1
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+1
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+1
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-1/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-3/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-3/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-2/+2
* Parser reorg:Ingo Schwarze2017-05-041-4/+3
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-0/+7
* Continue parser unification:Ingo Schwarze2017-04-241-2/+412
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-2/+1
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-11/+8
* 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