Age | Commit message (Expand) | Author |
2017-06-11 | churn caused by the new Mdocdate messages, no easy way to avoid this :( | Ingo Schwarze |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-03-08 | Now that markdown output is tested for almost everything, test all | Ingo Schwarze |
2017-03-08 | .Bl -column never gets blank lines between rows | Ingo Schwarze |
2017-03-08 | enable -T markdown tests of filled displays and tagged lists | Ingo Schwarze |
2017-03-07 | Escape blanks at the end of markdown lines | Ingo Schwarze |
2017-03-05 | first batch of -T markdown tests | Ingo Schwarze |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-11 | new regression tests for mdoc_macro.c revs. 1.167-1.172 | Ingo Schwarze |
2016-10-17 | test .Bl -tag without -width; | 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-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-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-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 empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze |
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | fix column numbers of macro arguments in messages | 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-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 |
2014-12-24 | Support negative indentations for mdoc(7) displays and lists. | 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 |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-16 | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze |
2014-11-10 | add required vertical spacing before lists that begin | Ingo Schwarze |
2014-11-10 | more tests found in my tree | Ingo Schwarze |
2014-11-10 | SKIP_GROFF tests need to adapt to the changed rendering of \(bu, too | Ingo Schwarze |
2014-11-10 | adapt to the changed rendering of \(bu | Ingo Schwarze |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-08-26 | inevitable churn caused by the section title change | Ingo Schwarze |
2014-08-19 | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-16 | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze |
2014-08-14 | new regression tests collected during recent work | Ingo Schwarze |
2014-08-11 | start catching up with recent code changes, but no new files yet | Ingo Schwarze |