Age | Commit message (Expand) | Author |
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 |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-02 | After unifying volume titles in the page headers for man(7) and mdoc(7), | Ingo Schwarze |
2011-12-01 | test vertical spacing around display blocks | Ingo Schwarze |
2011-11-19 | After the recent cleanup of .TH date handling, | Ingo Schwarze |
2011-11-17 | Complete overhaul of the mandoc(1) test suite. | Ingo Schwarze |
2011-09-18 | check whether breakable hyphens | Ingo Schwarze |
2011-07-24 | Theo reported that make cleandir deleted too much, triggering this cleanup: | Ingo Schwarze |
2011-07-24 | check opening and middle punctuation as well | Ingo Schwarze |
2011-07-24 | check that a macro works in the head of a tagged paragraph; | Ingo Schwarze |
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 |