Age | Commit message (Expand) | Author |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-11 | churn caused by the new Mdocdate messages, no easy way to avoid this :( | Ingo Schwarze |
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-05-30 | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze |
2017-05-30 | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze |
2017-05-30 | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-28 | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze |
2017-04-17 | test display of long URIs | Ingo Schwarze |
2017-04-14 | adjust .Lk tests after groff and mandoc .Lk improvements | Ingo Schwarze |
2017-03-11 | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze |
2017-03-08 | Now that markdown output is tested for almost everything, test all | Ingo Schwarze |
2017-03-08 | According to the CommonMark specification, backslash escapes | 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-07 | fix completely empty .Eo: no blank line wanted | Ingo Schwarze |
2017-03-07 | fix spacing after empty .Fl | Ingo Schwarze |
2017-03-07 | implement .An -split and -nosplit | Ingo Schwarze |
2017-03-07 | Fix .In formatting in the SYNOPSIS: | Ingo Schwarze |
2017-03-06 | Using .Nd only makes sense in the NAME section. | Ingo Schwarze |
2017-03-06 | URIs need different escaping; reported by reyk@ | Ingo Schwarze |
2017-03-05 | first batch of -T markdown tests | Ingo Schwarze |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2017-02-17 | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze |
2017-02-17 | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-16 | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze |
2017-02-11 | new regression tests for mdoc_macro.c revs. 1.167-1.172 | Ingo Schwarze |
2017-02-11 | remove a few Mdocdate that snuck in | Ingo Schwarze |
2017-02-06 | one less groff-mandoc difference after mdoc_validate.c rev. 1.234 | Ingo Schwarze |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze |
2016-10-17 | test .Bl -tag without -width; | Ingo Schwarze |
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 |