aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Element next-line scopes can nest. Consequently, even when closingIngo Schwarze2020-09-091-5/+7
* In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">,Ingo Schwarze2019-01-051-2/+5
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-051-2/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-311-2/+2
* For .EX and .EE, set the fill mode parser state directly in theIngo Schwarze2018-12-311-1/+6
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-11/+4
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-3/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-301-2/+2
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-211-7/+13
* Cleanup, no functional change:Ingo Schwarze2018-12-141-2/+2
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-17/+15
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-1/+2
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-261-32/+37
* paragraphs can contain .MT and .UR blocksIngo Schwarze2018-08-181-2/+3
* .RE causes a line break even if .RS is not openIngo Schwarze2018-08-181-1/+7
* end of sentence detection after .ME and .UE, useful for some GNU manualsIngo Schwarze2018-08-181-1/+3
* Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze2018-08-181-2/+9
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-1/+6
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-10/+16
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-2/+3
* fix incomplete variable renaming in previous;Ingo Schwarze2018-08-151-2/+2
* support tail arguments on the .ME and .UE macros,Ingo Schwarze2018-08-141-17/+24
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+6
* if .in is used inside the .TP head, it's always relativeIngo Schwarze2017-06-171-2/+2
* Partial support for the \n[an-margin] number register.Ingo Schwarze2017-06-131-2/+15
* 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-2/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-3/+2
* Parser reorg:Ingo Schwarze2017-05-041-4/+2
* Continue parser unification:Ingo Schwarze2017-04-241-18/+15
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-6/+6
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-2/+2
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-19/+5
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-3/+3
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Fill mode changes don't break next-line scope in all cases,Ingo Schwarze2015-09-041-3/+3
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-231-3/+2
* Unify trickier node handling functions.Ingo Schwarze2015-04-191-5/+4
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-5/+5
* Unify node handling functions:Ingo Schwarze2015-04-191-7/+9
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-9/+9
* Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze2015-04-031-119/+34
* It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze2015-04-031-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-18/+17
* First step towards parser unification:Ingo Schwarze2015-04-021-29/+30
* The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze2015-03-201-2/+2
* Simplify by almost halving the number of macro flags:Ingo Schwarze2015-03-201-16/+18
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-17/+11
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-061-1/+8
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-061-1/+8