Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -2/+2 |
| | | | | in horizontal orientation in the terminal formatter | ||||
* | Partial support for the \n[an-margin] number register. | Ingo Schwarze | 2017-06-13 | 3 | -1/+42 |
| | | | | | | | | | | | | | | | Manuals autogenerated from reStructuredText are reckless enough to peek at this non-portable, implementation-dependent, highly groff-specific internal register - for no good reason, because the man(7) language natively provides in a much simpler way what they are trying to emulate here with much fragility. A full implementation would be very hard because it would require access to output-device-specific formatting data at the roff(7) preprocessor stage, which mandoc doesn't support at all. So hardcode a few magic numbers as reStructuredText expects them for terminal output. For other output modes (like HTML), code using this register is utterly broken anyway. | ||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 25 | -0/+523 |
| | | | | | Both kristaps@ and wiz@ repeated asked for this, literally for years. | ||||
* | Move the regression suite to the attic. | Ingo Schwarze | 2014-03-03 | 1 | -16/+0 |
| | | | | | | | It has not been used or maintained for several years, and we won't start using it now. Devlopment regression testing is done in OpenBSD, and there is no value in maintaining two regression suites in parallel. | ||||
* | Add a test case for nesting of .RS/.RE | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+16 |