Age | Commit message (Expand) | Author |
2017-06-19 | Fix a regression in the previous revision: | Ingo Schwarze |
2017-06-19 | Mark up "am i" as Cm, not Ar. | Anthony J. Bentley |
2017-06-18 | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze |
2017-06-17 | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-17 | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-17 | if .in is used inside the .TP head, it's always relative | Ingo Schwarze |
2017-06-17 | tables leak tab settings to subsequent text | Ingo Schwarze |
2017-06-17 | correct handling of blank lines after \c | Ingo Schwarze |
2017-06-17 | Don't need to link with -ll or -ly. | Brian Callahan |
2017-06-17 | properly set the default indentation | Ingo Schwarze |
2017-06-16 | Multiple tbl(7) improvements: | Ingo Schwarze |
2017-06-16 | Tweak some logging. | Nicholas Marriott |
2017-06-16 | Log terminal capabilities for each new terminal. | Nicholas Marriott |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-15 | Finer grained pledge for at(1). After setegid(), do a three-way pledge: | Theo Buehler |
2017-06-15 | Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+ | Brian Callahan |
2017-06-15 | "10th's of a second" -> "tenths of a second" | Anthony J. Bentley |
2017-06-15 | add a rough start to a pcache view, to show pool cpu cache info. | David Gwynne |
2017-06-15 | round default width of tbl(7) text blocks in the same way as groff | Ingo Schwarze |
2017-06-14 | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze |
2017-06-14 | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze |
2017-06-14 | add the \(ru (0.5m baseline ruler) character escape sequence, | Ingo Schwarze |
2017-06-14 | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze |
2017-06-14 | let \l use the right fill character | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-14 | harmless, but weird typo; found with afterstep_faq(1) | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement roff(7) .rj (right justify) request | Ingo Schwarze |
2017-06-14 | Don't overwrite error message when it is available in | Nicholas Marriott |
2017-06-14 | Add missing error message when no target, GitHub issue 971. | Nicholas Marriott |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-14 | Add user@host prefix to client's "Permisison denied" messages, useful in | Darren Tucker |
2017-06-13 | Partial support for the \n[an-margin] number register. | Ingo Schwarze |
2017-06-13 | If the layout is empty except for requesting a left vertical frame, | Ingo Schwarze |
2017-06-13 | Delete the arbitrary range restriction for -Owidth. | Ingo Schwarze |
2017-06-13 | fix the interaction of the allbox option with spanned cells in the layout | Ingo Schwarze |
2017-06-13 | Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks. | Ingo Schwarze |
2017-06-13 | Do not require that unknown EXT_INFO extension values not contain | Damien Miller |
2017-06-13 | missing prototype. | Damien Miller |
2017-06-13 | Remove xterm flag from key before checking prefix, reported by Peter | Nicholas Marriott |
2017-06-12 | Two minor fixes for the "allbox" modifier: | Ingo Schwarze |
2017-06-12 | If a tbl(7) layout contains a 'w' (minimum width) modifier for a | Ingo Schwarze |
2017-06-12 | implement the tbl(7) "allbox" option; | Ingo Schwarze |
2017-06-12 | fix column width calculation for text block cells | Ingo Schwarze |
2017-06-12 | Implement automatic line breaking | Ingo Schwarze |
2017-06-12 | Use openat() and unlinkat() instead of chdir()ing to the recovery dir. | Todd C. Miller |
2017-06-12 | rejname[] is also -r option buffer, and should be PATH_MAX | Theo de Raadt |
2017-06-12 | Need to flush out the linefeed after wrapper. GitHub issue 970. | Nicholas Marriott |
2017-06-12 | Add explicit keys for the bracketed paste sequences, both to avoid mix | Nicholas Marriott |
2017-06-11 | ooops, fix a glitch in the previous commit... | Ingo Schwarze |