Age | Commit message (Expand) | Author |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-09-15 | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze |
2013-06-02 | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze |
2013-05-19 | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze |
2012-12-31 | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze |
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-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
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-16 | Two fixes regarding -Tman .sp: | 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 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-11 | Polish -Tman .Rs support. | 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 | * 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 |
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze |
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze |
2012-07-08 | implement -Tman .Va | Ingo Schwarze |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze |
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze |
2012-07-07 | basic support for -Tman .In | Ingo Schwarze |
2012-07-07 | after .Lb in library section, break the line in the final output | Ingo Schwarze |
2012-07-07 | implement -Tman .Bk | Ingo Schwarze |
2012-07-07 | implement -Tman .Sm | Ingo Schwarze |
2012-07-07 | implement -Tman .Bd -offset and -compact | Ingo Schwarze |
2012-07-07 | minor -mdoc -Tman fixes | Ingo Schwarze |
2011-10-22 | Implement missing enclosures (Ao Do Qo Qq So Bro Brq) | Ingo Schwarze |
2011-10-20 | Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). | Ingo Schwarze |
2011-10-09 | Sync to version 1.12.0; all code by kristaps@: | Ingo Schwarze |
2011-09-30 | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp | Ingo Schwarze |