summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce the concept of nodes that are semantically transparent:schwarze2020-02-271-38/+49
* bugfix: indented paragraph macros need a space characterschwarze2020-02-201-4/+4
* bugfix: .Tg must be ignored completely in these output modesschwarze2020-02-201-2/+2
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeschwarze2020-01-191-1/+2
* Oops, i forgot to adjust this file to the changes in roff.h rev. 1.49.schwarze2019-01-041-10/+33
* Cleanup, no functional change:schwarze2018-12-301-6/+5
* Several improvements to escape sequence handling.schwarze2018-12-151-1/+2
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)schwarze2018-12-031-3/+10
* The upcoming .while request will have to re-execute roff(7) linesschwarze2018-08-231-14/+1
* Remove more pointer arithmetic passing via regions outside the arrayschwarze2018-08-171-15/+21
* preserve comments before .Dd when converting mdoc(7) to man(7)schwarze2018-04-111-3/+11
* Do not use a non-portable .R man(7) macro. Neither groff nor theschwarze2018-04-051-2/+2
* For .Do/.Dq, use the documented and portable \(lq and \(rqschwarze2018-04-051-3/+3
* Remove the implicit display feature of .Lk because it was inconsistentschwarze2018-01-131-10/+1
* Naive implementation of the roff(7) .po (page offset) request.schwarze2017-06-141-1/+2
* implement roff(7) .rj (right justify) requestschwarze2017-06-141-9/+10
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsschwarze2017-06-101-10/+19
* make the internal a2roffsu() interface more powerful by returningschwarze2017-06-081-9/+15
* Minimal implementation of the roff(7) .ce request (center a numberschwarze2017-06-061-1/+5
* Implement the roff(7) .mc (right margin character) request.schwarze2017-06-041-1/+2
* fix formatting of intermediate punctuation in .Lkschwarze2017-05-301-7/+13
* Basic implementation of the roff(7) .ti (temporary indent) request.schwarze2017-05-081-5/+9
* Basic implementation of the roff(7) .ta (define tab stops) request.schwarze2017-05-071-2/+12
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-15/+9
* move .ll to the roff modulesschwarze2017-05-051-26/+24
* Move handling of the roff(7) .ft request from the man(7)schwarze2017-05-051-5/+18
* Parser reorg:schwarze2017-05-041-2/+11
* Continue parser unification:schwarze2017-04-241-4/+4
* implement display of long .Lk URIs to match -Tasciischwarze2017-04-171-5/+58
* Fix handling of trailing punctuation in .Lk.schwarze2017-04-171-4/+12
* Do not make the colon after the .Lk link text italic.schwarze2017-04-141-2/+2
* Remove a redundant condition in .%T handling, no functional change.schwarze2017-03-041-5/+3
* Use typographic quotes rather than '"' for .Rs %T (no change for -Tasciischwarze2017-02-171-5/+3
* Remove the ENDBODY_NOSPACE flag, simplifying the code.schwarze2017-02-161-4/+1
* The .Nm macro does not only use the default name when it has noschwarze2017-02-061-5/+3
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageschwarze2017-01-111-101/+11
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.schwarze2017-01-101-23/+2
* For the .Ux/.Ox family of macros, do text production at the validationschwarze2017-01-101-7/+7
* unify names of AST node flags; no change of cpp outputschwarze2017-01-101-18/+18
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.schwarze2017-01-101-2/+5
* Delete the redundant "nchild" member of struct roff_node, replacingschwarze2016-01-081-26/+25
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsschwarze2015-10-121-15/+1
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-72/+72
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),schwarze2015-04-181-12/+6
* Replace the structs mdoc and man by a unified struct roff_man.schwarze2015-04-181-3/+3
* Third step towards parser unification:schwarze2015-04-021-3/+3
* Second step towards parser unification:schwarze2015-04-021-11/+11
* First step towards parser unification:schwarze2015-04-021-34/+35
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingschwarze2015-02-171-3/+3
* Delete the mdoc_node.pending pointer and the function calculatingschwarze2015-02-121-8/+11