Age | Commit message (Expand) | Author |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze |
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze |
2016-08-13 | Even after switching from a pending head to the body, we have to | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-15 | When blk_full() handles an .It line in .Bl -column and indirectly | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-05-01 | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze |
2015-05-01 | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze |
2015-05-01 | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze |
2015-04-29 | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze |
2015-04-29 | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-21 | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze |
2015-04-05 | Reduce code duplication, no functional change: | Ingo Schwarze |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-11 | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze |
2015-02-10 | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-02-06 | better handle .Fo and .Fd without argument | Ingo Schwarze |
2015-02-06 | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze |
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze |
2015-02-05 | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze |
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze |
2015-02-03 | Avoid closing out an explicit block twice when broken by .It | Ingo Schwarze |
2015-02-03 | Finally delete the kitchensink functions rew_sub() and rew_dohalt(). | Ingo Schwarze |
2015-02-03 | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze |
2015-02-02 | Simplify and reindent make_pending(). No functional change | Ingo Schwarze |
2015-02-02 | Simplify: Do not call rew_dohalt() from make_pending(), | Ingo Schwarze |
2015-02-02 | Get rid of all remaining calls to rew_sub() where the target block | Ingo Schwarze |
2015-02-02 | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze |
2015-02-02 | When a full block macro gets closed out by a mismatching | Ingo Schwarze |
2015-02-01 | get rid of rew_sub() in blk_part_imp(); no functional change | Ingo Schwarze |
2015-02-01 | Simplify blk_part_exp(), no functional change. | Ingo Schwarze |
2015-02-01 | The function rew_sub() tries to rewind any all all kinds of blocks | Ingo Schwarze |
2014-12-22 | The code already pays attention not to close the same block twice. | Ingo Schwarze |
2014-12-20 | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze |