summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes from Paul Tagliamonte via tech@ and jmc@Ingo Schwarze2023-04-281-2/+2
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-041-10/+22
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-37/+48
* bugfix: indented paragraph macros need a space characterIngo Schwarze2020-02-201-3/+3
* bugfix: .Tg must be ignored completely in these output modesIngo Schwarze2020-02-201-1/+1
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-0/+1
* Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67.Ingo Schwarze2019-01-041-9/+32
* Cleanup, no functional change:Ingo Schwarze2018-12-301-5/+4
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-0/+1
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-2/+9
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-13/+0
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-14/+20
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-2/+10
* Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze2018-04-051-1/+1
* For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze2018-04-051-2/+2
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-131-9/+0
* 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