Age | Commit message (Expand) | Author |
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-17 | *Add* a test checking that no empty databases get created, | Ingo Schwarze |
2017-05-17 | Stop testing the creation and the properties of empty databases. | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-05-01 | When trying to expand some columns in a table where the sum of the | 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 | test infinite recursion in eqn(7) "define" statements | 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-08 | prevent infinite recursion while expanding the arguments | Ingo Schwarze |
2017-03-07 | If a user-defined macro is aborted because it exceeds the stack | 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 |
2017-03-05 | Infrastructure for -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-17 | more tests for .IP/.nf interaction that i forgot to commit | Ingo Schwarze |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-16 | cope with macro value sorting implemented in dba.c rev. 1.6 | Ingo Schwarze |
2017-02-16 | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze |
2017-02-12 | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze |
2015-01-01 | eqn(7) tests | 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-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
2017-01-19 | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze |
2017-01-18 | Make HTML output more human readable by overhauling line break logic | 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-12-07 | test different kinds of the "WARNING: whitespace at end of input line"; | Ingo Schwarze |