Age | Commit message (Expand) | Author |
2017-06-24 | use HostKeyAlias if specified instead of hostname for matching host | Damien Miller |
2017-06-24 | no need to call log_init to reinitialise logged PID in child sessions, | Damien Miller |
2017-06-23 | Consistently treat character escape sequences as operators, | Ingo Schwarze |
2017-06-23 | splitting a text box sometimes requires wrapping it in a list | Ingo Schwarze |
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | Nicholas Marriott |
2017-06-23 | When using the escape sequence &~ the code path is client_loop() -> | Ricardo Mestre |
2017-06-23 | Import regenerated moduli. | Darren Tucker |
2017-06-23 | Run the screen twice so we end up with more candidate groups. ok djm@ | Darren Tucker |
2017-06-23 | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze |
2017-06-23 | change the semantic for calculating when to grow the size of a cache list. | David Gwynne |
2017-06-23 | Simplify font handling: | Ingo Schwarze |
2017-06-22 | zap trailing spaces from the previous commits and also other trailing | Marc Espie |
2017-06-22 | better display of cycles in -j mode. | Marc Espie |
2017-06-22 | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze |
2017-06-21 | Outside explicit font context, give every letter its own box. | Ingo Schwarze |
2017-06-21 | quoted words are not parsed for defined keys | Ingo Schwarze |
2017-06-21 | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze |
2017-06-21 | error out if an exists condition tests an empty path, because that makes | Marc Espie |
2017-06-20 | Remove locate.concatdb, it never worked. | Michal Mazurek |
2017-06-20 | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze |
2017-06-20 | Better document the :s ex command and its variants. | Anthony J. Bentley |
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 |