| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the redundant tbl span flags, just inspect the actual data |  schwarze | 2015-01-30 | 1 | -2/+2 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+1 |
* | For .RS, we need to save the information how much we actually indented |  schwarze | 2014-12-24 | 1 | -28/+14 |
* | When a man(7) document contains unreasonably large numbers for |  schwarze | 2014-12-24 | 1 | -10/+19 |
* | support negative horizontal widths in man(7); |  schwarze | 2014-12-23 | 1 | -106/+72 |
* | some scaling unit fixes: |  schwarze | 2014-12-23 | 1 | -15/+5 |
* | even if the second argument to .IP is invalid, don't print it |  schwarze | 2014-12-23 | 1 | -4/+3 |
* | correctly handle scaling units after .PD |  schwarze | 2014-12-23 | 1 | -3/+5 |
* | fix handling of roff requests having a default scale other than "n", |  schwarze | 2014-12-04 | 1 | -2/+2 |
* | Ignore macros that never produce any text when deciding whether |  schwarze | 2014-12-04 | 1 | -13/+24 |
* | Fix the implementation and documentation of \c (continue text input line). |  schwarze | 2014-12-02 | 1 | -4/+5 |
* | We repeatedly observed assertion crashes in the low-level terminal |  schwarze | 2014-11-21 | 1 | -19/+11 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -4/+1 |
* | correct the spacing after in-line equations |  schwarze | 2014-10-20 | 1 | -2/+2 |
* | correct spacing *after* inline equations (much simpler than expected) |  schwarze | 2014-10-20 | 1 | -1/+3 |
* | correct spacing before inline equations |  schwarze | 2014-10-20 | 1 | -1/+3 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. |  schwarze | 2014-09-03 | 1 | -14/+26 |
* | As suggested by jmc@, only include line and column numbers into messages |  schwarze | 2014-06-20 | 1 | -4/+7 |
* | Audit strlcpy(3)/strlcat(3) usage. |  schwarze | 2014-04-23 | 1 | -14/+10 |
* | fix unchecked snprintf(3) in page header printing: |  schwarze | 2014-04-20 | 1 | -11/+16 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -117/+73 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) |  schwarze | 2014-04-08 | 1 | -4/+4 |
* | Support relative arguments to .ll (increase or decrease line length). |  schwarze | 2014-03-30 | 1 | -2/+2 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+13 |
* | In .nf mode, use the MAN_LINE flag to detect input line breaks |  schwarze | 2014-03-08 | 1 | -2/+2 |
* | To find out whether .TP head arguments are same-line or next-line arguments, |  schwarze | 2014-03-08 | 1 | -5/+10 |
* | when indenting, extend the right margin accordingly, when needed; |  schwarze | 2014-02-16 | 1 | -6/+9 |
* | Polishing the worms in my favourite can, term_flushln(). |  schwarze | 2013-12-22 | 1 | -5/+13 |
* | In the parser, when closing an explicit block that is not open, |  schwarze | 2013-11-11 | 1 | -1/+3 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -1/+31 |
* | In literal mode (.nf), each input line must be kept together |  schwarze | 2013-01-05 | 1 | -4/+4 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -21/+21 |
* | Implement .PD for -Tascii. |  schwarze | 2012-07-29 | 1 | -13/+35 |
* | Always fix the man(7) subsection header (.SS) indent to 3n, |  schwarze | 2012-07-16 | 1 | -2/+2 |
* | Translate blank input lines to .sp just like in mdoc(7), |  schwarze | 2012-07-14 | 1 | -4/+15 |
* | In -man -Tascii, support .sp with negative argument. |  schwarze | 2012-07-13 | 1 | -4/+19 |
* | multiple fixes to -Tascii .HP rendering: |  schwarze | 2012-07-10 | 1 | -33/+36 |
* | Minimal implementation of .EX and .EE for GNU compatibility. |  schwarze | 2012-06-02 | 1 | -2/+4 |
* | Support .OP, one of the extended man macros; from kristaps@. |  schwarze | 2012-02-26 | 1 | -3/+28 |
* | As requested by kristaps@, add and improve comments related to -Omdoc; |  schwarze | 2011-12-05 | 1 | -14/+25 |
* | When a man document contains nothing at all except one or more invalid |  schwarze | 2011-12-04 | 1 | -1/+6 |
* | Implement mdoc(7)-like output style variant for man(7) documents: |  schwarze | 2011-11-13 | 1 | -6/+14 |
* | Make the man(7) page footer the same as in groff. |  schwarze | 2011-11-13 | 1 | -10/+17 |
* | Make the default left text margin configurable from the command line, |  schwarze | 2011-11-13 | 1 | -13/+14 |
* | As noticed by kristaps@, when breaking an overflowing line, |  schwarze | 2011-09-21 | 1 | -5/+3 |
* | Using user-defined macros, surprisingly, it is possible |  schwarze | 2011-09-20 | 1 | -2/+2 |
* | When advancing the left margin, .RS also needs to reset the right margin |  schwarze | 2011-09-20 | 1 | -2/+3 |
* | Sync print_mdoc_head to print_man_head; |  schwarze | 2011-09-20 | 1 | -5/+5 |
* | Remove the terminal frontend flag TERMP_NOLPAD. |  schwarze | 2011-09-19 | 1 | -13/+23 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -2/+2 |