| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -1/+2 |
* | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze | 2020-01-19 | 1 | -1/+1 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 1 | -2/+13 |
* | Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such | Ingo Schwarze | 2019-01-01 | 1 | -3/+45 |
* | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -1/+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 | -22/+65 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -41/+32 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 1 | -1/+1 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -21/+29 |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 1 | -22/+16 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -4/+2 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -2/+1 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -6/+5 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -1/+1 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -42/+41 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -1/+5 |
* | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze | 2017-02-16 | 1 | -2/+5 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -3/+3 |
* | Never look for broken blocks inside blocks that are already closed. | Ingo Schwarze | 2017-02-11 | 1 | -3/+4 |
* | Do not prematurely close .Nd containing a broken child. | Ingo Schwarze | 2017-02-11 | 1 | -2/+8 |
* | Do not prematurely mark intermediate blocks as broken while scanning | Ingo Schwarze | 2017-02-11 | 1 | -9/+16 |
* | For child macros of block-end macros, only scan backwards for pending | Ingo Schwarze | 2017-02-10 | 1 | -6/+7 |
* | In the SYNOPSIS, .Nm blocks can get broken if one of their children | Ingo Schwarze | 2017-02-10 | 1 | -6/+14 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -30/+30 |
* | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze | 2016-08-20 | 1 | -13/+22 |
* | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze | 2016-08-20 | 1 | -1/+1 |
* | Even after switching from a pending head to the body, we have to | Ingo Schwarze | 2016-08-11 | 1 | -1/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -12/+6 |
* | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | 2015-10-17 | 1 | -22/+28 |
* | When blk_full() handles an .It line in .Bl -column and indirectly | Ingo Schwarze | 2015-10-15 | 1 | -0/+5 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -10/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -24/+24 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze | 2015-05-01 | 1 | -1/+1 |
* | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze | 2015-05-01 | 1 | -3/+1 |
* | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze | 2015-05-01 | 1 | -1/+1 |
* | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze | 2015-04-29 | 1 | -1/+3 |
* | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze | 2015-04-29 | 1 | -0/+2 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -1/+1 |
* | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze | 2015-04-21 | 1 | -12/+15 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -3/+3 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -2/+2 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 1 | -17/+18 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -16/+17 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -20/+21 |
* | If a partial explicit block extending to the next input line follows | Ingo Schwarze | 2015-04-05 | 1 | -3/+15 |
* | Reduce code duplication, no functional change: | Ingo Schwarze | 2015-04-05 | 1 | -50/+44 |
* | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze | 2015-04-05 | 1 | -9/+7 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -39/+37 |