| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -5/+10 |
* | use the portable \(lq and \(rq internally rather than \(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 | -8/+0 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -3/+3 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -1/+3 |
* | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze | 2017-06-07 | 1 | -73/+75 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -22/+8 |
* | Make term_flushln() simpler and more robust: | Ingo Schwarze | 2017-06-04 | 1 | -40/+11 |
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 1 | -1/+2 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -6/+14 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 1 | -1/+2 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -10/+28 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -36/+8 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -19/+4 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -0/+1 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -7/+1 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -4/+16 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -4/+6 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -5/+11 |
* | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze | 2017-04-14 | 1 | -0/+10 |
* | Do not make the colon after the .Lk link text italic. | Ingo Schwarze | 2017-04-14 | 1 | -1/+1 |
* | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze | 2017-02-17 | 1 | -2/+4 |
* | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze | 2017-02-16 | 1 | -4/+10 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -8/+0 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -3/+1 |
* | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze | 2017-02-04 | 1 | -0/+3 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -106/+4 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -25/+1 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -41/+17 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -23/+23 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -1/+12 |
* | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze | 2016-11-08 | 1 | -1/+1 |
* | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze | 2016-11-08 | 1 | -0/+1 |
* | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze | 2016-11-08 | 1 | -2/+24 |
* | generate two tag entries from list entries of the form | Ingo Schwarze | 2016-11-08 | 1 | -1/+3 |
* | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze | 2016-10-09 | 1 | -1/+1 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -24/+25 |
* | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -54/+3 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -78/+78 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -4/+0 |
* | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | 2015-09-21 | 1 | -2/+2 |
* | The .Dv macro actually forces normal font. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze | 2015-07-25 | 1 | -10/+6 |
* | implement tagging for .Er | Ingo Schwarze | 2015-07-25 | 1 | -1/+15 |
* | basic tag support for function names; written at YYC | Ingo Schwarze | 2015-07-25 | 1 | -2/+17 |
* | basic support for tag priorities; written at YYC | Ingo Schwarze | 2015-07-25 | 1 | -2/+2 |
* | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze | 2015-07-17 | 1 | -1/+21 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -8/+6 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -1/+1 |