| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject non-printable characters found in the input stream even when | Ingo Schwarze | 2013-05-30 | 1 | -8/+23 |
* | Sync to OpenBSD: | Ingo Schwarze | 2013-05-29 | 1 | -2/+4 |
* | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze | 2013-05-29 | 1 | -6/+2 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | 2013-05-29 | 2 | -2/+2 |
* | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze | 2013-05-29 | 1 | -2/+2 |
* | 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 |
* | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze | 2013-05-18 | 1 | -1/+2 |
* | Remove the variable sz because it's invariantly == 0, | Ingo Schwarze | 2013-05-18 | 1 | -7/+2 |
* | Even though the size of a pointer should not depend on the type of the | Ingo Schwarze | 2013-05-18 | 1 | -1/+1 |
* | - (mdoc.7) fix Xr to self | Ingo Schwarze | 2013-04-28 | 3 | -4/+4 |
* | Cavium Octeon (new architecture in OpenBSD); from jmc@. | Ingo Schwarze | 2013-03-27 | 1 | -0/+1 |
* | legancy -> legacy; reported by Chris Hettrick | Ingo Schwarze | 2013-03-06 | 1 | -1/+1 |
* | In literal mode (.nf), each input line must be kept together | Ingo Schwarze | 2013-01-05 | 1 | -3/+3 |
* | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze | 2012-12-31 | 1 | -34/+48 |
* | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | 2012-11-19 | 4 | -10/+15 |
* | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze | 2012-11-19 | 3 | -5/+70 |
* | sync usage(), and tidy up the output a little; from jmc@ | Ingo Schwarze | 2012-11-19 | 1 | -3/+3 |
* | 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 |
* | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze | 2012-11-18 | 3 | -4/+14 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 14 | -767/+765 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 3 | -1/+3 |
* | End of sentence spacing after trailing punctuation after .In and .Ap | Ingo Schwarze | 2012-11-16 | 1 | -8/+0 |
* | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze | 2012-11-16 | 1 | -2/+3 |
* | Improve formatting of badly nested font blocks. | Ingo Schwarze | 2012-11-16 | 3 | -7/+8 |
* | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze | 2012-11-16 | 2 | -1/+4 |
* | crash caused by .Ta outside .Bl | Ingo Schwarze | 2012-11-04 | 1 | -0/+10 |
* | freeciv wants .UR/.UE too; from bentley@ | Ingo Schwarze | 2012-10-31 | 1 | -0/+2 |
* | minor EOS issue reported by Nicolas Joly | Ingo Schwarze | 2012-10-12 | 1 | -0/+8 |
* | 1) Remove documentation of the groff-1.15 compatibility quirk | Ingo Schwarze | 2012-08-29 | 1 | -10/+4 |
* | .Sq should use curly right quotes in HTML output to match its curly | Ingo Schwarze | 2012-08-12 | 1 | -3/+3 |
* | document .PD; related to man_term.c rev. 1.134 | Ingo Schwarze | 2012-07-29 | 1 | -1/+32 |
* | Implement .PD for -Tascii. | Ingo Schwarze | 2012-07-29 | 2 | -13/+36 |
* | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze | 2012-07-18 | 2 | -21/+21 |
* | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze | 2012-07-18 | 2 | -15/+19 |
* | Let a trailing .Ns macro take effect | Ingo Schwarze | 2012-07-18 | 2 | -10/+8 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 6 | -12/+45 |
* | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze | 2012-07-18 | 3 | -14/+2 |
* | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze | 2012-07-16 | 1 | -1/+1 |
* | In flush-left mode of both man(7) and mdoc(7), when an output line is broken | Ingo Schwarze | 2012-07-16 | 2 | -3/+8 |
* | 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 | 3 | -8/+42 |
* | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze | 2012-07-14 | 2 | -5/+17 |
* | 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 | 2 | -72/+100 |