Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 2 | -10/+14 |
| | |||||
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 34 | -63/+63 |
| | | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output. | ||||
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 5 | -10/+15 |
| | |||||
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 5 | -0/+5 |
| | |||||
* | correct handling of blank lines after \c | Ingo Schwarze | 2017-06-17 | 4 | -0/+25 |
| | |||||
* | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze | 2017-06-14 | 3 | -1/+4 |
| | | | | used for example by zoem(1) | ||||
* | let \l use the right fill character | Ingo Schwarze | 2017-06-14 | 4 | -2/+42 |
| | |||||
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 3 | -1/+4 |
| | | | | in horizontal orientation in the terminal formatter | ||||
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 3 | -1/+35 |
| | |||||
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 4 | -0/+4 |
| | | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1). | ||||
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 1 | -2/+2 |
| | | | | Good enough to cope with the average DocBook insanity. | ||||
* | 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 | 31 | -0/+488 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |