| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze | 2020-12-21 | 6 | -26/+26 |
* | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze | 2020-10-24 | 7 | -13/+20 |
* | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze | 2020-10-16 | 2 | -5/+2 |
* | Fix two issues with .po (page offset) formatting: | Ingo Schwarze | 2020-09-03 | 3 | -2/+53 |
* | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze | 2020-09-03 | 3 | -2/+49 |
* | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze | 2020-09-02 | 2 | -4/+20 |
* | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze | 2020-08-03 | 7 | -6/+95 |
* | trivial sync with OpenBSD | Ingo Schwarze | 2020-07-30 | 1 | -6/+6 |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 4 | -14/+6 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -5/+4 |
* | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | 2019-04-21 | 3 | -3/+30 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 3 | -2/+27 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 1 | -1/+1 |
* | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | 2019-02-06 | 17 | -15/+199 |
* | Test handling of escaped backslashes because the code related to | Ingo Schwarze | 2019-01-17 | 5 | -2/+97 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 5 | -30/+14 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 4 | -3/+53 |
* | test the roff(7) .ce and .rj requests; | Ingo Schwarze | 2019-01-04 | 4 | -2/+43 |
* | merge a test update from OpenBSD that was forgotten in April | Ingo Schwarze | 2018-12-21 | 2 | -1/+11 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 1 | -6/+10 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 9 | -25/+68 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 15 | -38/+218 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 2 | -0/+3 |
* | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze | 2018-11-26 | 3 | -4/+30 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 7 | -2/+61 |
* | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze | 2018-08-25 | 2 | -3/+29 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 16 | -2/+182 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 14 | -8/+184 |
* | Disable one test for now that is broken after the addition of \). | Ingo Schwarze | 2018-08-19 | 2 | -4/+3 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 6 | -1/+90 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 3 | -1/+50 |
* | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze | 2018-04-09 | 3 | -1/+46 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 4 | -2/+110 |
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 2 | -10/+14 |
* | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | 2017-07-06 | 5 | -44/+44 |
* | Fix handling of \} on roff request lines. | Ingo Schwarze | 2017-07-04 | 2 | -3/+12 |
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 145 | -315/+341 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 7 | -9/+11 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 18 | -29/+40 |
* | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze | 2017-06-18 | 12 | -6/+100 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 21 | -4/+21 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 11 | -4/+11 |
* | 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 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 4 | -1/+43 |
* | 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 | 6 | -3/+11 |
* | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze | 2017-06-14 | 3 | -1/+50 |
* | 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 | 12 | -0/+12 |