| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a quirk with respect to empty .HP. | Ingo Schwarze | 2015-04-04 | 1 | -0/+11 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -17/+15 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -8/+8 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -46/+47 |
* | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze | 2015-03-15 | 1 | -1/+2 |
* | Fix vertical spacing at the beginning of tables. | Ingo Schwarze | 2015-03-06 | 1 | -6/+2 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 1 | -5/+5 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | For .RS, we need to save the information how much we actually indented | Ingo Schwarze | 2014-12-24 | 1 | -27/+13 |
* | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze | 2014-12-24 | 1 | -9/+18 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -105/+71 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -14/+4 |
* | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze | 2014-12-23 | 1 | -3/+2 |
* | correctly handle scaling units after .PD | Ingo Schwarze | 2014-12-23 | 1 | -2/+4 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 1 | -1/+1 |
* | Ignore macros that never produce any text when deciding whether | Ingo Schwarze | 2014-12-04 | 1 | -12/+23 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -3/+4 |
* | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze | 2014-11-21 | 1 | -18/+10 |
* | 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 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -13/+25 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -3/+6 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -13/+9 |
* | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze | 2014-04-20 | 1 | -10/+15 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -116/+72 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze | 2014-04-08 | 1 | -3/+3 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -1/+1 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+12 |
* | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze | 2014-03-08 | 1 | -1/+1 |
* | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze | 2014-03-08 | 1 | -4/+9 |
* | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze | 2014-02-16 | 1 | -5/+8 |
* | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze | 2013-12-22 | 1 | -4/+12 |
* | In the parser, when closing an explicit block that is not open, | Ingo Schwarze | 2013-11-11 | 1 | -0/+2 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 1 | -0/+30 |
* | In literal mode (.nf), each input line must be kept together | Ingo Schwarze | 2013-01-05 | 1 | -3/+3 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -20/+20 |
* | Implement .PD for -Tascii. | Ingo Schwarze | 2012-07-29 | 1 | -12/+34 |
* | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze | 2012-07-16 | 1 | -1/+1 |
* | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze | 2012-07-14 | 1 | -3/+14 |
* | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze | 2012-07-13 | 1 | -3/+18 |
* | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze | 2012-07-10 | 1 | -31/+34 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -1/+3 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -2/+27 |
* | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze | 2011-12-04 | 1 | -18/+37 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 1 | -6/+9 |