Age | Commit message (Expand) | Author |
2011-05-31 | When running "make obj" before "make regress", the desired output | Ingo Schwarze |
2011-02-06 | Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux. | Ingo Schwarze |
2011-02-06 | Some pre-handlers produce output, so reorder the code to set up | Ingo Schwarze |
2011-02-06 | If .Ns is specified on its own line, ignore it, like groff does; | Ingo Schwarze |
2011-02-06 | another test found in yet another tree; | Ingo Schwarze |
2011-02-06 | more tests found in my other tree | Ingo Schwarze |
2011-02-05 | another test found in my tree | Ingo Schwarze |
2011-02-05 | some more tests found in my tree | Ingo Schwarze |
2011-01-31 | When in a <PRE>, don't print out the <BR> before lines that have | Ingo Schwarze |
2011-01-30 | Make .Bx accept not more than two arguments. | Ingo Schwarze |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-17 | Refrain from throwing fatal errors for | Ingo Schwarze |
2011-01-16 | In literal context, do not generate output line breaks between macro | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-12 | Implement the roff .rm request (remove macro). | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-09 | check that lists lacking their end macro do not crash; | Ingo Schwarze |
2011-01-09 | test font-alternating blocks in literal context; | Ingo Schwarze |
2011-01-09 | Only .Bd -literal has 8-character tabs, | Ingo Schwarze |
2011-01-04 | some more tests regarding empty macros | Ingo Schwarze |
2011-01-04 | Fix stupid commit error pointed out by guenther@ (thanks!): | Ingo Schwarze |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2011-01-02 | more tests of white space handling | Ingo Schwarze |
2011-01-01 | test whether the .Fl macro is parsed | Ingo Schwarze |
2011-01-01 | test handling of zero-length user-defined strings | Ingo Schwarze |
2011-01-01 | also test .Pp in literal context | Ingo Schwarze |
2011-01-01 | also test .Mt without arguments | Ingo Schwarze |
2010-12-19 | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze |
2010-12-04 | add a few simple tests found in my tree | Ingo Schwarze |
2010-12-04 | Now that we don't have groff in base any longer, check in the desired output, | Ingo Schwarze |
2010-07-01 | more updates | Ingo Schwarze |
2010-07-01 | major update of the mandoc test suite: | Ingo Schwarze |
2010-06-27 | add the groff target to the 'make depend' step, so we build dependencies. | Peter Hessler |
2010-06-06 | also test .In following .In and .Ft following .Fn | Ingo Schwarze |
2010-04-25 | Test handling of roff conditional instructions; | Ingo Schwarze |
2010-04-25 | Let the clean target remove cores, | Ingo Schwarze |
2010-04-23 | Update test to also check that .Xr without args is ignored. | Ingo Schwarze |
2010-04-23 | Check handling of tab characters. | Ingo Schwarze |
2010-04-23 | Do not run the tests with -fstrict -Wall by default. | Ingo Schwarze |
2010-04-13 | test handling of multiple .It macros without intervening text; | Ingo Schwarze |
2010-04-12 | check handling of blank lines in literal context; | Ingo Schwarze |
2010-04-12 | new test to check vertical spacing in nested lists, | Ingo Schwarze |
2010-04-08 | Check the behaviour of quoted and unquoted punctuation | Ingo Schwarze |
2010-04-07 | Make sure that the sequence .Fl, no argument, and another macro | Ingo Schwarze |
2010-02-17 | regression test for .Xr argument handling; | Ingo Schwarze |
2010-01-02 | Check that end of .It does not restore .Sm state | Ingo Schwarze |