| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -4/+13 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -10/+10 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 1 | -2/+23 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -0/+4 |
* | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze | 2014-11-06 | 1 | -1/+1 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -8/+8 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -3/+6 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -2/+3 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -9/+94 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -4/+6 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -3/+8 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -4/+41 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -5/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -69/+70 |
* | Improve formatting of broken blocks in -Tman, | Ingo Schwarze | 2014-03-30 | 1 | -2/+11 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+10 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -2/+3 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -1/+4 |
* | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze | 2013-12-25 | 1 | -3/+8 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | 2013-12-25 | 1 | -0/+10 |
* | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze | 2013-12-24 | 1 | -1/+4 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 1 | -18/+17 |
* | Printf size_t vars with %zu, not %ld; | Ingo Schwarze | 2013-10-07 | 1 | -4/+4 |
* | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze | 2013-09-15 | 1 | -3/+2 |
* | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze | 2013-06-02 | 1 | -5/+5 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | 2013-05-29 | 1 | -1/+1 |
* | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze | 2013-05-19 | 1 | -3/+21 |
* | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze | 2013-05-19 | 1 | -4/+4 |
* | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze | 2012-12-31 | 1 | -34/+48 |
* | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze | 2012-11-19 | 1 | -21/+33 |
* | Three portability improvements by millert@: | Ingo Schwarze | 2012-11-19 | 1 | -8/+9 |
* | Make the generated man(7) code more portable by using .PD | Ingo Schwarze | 2012-11-18 | 1 | -5/+19 |
* | Correct indentation for lists and displays inside lists. | Ingo Schwarze | 2012-11-18 | 1 | -6/+103 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -18/+19 |
* | For .El .sp, avoid the weird .sp -1v .PP .PP output sequence. | Ingo Schwarze | 2012-07-16 | 1 | -2/+3 |
* | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | 2012-07-16 | 1 | -1/+4 |
* | In -Tman .Bl -compact, skip the blank line only before the first item | Ingo Schwarze | 2012-07-14 | 1 | -1/+2 |
* | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. | Ingo Schwarze | 2012-07-13 | 1 | -1/+10 |
* | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze | 2012-07-13 | 1 | -27/+54 |
* | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze | 2012-07-13 | 1 | -69/+82 |
* | Do not crash in -Tman on: | Ingo Schwarze | 2012-07-12 | 1 | -8/+15 |
* | Polish -Tman .Rs support. | Ingo Schwarze | 2012-07-11 | 1 | -27/+67 |
* | basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31 | Ingo Schwarze | 2012-07-11 | 1 | -5/+41 |
* | basic implementation of -Tman .Bl -tag | Ingo Schwarze | 2012-07-10 | 1 | -5/+5 |
* | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze | 2012-07-10 | 1 | -8/+22 |
* | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze | 2012-07-10 | 1 | -8/+121 |
* | fix -Tascii .Fd line breaking | Ingo Schwarze | 2012-07-09 | 1 | -3/+22 |
* | implement -Tman .Eo and .Ec; OpenBSD rev. 1.26 | Ingo Schwarze | 2012-07-09 | 1 | -3/+12 |
* | Implement -Tman .Bf. | Ingo Schwarze | 2012-07-09 | 1 | -5/+41 |