| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename syntax test of the \O escape sequence (suppress output groff |  schwarze | 2020-12-21 | 6 | -26/+26 |
* | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). |  schwarze | 2020-10-24 | 7 | -14/+21 |
* | In HTML output, avoid printing a newline right after <pre> |  schwarze | 2020-10-16 | 2 | -5/+2 |
* | oops, i tripped over $Mdocdate$ again; so sync the date after the commit |  schwarze | 2020-09-03 | 1 | -1/+1 |
* | Fix two issues with .po (page offset) formatting: |  schwarze | 2020-09-03 | 3 | -2/+53 |
* | If .ti had an excessive argument, using it was attempted, in some |  schwarze | 2020-09-03 | 3 | -2/+49 |
* | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. |  schwarze | 2020-09-02 | 2 | -4/+20 |
* | Put the code handling \} into a new function roff_cond_checkend() |  schwarze | 2020-08-03 | 7 | -6/+95 |
* | bluhm@ has been pointing out for a long time that the mandoc test suite |  schwarze | 2020-07-30 | 1 | -6/+6 |
* | adapt to new <p> output logic (html.c rev. 1.131) |  schwarze | 2019-09-03 | 4 | -14/+6 |
* | In HTML output, allow switching the desired font for subsequent |  schwarze | 2019-04-30 | 1 | -5/+4 |
* | When calling an empty macro, do not clobber existing arguments. |  schwarze | 2019-04-21 | 3 | -3/+30 |
* | Implement the roff .break request (break out of a .while loop). |  schwarze | 2019-04-21 | 3 | -2/+27 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements |  schwarze | 2019-03-01 | 1 | -1/+1 |
* | Let roff_getname() end the roff identifier at a tab character |  schwarze | 2019-02-06 | 17 | -15/+199 |
* | Test handling of escaped backslashes because the code related to |  schwarze | 2019-01-17 | 5 | -2/+97 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) |  schwarze | 2019-01-07 | 5 | -31/+15 |
* | Finally, represent the man(7) .PP and .HP macros by the natural |  schwarze | 2019-01-06 | 4 | -3/+53 |
* | test the roff(7) .ce and .rj requests; |  schwarze | 2019-01-04 | 4 | -2/+43 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser |  schwarze | 2018-12-21 | 1 | -6/+10 |
* | make test output less ugly |  schwarze | 2018-12-16 | 4 | -17/+16 |
* | Yet another round of improvements to manual font selection. |  schwarze | 2018-12-15 | 9 | -25/+69 |
* | Several improvements to escape sequence handling. |  schwarze | 2018-12-15 | 15 | -41/+221 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all |  schwarze | 2018-12-04 | 2 | -0/+3 |
* | When a conditional block is closed by putting "\}" on a text line |  schwarze | 2018-11-26 | 3 | -5/+31 |
* | oops, hook up the tests for the roff(7) .char request |  schwarze | 2018-08-25 | 1 | -2/+2 |
* | Rudimentary implementation of the roff(7) .char (output glyph |  schwarze | 2018-08-25 | 6 | -0/+59 |
* | If man(7) next-line scope is open and the line ends with \c, |  schwarze | 2018-08-25 | 2 | -3/+29 |
* | Fix dates that got broken by committing from one day to another |  schwarze | 2018-08-24 | 5 | -5/+5 |
* | Rudimentary implementation of the roff(7) .while request. |  schwarze | 2018-08-24 | 16 | -2/+182 |
* | Implement the roff(7) .shift and .return requests, |  schwarze | 2018-08-23 | 14 | -9/+185 |
* | Disable one test for now that is broken after the addition of \). |  schwarze | 2018-08-19 | 2 | -4/+3 |
* | Implement the \*(.T predefined string (interpolate device name) |  schwarze | 2018-08-16 | 6 | -2/+91 |
* | Two new low-level roff(7) features: |  schwarze | 2018-04-10 | 3 | -2/+61 |
* | When accessing an undefined number register, define it to be zero, like |  schwarze | 2018-04-09 | 3 | -2/+47 |
* | Using an undefined string or macro will cause it to be defined as empty. |  schwarze | 2018-04-09 | 4 | -3/+111 |
* | catch up with ASCII renderings in chars.c rev. 1.42 |  schwarze | 2017-08-23 | 2 | -10/+14 |
* | Now that we have the -Wstyle message level, downgrade six warnings |  schwarze | 2017-07-06 | 5 | -44/+44 |
* | Fix handling of \} on roff request lines. |  schwarze | 2017-07-04 | 2 | -3/+12 |
* | Messages of the -Wbase level now print STYLE:. Since this |  schwarze | 2017-07-04 | 146 | -317/+343 |
* | cope with changes in BASE messages |  schwarze | 2017-06-25 | 25 | -38/+51 |
* | Implement appending to standard man(7) and mdoc(7) macros with .am. |  schwarze | 2017-06-18 | 12 | -8/+102 |
* | churn related to the new style message about RCS ids |  schwarze | 2017-06-17 | 32 | -8/+32 |
* | correct handling of blank lines after \c |  schwarze | 2017-06-17 | 4 | -0/+25 |
* | implement so-called absolute horizontal motion: \h'|...', |  schwarze | 2017-06-14 | 3 | -1/+4 |
* | Naive implementation of the roff(7) .po (page offset) request. |  schwarze | 2017-06-14 | 4 | -2/+44 |
* | let \l use the right fill character |  schwarze | 2017-06-14 | 4 | -3/+43 |
* | improve rounding rules for scaling units |  schwarze | 2017-06-14 | 6 | -3/+11 |
* | implement the roff(7) d (macro or string defined) conditional |  schwarze | 2017-06-14 | 3 | -2/+51 |
* | implement the roff(7) \p (break output line) escape sequence |  schwarze | 2017-06-14 | 3 | -2/+36 |