Age | Commit message (Expand) | Author |
2013-05-18 | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze |
2013-05-18 | Remove the variable sz because it's invariantly == 0, | Ingo Schwarze |
2013-05-18 | Even though the size of a pointer should not depend on the type of the | Ingo Schwarze |
2013-03-26 | bits for octeon (will format as OCTEON in Dt); | Jason McIntyre |
2013-03-06 | legancy -> legacy; From: Chris Hettrick | Jason McIntyre |
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-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Warn about unknown volume or arch in Dt macro arguments; | 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 |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-08-12 | .Sq should use curly right quotes in HTML output to match its curly | Matthew Dempsky |
2012-07-29 | Disable hyphenation and, for nroff, disable justification which is | Todd C. Miller |
2012-07-29 | The '-' before the flags needs to be quoted to prevent nroff | Todd C. Miller |
2012-07-29 | Use "\\ " not "\\~" as the non-breaking space as historic nroff | Todd C. Miller |
2012-07-29 | Implement .PD for -Tascii. | Ingo Schwarze |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze |
2012-07-18 | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze |
2012-07-18 | Let a trailing .Ns macro take effect | Ingo Schwarze |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze |
2012-07-16 | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze |
2012-07-16 | Release polishing: finally fix the perl(1) SYNOPSIS. | Ingo Schwarze |
2012-07-16 | Two fixes regarding -Tman .sp: | Ingo Schwarze |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-14 | In -Tman .Bl -compact, skip the blank line only before the first item | Ingo Schwarze |
2012-07-13 | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. | Ingo Schwarze |
2012-07-13 | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze |
2012-07-12 | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze |
2012-07-10 | basic implementation of -Tman .Bl -tag | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-07-10 | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-09 | implement -Tman .Eo and .Ec | Ingo Schwarze |
2012-07-09 | Implement -Tman .Bf. | Ingo Schwarze |