| Commit message (Expand) | Author | Age | Files | Lines |
* | * Polish tbl(7) error reporting. |  schwarze | 2015-01-28 | 1 | -6/+9 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" |  schwarze | 2015-01-23 | 1 | -6/+6 |
* | Support negative indentations for mdoc(7) displays and lists. |  schwarze | 2014-12-24 | 1 | -29/+28 |
* | support negative horizontal widths in man(7); |  schwarze | 2014-12-23 | 1 | -1/+5 |
* | fix typo in previous |  schwarze | 2014-12-23 | 1 | -3/+3 |
* | some scaling unit fixes: |  schwarze | 2014-12-23 | 1 | -3/+3 |
* | Multiple fixes with respect to .Pf: |  schwarze | 2014-11-30 | 1 | -2/+3 |
* | Multiple fixes with respect to .Eo: |  schwarze | 2014-11-27 | 1 | -5/+14 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments |  schwarze | 2014-11-27 | 1 | -11/+11 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, |  schwarze | 2014-11-19 | 1 | -3/+24 |
* | Multiple fixes with respect to in-line macros: |  schwarze | 2014-11-17 | 1 | -1/+5 |
* | Let -Tascii \(bu (bullet) output agree with groff; |  schwarze | 2014-11-06 | 1 | -2/+2 |
* | Major bugsquashing with respect to -offset and -width: |  schwarze | 2014-10-30 | 1 | -9/+11 |
* | Right after .Fl, a middle delimiter triggers an empty scope, |  schwarze | 2014-08-21 | 1 | -4/+7 |
* | Bring the handling of defective prologues even closer to groff, |  schwarze | 2014-08-08 | 1 | -3/+4 |
* | Various improvements related to .Ex and .Rv: |  schwarze | 2014-08-08 | 1 | -10/+95 |
* | Clean up messages regarding excess arguments: |  schwarze | 2014-07-04 | 1 | -5/+7 |
* | When .Sm is called without an argument, groff toggles the spacing mode, |  schwarze | 2014-07-02 | 1 | -4/+9 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, |  schwarze | 2014-07-02 | 1 | -5/+42 |
* | make sure static buffers for snprintf(3) are large enough |  schwarze | 2014-04-20 | 1 | -6/+7 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -70/+71 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+11 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -3/+4 |
* | Improve formatting of broken blocks in -Tman, |  schwarze | 2014-01-24 | 1 | -3/+12 |
* | Implement the \: (optional line break) escape sequence, |  schwarze | 2014-01-22 | 1 | -2/+5 |
* | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. |  schwarze | 2013-12-25 | 1 | -4/+9 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. |  schwarze | 2013-12-25 | 1 | -1/+11 |
* | Implement SYNOPSIS .Fn indentation for -Tman. |  schwarze | 2013-12-24 | 1 | -2/+5 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, |  schwarze | 2013-12-24 | 1 | -19/+18 |
* | Printf size_t vars with %zu, not %ld; |  schwarze | 2013-10-07 | 1 | -5/+5 |
* | Use normal line macro recognition, do not attempt to roll your own. |  schwarze | 2013-09-15 | 1 | -4/+3 |
* | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape |  schwarze | 2013-06-02 | 1 | -6/+6 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. |  schwarze | 2013-05-29 | 1 | -2/+2 |
* | Support .Bl -offset in -mdoc -Tman. |  schwarze | 2013-05-19 | 1 | -4/+22 |
* | Move printing of the .RS macro into print_offs() such that print_offs() |  schwarze | 2013-05-19 | 1 | -5/+5 |
* | Rewrite indentation handling for nested lists in a more systematic way |  schwarze | 2012-12-31 | 1 | -35/+49 |
* | In -Tman mode, support automatic word keeps in the SYNOPSIS |  schwarze | 2012-11-19 | 1 | -22/+34 |
* | Make the generated man(7) code more portable by using .PD |  schwarze | 2012-11-18 | 1 | -6/+20 |
* | Correct indentation for lists and displays inside lists. |  schwarze | 2012-11-18 | 1 | -7/+104 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -19/+20 |
* | Disable hyphenation and, for nroff, disable justification which is |  millert | 2012-07-29 | 1 | -2/+5 |
* | The '-' before the flags needs to be quoted to prevent nroff |  millert | 2012-07-29 | 1 | -2/+2 |
* | Use "\\ " not "\\~" as the non-breaking space as historic nroff |  millert | 2012-07-29 | 1 | -7/+5 |
* | Two fixes regarding -Tman .sp: |  schwarze | 2012-07-16 | 1 | -2/+6 |
* | In -Tman .Bl -compact, skip the blank line only before the first item |  schwarze | 2012-07-14 | 1 | -2/+3 |
* | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. |  schwarze | 2012-07-13 | 1 | -2/+11 |
* | If the tag in .Bl -tag .It would leave exactly one blank before the |  schwarze | 2012-07-13 | 1 | -28/+55 |
* | In -man -Tascii, support .sp with negative argument. |  schwarze | 2012-07-13 | 1 | -70/+83 |
* | Do not crash in -Tman on: |  schwarze | 2012-07-12 | 1 | -9/+16 |
* | Polish -Tman .Rs support. |  schwarze | 2012-07-11 | 1 | -28/+68 |