| Commit message (Expand) | Author | Age | Files | Lines |
* | When we open a new .while loop, let's not attempt to close out | Ingo Schwarze | 2022-04-24 | 1 | -2/+4 |
* | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze | 2022-04-24 | 1 | -2/+7 |
* | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze | 2022-04-13 | 1 | -2/+2 |
* | store the operating system name obtained from uname(3) in the adequate | Ingo Schwarze | 2021-10-04 | 1 | -1/+2 |
* | Do not leak 64 bytes of heap memory every time a manual page calls | Ingo Schwarze | 2021-10-04 | 1 | -2/+0 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -1/+3 |
* | add a style message about overlong text lines, | Ingo Schwarze | 2021-06-27 | 1 | -1/+9 |
* | Avoid artifacts in the most common case of closing conditional blocks | Ingo Schwarze | 2020-08-27 | 1 | -1/+3 |
* | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze | 2020-08-03 | 1 | -58/+63 |
* | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze | 2020-04-08 | 1 | -0/+1 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze | 2020-04-06 | 1 | -1/+7 |
* | Remove some stray argument names from function prototypes, | Ingo Schwarze | 2020-04-03 | 1 | -3/+5 |
* | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze | 2020-02-27 | 1 | -1/+1 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 1 | -0/+53 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -2/+2 |
* | Do not fail an assertion when a high level macro occurs in the body | Ingo Schwarze | 2019-12-26 | 1 | -1/+13 |
* | In the past, generating comment nodes stopped at the .TH or .Dd | Ingo Schwarze | 2019-11-09 | 1 | -3/+7 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 1 | -2/+2 |
* | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | 2019-04-21 | 1 | -1/+6 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 1 | -8/+45 |
* | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | 2019-02-06 | 1 | -7/+18 |
* | adjust style and comments in roff_getname(); no functional change | Ingo Schwarze | 2019-02-06 | 1 | -11/+14 |
* | no-fill mode has to be suspended during tbl(7) rendering, too | Ingo Schwarze | 2019-01-05 | 1 | -0/+2 |
* | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze | 2019-01-05 | 1 | -2/+2 |
* | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze | 2018-12-31 | 1 | -0/+4 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 1 | -20/+28 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -5/+12 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -16/+13 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 1 | -20/+53 |
* | Bugfix: | Ingo Schwarze | 2018-12-20 | 1 | -1/+1 |
* | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze | 2018-12-18 | 1 | -0/+97 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 1 | -14/+33 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-14 | 1 | -9/+5 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -91/+76 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -2/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -5/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -21/+13 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -1/+2 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 1 | -0/+8 |
* | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze | 2018-11-26 | 1 | -6/+28 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 1 | -0/+1 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 1 | -1/+72 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 1 | -124/+145 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 1 | -170/+196 |
* | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze | 2018-08-21 | 1 | -4/+18 |
* | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze | 2018-08-20 | 1 | -7/+34 |
* | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze | 2018-08-19 | 1 | -4/+43 |
* | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze | 2018-08-18 | 1 | -1/+8 |