Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -0/+1 |
| | | | | now that this actually saves code: -70 LOC. | ||||
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 2 | -3/+3 |
| | | | | | Generate the first node on the roff level: .br Fix some column numbers in diagnostic messages while here. | ||||
* | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | 17 | -0/+543 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |