Age | Commit message (Expand) | Author |
2019-07-01 | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze |
2019-02-06 | adjust style and comments in roff_getname(); no functional change | Ingo Schwarze |
2019-01-05 | no-fill mode has to be suspended during tbl(7) rendering, too | Ingo Schwarze |
2019-01-05 | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze |
2018-12-31 | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-18 | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-10-25 | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-20 | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze |
2018-08-19 | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze |
2018-08-18 | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze |
2018-08-18 | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-10 | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze |
2018-08-01 | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2018-04-09 | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze |
2018-04-09 | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze |
2017-07-14 | The .Dd and .TH macros must interrupt .ce, too; | Ingo Schwarze |
2017-07-14 | Explicitly initialize a variable where the compiler is (understandably) | Ingo Schwarze |
2017-07-13 | eqn(7) .EQ has to break man(7) next-line scope, or tree corruption | Ingo Schwarze |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-08 | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-07-04 | Fix handling of \} on roff request lines. | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |