| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7), | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze | 2018-08-16 | 1 | -0/+1 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 1 | -0/+13 |
* | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze | 2018-08-10 | 1 | -1/+11 |
* | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze | 2018-08-01 | 1 | -0/+3 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -6/+29 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 1 | -14/+43 |
* | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze | 2018-04-09 | 1 | -23/+19 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 1 | -42/+81 |
* | The .Dd and .TH macros must interrupt .ce, too; | Ingo Schwarze | 2017-07-14 | 1 | -1/+2 |
* | Explicitly initialize a variable where the compiler is (understandably) | Ingo Schwarze | 2017-07-14 | 1 | -5/+6 |
* | eqn(7) .EQ has to break man(7) next-line scope, or tree corruption | Ingo Schwarze | 2017-07-13 | 1 | -0/+2 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze | 2017-07-08 | 1 | -36/+36 |
* | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze | 2017-07-08 | 1 | -1/+2 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -47/+37 |
* | Fix handling of \} on roff request lines. | Ingo Schwarze | 2017-07-04 | 1 | -15/+21 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -1/+1 |