Age | Commit message (Expand) | Author |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-08-05 | After a leading blank on an output line, the first word was counted twice | Ingo Schwarze |
2013-08-05 | Put .%C before .%D in .Rs output | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-07-12 | Simple partial sync to bsd.lv: | Ingo Schwarze |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2013-06-17 | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q | Philip Guenther |
2013-06-05 | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze |
2013-06-02 | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze |
2013-06-02 | Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() and | Ingo Schwarze |
2013-06-01 | This file contains too much complexity. | Ingo Schwarze |
2013-06-01 | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze |
2013-06-01 | If a table contained at least one complete line | Ingo Schwarze |
2013-05-31 | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2013-05-30 | Reject non-printable characters found in the input stream even when | Ingo Schwarze |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze |
2013-05-29 | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | 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 |
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 |