summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Bl
AgeCommit message (Expand)Author
2017-06-11churn caused by the new Mdocdate messages, no easy way to avoid this :(Ingo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo Schwarze
2017-03-08Now that markdown output is tested for almost everything, test allIngo Schwarze
2017-03-08.Bl -column never gets blank lines between rowsIngo Schwarze
2017-03-08enable -T markdown tests of filled displays and tagged listsIngo Schwarze
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-05first batch of -T markdown testsIngo Schwarze
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-11new regression tests for mdoc_macro.c revs. 1.167-1.172Ingo Schwarze
2016-10-17test .Bl -tag without -width;Ingo Schwarze
2016-08-20When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze
2016-08-20If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze
2016-08-10regression tests for mdoc_validate.c revisions 1.219 and 1.220Ingo Schwarze
2015-12-01Cope with the changed order of warning and error messages caused by theIngo Schwarze
2015-10-17Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze
2015-10-16test mixing of tabs with TaIngo Schwarze
2015-10-12Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze
2015-09-21Trailing whitespace is significant when determining the width of a tagIngo Schwarze
2015-02-12Do not confuse .Bl -column lists that just broken another blockIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-06replace the last legacy generic message type, "argument count wrong",Ingo Schwarze
2015-02-06Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze
2015-02-06better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-03Avoid closing out an explicit block twice when broken by .ItIngo Schwarze
2015-02-03Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze
2015-02-02Simplify and reindent make_pending(). No functional changeIngo Schwarze
2015-02-02Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze
2015-02-02Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-20Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze
2014-12-18Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze
2014-12-18Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze
2014-12-18When the head of a list item is extended with a partial explicitIngo Schwarze
2014-12-18The code is already careful to not add items to lists that wereIngo Schwarze
2014-12-13Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-16When a line (in the sense of term_flushln()) contains white space only,Ingo Schwarze
2014-11-10add required vertical spacing before lists that beginIngo Schwarze
2014-11-10more tests found in my treeIngo Schwarze
2014-11-10SKIP_GROFF tests need to adapt to the changed rendering of \(bu, tooIngo Schwarze
2014-11-10adapt to the changed rendering of \(buIngo Schwarze
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-08-26inevitable churn caused by the section title changeIngo Schwarze
2014-08-19Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze
2014-08-17Segfault fixes from kristaps@.Ingo Schwarze
2014-08-16If a stray .It follows .El, we are no longer in the list,Ingo Schwarze
2014-08-14new regression tests collected during recent workIngo Schwarze
2014-08-11start catching up with recent code changes, but no new files yetIngo Schwarze