Age | Commit message (Expand) | Author |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-07-29 | in addition to backslash-tilda, | Ingo Schwarze |
2012-07-18 | enable more tests, some were forgotten along the way | Ingo Schwarze |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze |
2012-07-18 | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze |
2012-07-18 | Let a trailing .Ns macro take effect | Ingo Schwarze |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze |
2012-07-16 | Release polishing: finally fix the perl(1) SYNOPSIS. | Ingo Schwarze |
2012-07-16 | test end-of-sentence handling | Ingo Schwarze |
2012-07-16 | some more whitespace tests found in my tree | Ingo Schwarze |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-13 | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze |
2012-07-12 | regression tests related to mdoc_validate rev. 1.105 | Ingo Schwarze |
2012-07-12 | test .Fn with exactly one argument; | Ingo Schwarze |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-10 | basic implementation of -Tman .Bl -tag | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-07-10 | test vertical spacing around filling macros; | Ingo Schwarze |
2012-07-10 | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-09 | implement -Tman .Eo and .Ec | Ingo Schwarze |
2012-07-09 | Implement -Tman .Bf. | Ingo Schwarze |
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze |
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-07-07 | Add a test for RS breaking some other block. | Ingo Schwarze |
2012-07-07 | after several improvements to -Tman went in, | Ingo Schwarze |
2012-06-02 | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-05-31 | Fix blank line handling in .if. | Ingo Schwarze |
2012-05-28 | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze |
2012-05-28 | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze |
2012-05-28 | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze |
2012-05-27 | Make sure a nasty bug reported by naddy@ on July 3, 2011 | Ingo Schwarze |
2012-05-27 | some real tbl(7) regression tests | Ingo Schwarze |
2012-05-27 | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze |
2012-02-26 | Remove OpenBSD release numbers from these tests, | Ingo Schwarze |
2012-01-04 | Heads of .It macros in -diag lists are not parsed, | Ingo Schwarze |
2011-12-04 | link new tests to the build: Ap Aq Brq Dq Dv Ev Qq Sq Ux | Ingo Schwarze |