Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really commit some files that failed to get committed in this commit: | Ingo Schwarze | 2017-03-09 | 1 | -1/+0 |
| | | | | | | | Now that markdown output is tested for almost everything, test all 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. | ||||
* | first batch of -T markdown tests | Ingo Schwarze | 2017-03-05 | 4 | -0/+73 |
| | |||||
* | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze | 2017-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | ugly in -Tascii output. For that reason, bentley@ submitted patches to render "..." instead to groff in November 2014 (yes, more than two years ago). Carsten Kunze yesterday merged them for the upcoming groff-1.22.4 release. Yay! Consequently, do the same in mandoc: Render \(Lq and \(Rq (which are used for .Do, .Dq, .Lb, and .St) as '"' in -Tascii output. All other output modes including -Tutf8 remain unchanged. | ||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 8 | -0/+126 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |