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