| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling fixes from Paul Tagliamonte via tech@ and jmc@ | Ingo Schwarze | 2023-04-28 | 1 | -2/+2 |
* | clarify the meaning of a complicated mixed signed/unsigned expression; | Ingo Schwarze | 2021-09-19 | 1 | -1/+1 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -1/+3 |
* | Fix two issues with .po (page offset) formatting: | Ingo Schwarze | 2020-09-03 | 1 | -5/+13 |
* | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze | 2020-09-03 | 1 | -11/+21 |
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 1 | -1/+3 |
* | Simplify the roff(7) .ce and .rj terminal formatter by using the | Ingo Schwarze | 2019-01-04 | 1 | -14/+3 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 1 | -0/+4 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -13/+11 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
* | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze | 2018-08-10 | 1 | -2/+7 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -0/+1 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 1 | -0/+24 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -1/+1 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 1 | -14/+16 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -2/+2 |
* | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze | 2017-06-07 | 1 | -14/+14 |
* | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze | 2017-06-06 | 1 | -0/+39 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -2/+19 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 1 | -0/+42 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -1/+11 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+25 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+10 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -1/+29 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -0/+52 |