| Commit message (Expand) | Author | Age | Files | Lines |
* | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze | 2022-04-27 | 1 | -3/+3 |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 1 | -0/+8 |
* | Do not die on an assertion if an input file contains no section | Ingo Schwarze | 2022-04-13 | 1 | -2/+3 |
* | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze | 2020-09-09 | 1 | -5/+7 |
* | In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, | Ingo Schwarze | 2019-01-05 | 1 | -1/+4 |
* | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze | 2019-01-05 | 1 | -1/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -1/+1 |
* | For .EX and .EE, set the fill mode parser state directly in the | Ingo Schwarze | 2018-12-31 | 1 | -0/+5 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 1 | -10/+3 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -2/+0 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -1/+1 |
* | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze | 2018-12-21 | 1 | -6/+12 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -16/+14 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -0/+1 |
* | Support nesting of elements with next-line scope. | Ingo Schwarze | 2018-08-26 | 1 | -31/+36 |
* | paragraphs can contain .MT and .UR blocks | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | .RE causes a line break even if .RS is not open | Ingo Schwarze | 2018-08-18 | 1 | -0/+6 |
* | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze | 2018-08-18 | 1 | -0/+2 |
* | Two consecutive .SY blocks only get a blank line in between | 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 | -0/+5 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -9/+15 |
* | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze | 2018-08-16 | 1 | -1/+2 |
* | fix incomplete variable renaming in previous; | Ingo Schwarze | 2018-08-15 | 1 | -1/+1 |
* | support tail arguments on the .ME and .UE macros, | Ingo Schwarze | 2018-08-14 | 1 | -16/+23 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -0/+5 |
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 1 | -1/+1 |
* | Partial support for the \n[an-margin] number register. | Ingo Schwarze | 2017-06-13 | 1 | -1/+14 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -3/+1 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -2/+1 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -3/+1 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -17/+14 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -5/+5 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -1/+1 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 1 | -18/+4 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+2 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze | 2015-09-04 | 1 | -2/+2 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -2/+1 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -4/+3 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -4/+4 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -6/+8 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -8/+8 |
* | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze | 2015-04-03 | 1 | -118/+33 |
* | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze | 2015-04-03 | 1 | -1/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -17/+16 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -28/+29 |
* | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze | 2015-03-20 | 1 | -1/+1 |
* | Simplify by almost halving the number of macro flags: | Ingo Schwarze | 2015-03-20 | 1 | -15/+17 |