| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -2/+10 |
* | Do not use a non-portable .R man(7) macro. Neither groff nor the | Ingo Schwarze | 2018-04-05 | 1 | -1/+1 |
* | For .Do/.Dq, use the documented and portable \(lq and \(rq | Ingo Schwarze | 2018-04-05 | 1 | -2/+2 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 1 | -9/+0 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 1 | -0/+1 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 1 | -8/+9 |
* | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze | 2017-06-10 | 1 | -9/+18 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -8/+14 |
* | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze | 2017-06-06 | 1 | -0/+4 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -0/+1 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -6/+12 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 1 | -4/+8 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -1/+11 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -14/+8 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -25/+23 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -4/+17 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+10 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -3/+3 |
* | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze | 2017-04-17 | 1 | -4/+57 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -3/+11 |
* | Do not make the colon after the .Lk link text italic. | Ingo Schwarze | 2017-04-14 | 1 | -1/+1 |
* | Remove a redundant condition in .%T handling, no functional change. | Ingo Schwarze | 2017-03-04 | 1 | -4/+2 |
* | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze | 2017-02-17 | 1 | -4/+2 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -3/+0 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -4/+2 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -100/+10 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -22/+1 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -6/+6 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -17/+17 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -1/+4 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -25/+24 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -14/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -71/+71 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -11/+5 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -2/+2 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -10/+10 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -33/+34 |
* | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze | 2015-02-17 | 1 | -2/+2 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -7/+10 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 1 | -3/+2 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 1 | -2/+5 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 1 | -2/+24 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -5/+8 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze | 2015-01-23 | 1 | -5/+5 |
* | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze | 2014-12-24 | 1 | -28/+27 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -0/+4 |
* | fix typo in previous | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -1/+2 |