Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test new MT macro | Ingo Schwarze | 2017-06-25 | 8 | -1/+100 |
| | |||||
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 32 | -32/+32 |
| | |||||
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 34 | -2/+34 |
| | |||||
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 3 | -1/+35 |
| | |||||
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 4 | -10/+10 |
| | | | | 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. | ||||
* | ignore blank lines in man(7) next line scope; | Ingo Schwarze | 2017-06-03 | 16 | -2/+55 |
| | | | | strange groff edge case behaviour found in multimedia/mjpegtools | ||||
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -0/+4 |
| | | | | now that this actually saves code: -70 LOC. | ||||
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 1 | -0/+1 |
| | | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code. | ||||
* | more tests for .IP/.nf interaction that i forgot to commit | Ingo Schwarze | 2017-02-17 | 2 | -2/+69 |
| | |||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 218 | -0/+4254 |
| | | | | | Both kristaps@ and wiz@ repeated asked for this, literally for years. | ||||
* | Move the regression suite to the attic. | Ingo Schwarze | 2014-03-03 | 17 | -127/+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. | ||||
* | Forgot to add regression tests. | Kristaps Dzonsons | 2010-05-25 | 1 | -0/+15 |
| | |||||
* | Test .SH with only empty paragraph. Don't test .IP without body. | Joerg Sonnenberger | 2010-05-22 | 1 | -0/+3 |
| | |||||
* | Multiple empty .PPs don't add a vspace either | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+3 |
| | |||||
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 13 | -0/+67 |
| | |||||
* | Tests for sane and insane handling of lines before and after .SH/.SS | Joerg Sonnenberger | 2010-05-17 | 2 | -0/+23 |
| | |||||
* | Add a test case for nesting of .RS/.RE | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+16 |