Age | Commit message (Expand) | Author |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze |
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze |
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2013-12-30 | Test mdoc_macro.c rev. 1.83. | Ingo Schwarze |
2013-12-25 | repair the dates | Ingo Schwarze |
2013-12-25 | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze |
2013-12-24 | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-24 | More .Bk tests to lessen the risk of upcoming work. | Ingo Schwarze |
2013-12-24 | When i replaced the very ugly .in: suffix rule in my previous commit, | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-11-10 | test man.c rev. 1.71 | Ingo Schwarze |
2013-11-10 | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze |
2013-11-10 | basic tests for the \[uXXXX] escape sequence | Ingo Schwarze |
2013-11-10 | Framework extension to support -Tutf8 tests. | Ingo Schwarze |
2013-11-10 | prettier whitespace in variable assignments | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze |
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze |
2013-10-04 | Test numerical conditions; related to roff.c rev. 1.56. | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-09-15 | Macros following block closing macros aren't line macros. | Ingo Schwarze |
2013-08-08 | Test .%C; supported by mandoc, will soon be supported by the groff port, too. | Ingo Schwarze |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-07-13 | Check handling of two consecutive .TP lines. | Ingo Schwarze |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze |
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze |
2013-01-05 | In literal mode (.nf), each input line must be kept together | Ingo Schwarze |
2012-12-31 | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Check that mandoc handles non-numeric width arguments | Ingo Schwarze |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | Test paragraph distance (.PD) implementation; | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |