Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test inter-column spacing | Ingo Schwarze | 2017-06-27 | 3 | -1/+33 |
| | |||||
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 2 | -2/+2 |
| | |||||
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 2 | -0/+2 |
| | |||||
* | tables leak tab settings to subsequent text | Ingo Schwarze | 2017-06-17 | 5 | -0/+20 |
| | |||||
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -1/+1 |
| | | | | in horizontal orientation in the terminal formatter | ||||
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 3 | -1/+31 |
| | | | | | Improve width calculation of text blocks. Reduces the groff/mandoc diff in Base+Xenocara by about 800 lines. | ||||
* | When trying to expand some columns in a table where the sum of the | Ingo Schwarze | 2017-05-01 | 3 | -1/+39 |
| | | | | | | | widths of the remaining columns is already wider than the line length, underflowing size_t and dying from ENOMEM is the wrong plan. Instead, simply refrain from expanding anything in such a situation, avoiding a crash that tb@ found with afl. | ||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 11 | -0/+447 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |