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-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
2016-08-10 | regression tests for mdoc_validate.c revisions 1.219 and 1.220 | Ingo Schwarze |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-16 | test mixing of tabs with Ta | Ingo Schwarze |
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze |
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-16 | The wrong test was marked SKIP_GROFF. | Ingo Schwarze |
2015-02-12 | After almost five years and 92 revisions, mdoc_macro.c rev. 1.139 | Ingo Schwarze |
2015-02-12 | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-11 | do not access a NULL pointer if an .Eo block lacks a tail; | 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 | replace the last legacy generic message type, "argument count wrong", | 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 empty .Bd .Bl .D1 .Dl blocks | 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-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze |
2015-02-04 | fix column numbers of macro arguments in messages | Ingo Schwarze |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze |
2015-02-04 | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | 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 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 | fix .Eo/.Ec spacing | Ingo Schwarze |
2014-12-24 | Support negative indentations for mdoc(7) displays and lists. | 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 |
2014-12-18 | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze |
2014-12-18 | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze |
2014-12-18 | When the head of a list item is extended with a partial explicit | Ingo Schwarze |
2014-12-18 | The code is already careful to not add items to lists that were | Ingo Schwarze |
2014-12-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze |