summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-0/+1
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-8/+9
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze2017-06-101-9/+18
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-8/+14
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-0/+4
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-0/+1
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-6/+12
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-4/+8
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+11
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-14/+8
* move .ll to the roff modulesIngo Schwarze2017-05-051-25/+23
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-4/+17
* Parser reorg:Ingo Schwarze2017-05-041-1/+10
* Continue parser unification:Ingo Schwarze2017-04-241-3/+3
* implement display of long .Lk URIs to match -TasciiIngo Schwarze2017-04-171-4/+57
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-3/+11
* Do not make the colon after the .Lk link text italic.Ingo Schwarze2017-04-141-1/+1
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-041-4/+2
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-171-4/+2
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-3/+0
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-4/+2
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-100/+10
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-22/+1
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-6/+6
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-17/+17
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-1/+4
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-25/+24
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-14/+0
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-71/+71
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-11/+5
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-10/+10
* First step towards parser unification:Ingo Schwarze2015-04-021-33/+34
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-2/+2
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-7/+10
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-3/+2
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-2/+5
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-2/+24
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-5/+8
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-5/+5
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-241-28/+27
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-0/+4
* fix typo in previousIngo Schwarze2014-12-231-2/+2
* some scaling unit fixes:Ingo Schwarze2014-12-231-2/+2
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-1/+2
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-4/+13
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-10/+10
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-2/+23
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-0/+4