Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/OpenBSD/Id/ in CVS Ids | Ingo Schwarze | 2018-12-16 | 1 | -1/+1 |
| | |||||
* | tables leak tab settings to subsequent text | Ingo Schwarze | 2017-06-17 | 1 | -0/+15 |
| | |||||
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -8/+4 |
| | | | | in horizontal orientation in the terminal formatter | ||||
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -1/+1 |
| | | | | | a pointer to the end of the parsed data, making it easier to parse subsequent bytes | ||||
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -0/+117 |
This is the first feature made possible by the parser reorganization. Improves the formatting of the SYNOPSIS in many Xenocara GL manuals. Also important for ports, as reported by many, including naddy@. |