| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -19/+20 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -109/+77 |
* | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze | 2015-02-11 | 1 | -0/+7 |
* | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze | 2015-02-10 | 1 | -33/+43 |
* | Closing a block validates it, which may end up deleting it, | Ingo Schwarze | 2015-02-07 | 1 | -0/+1 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | 2015-02-06 | 1 | -2/+3 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 1 | -0/+6 |
* | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze | 2015-02-06 | 1 | -0/+11 |
* | fix handling of empty .An macros | Ingo Schwarze | 2015-02-05 | 1 | -1/+1 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -7/+1 |
* | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | 2015-02-04 | 1 | -1/+7 |
* | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze | 2015-02-04 | 1 | -3/+8 |
* | Avoid closing out an explicit block twice when broken by .It | Ingo Schwarze | 2015-02-03 | 1 | -0/+1 |
* | Finally delete the kitchensink functions rew_sub() and rew_dohalt(). | Ingo Schwarze | 2015-02-03 | 1 | -159/+74 |
* | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze | 2015-02-03 | 1 | -3/+10 |
* | Simplify and reindent make_pending(). No functional change | Ingo Schwarze | 2015-02-02 | 1 | -56/+49 |
* | Simplify: Do not call rew_dohalt() from make_pending(), | Ingo Schwarze | 2015-02-02 | 1 | -30/+20 |
* | Get rid of all remaining calls to rew_sub() where the target block | Ingo Schwarze | 2015-02-02 | 1 | -65/+36 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 1 | -64/+66 |
* | When a full block macro gets closed out by a mismatching | Ingo Schwarze | 2015-02-02 | 1 | -3/+6 |
* | get rid of rew_sub() in blk_part_imp(); no functional change | Ingo Schwarze | 2015-02-01 | 1 | -2/+13 |
* | Simplify blk_part_exp(), no functional change. | Ingo Schwarze | 2015-02-01 | 1 | -23/+7 |
* | The function rew_sub() tries to rewind any all all kinds of blocks | Ingo Schwarze | 2015-02-01 | 1 | -4/+3 |
* | The code already pays attention not to close the same block twice. | Ingo Schwarze | 2014-12-22 | 1 | -2/+2 |
* | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze | 2014-12-20 | 1 | -8/+19 |
* | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze | 2014-12-18 | 1 | -1/+2 |
* | The code is already careful to not add items to lists that were | Ingo Schwarze | 2014-12-18 | 1 | -20/+31 |
* | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze | 2014-12-13 | 1 | -4/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -6/+16 |
* | warn about attempts to call non-callable macros; | Ingo Schwarze | 2014-11-30 | 1 | -8/+16 |
* | Reduce code duplication by reusing the same argument parser | Ingo Schwarze | 2014-11-29 | 1 | -18/+20 |
* | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze | 2014-11-29 | 1 | -115/+62 |
* | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze | 2014-11-28 | 1 | -46/+4 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 1 | -198/+116 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -375/+233 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 1 | -52/+44 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -7/+27 |
* | The .Sm macro accepts at most one argument; | Ingo Schwarze | 2014-11-26 | 1 | -1/+1 |
* | Do not access a NULL pointer when a section has no body, | Ingo Schwarze | 2014-11-25 | 1 | -1/+3 |
* | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze | 2014-11-20 | 1 | -1/+4 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -24/+50 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | 2014-09-07 | 1 | -2/+2 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -13/+12 |
* | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze | 2014-08-16 | 1 | -1/+2 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -1/+1 |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 1 | -0/+18 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -5/+9 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -5/+6 |
* | Improve and test the messages about empty macros, | Ingo Schwarze | 2014-07-02 | 1 | -3/+5 |