| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -5/+5 |
* | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze | 2017-06-18 | 1 | -135/+185 |
* | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -1/+5 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -0/+18 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 1 | -4/+4 |
* | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze | 2017-06-14 | 1 | -4/+35 |
* | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze | 2017-06-14 | 1 | -5/+11 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 1 | -8/+8 |
* | Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks. | Ingo Schwarze | 2017-06-13 | 1 | -2/+3 |
* | Properly reinitialize roffce_node between parses, | Ingo Schwarze | 2017-06-08 | 1 | -0/+4 |
* | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze | 2017-06-07 | 1 | -5/+97 |