| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze | 2015-04-04 | 1 | -1/+1 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -12/+6 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -13/+13 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -80/+81 |
* | Fix vertical spacing at the beginning of tables. | Ingo Schwarze | 2015-03-06 | 1 | -0/+2 |
* | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze | 2015-03-06 | 1 | -3/+6 |
* | 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 | -2/+3 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 1 | -3/+2 |
* | fix handling of empty .An macros | Ingo Schwarze | 2015-02-05 | 1 | -3/+0 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -6/+3 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 1 | -13/+54 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 1 | -1/+1 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 1 | -3/+4 |
* | 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 | -49/+56 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -1/+2 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -17/+8 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -1/+2 |
* | mop up an #ifdef turd deraadt@ stepped into | Ingo Schwarze | 2014-11-28 | 1 | -8/+2 |
* | Be more careful about meta->name. For weird input, it can be NULL. | Ingo Schwarze | 2014-11-28 | 1 | -6/+10 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -3/+5 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -4/+4 |
* | Do not access a NULL pointer when a section has no body, | Ingo Schwarze | 2014-11-25 | 1 | -6/+9 |
* | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze | 2014-11-21 | 1 | -10/+8 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 1 | -2/+4 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -1/+1 |
* | add required vertical spacing before lists that begin | Ingo Schwarze | 2014-11-10 | 1 | -9/+11 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -25/+12 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -3/+0 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -1/+1 |
* | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze | 2014-10-13 | 1 | -2/+6 |
* | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze | 2014-09-17 | 1 | -44/+16 |