Age | Commit message (Expand) | Author |
2017-01-12 | Fix setting the palette of aixterm colours (90-97). | Nicholas Marriott |
2017-01-11 | Be less aggressive about turning margins off. | Nicholas Marriott |
2017-01-11 | Add some missing special keys to key_string_lookup_key, fix a mouse | Nicholas Marriott |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-11 | Add a format for terminal type. | Nicholas Marriott |
2017-01-11 | Use a macro for looking up tty types. | Nicholas Marriott |
2017-01-11 | Some tidying and tweaks to options code. | Nicholas Marriott |
2017-01-11 | Add "support" for AArch64 to make it compile. | Patrick Wildt |
2017-01-11 | Don't attempt to read .netrc when we already force anonymous FTP (-a). | Vadim Zhukov |
2017-01-10 | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze |
2017-01-10 | Minor tidying in a couple of commands. | Nicholas Marriott |
2017-01-10 | Need to escape ; twice because the command list parser will eat one, | Nicholas Marriott |
2017-01-10 | Pledge more strictly. This is only enabled on the ramdisk version of the | Theo de Raadt |
2017-01-10 | simplify; NODE_ENDED does no harm in man(7) | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2017-01-10 | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze |
2017-01-10 | Quote backslash as well for %%%. | Nicholas Marriott |
2017-01-10 | Some manpage fixes: rephrase a convoluted sentence, make the names of | Nicholas Marriott |
2017-01-10 | avoid unneccessary markup; tweaked and ok nicm | Jason McIntyre |
2017-01-09 | Add %if/%endif for conditionals when parsing configuration files, the | Nicholas Marriott |
2017-01-09 | Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" | Nicholas Marriott |
2017-01-09 | source-file -q needs to apply to glob(3) too. | Nicholas Marriott |
2017-01-09 | Run the source-file pattern through glob(3). | Nicholas Marriott |
2017-01-09 | Use stdout rather than stdin for controlling the terminal | Ingo Schwarze |
2017-01-09 | The .No macro is not supposed to produce fixed-width font, it is not | Ingo Schwarze |
2017-01-09 | Warnings and errors that occur during mdoc_validate() | Ingo Schwarze |
2017-01-08 | Indentation must be measured in units of the surrounding text, | Ingo Schwarze |
2017-01-08 | Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. | Ingo Schwarze |
2017-01-08 | style: missing blank between case statement and label; | Ingo Schwarze |
2017-01-08 | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze |
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze |
2017-01-07 | Add note about ccc and initc so people who want it can see it is | Nicholas Marriott |
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott |
2017-01-07 | -#endif /* !SMALL */ | Theo Buehler |
2017-01-06 | keep the tokens list sorted; | Jason McIntyre |
2017-01-06 | Nits found with clang. | Nicholas Marriott |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott |
2017-01-06 | fix previous | Damien Miller |
2017-01-06 | show a useful error message when included config files can't be | Damien Miller |
2017-01-06 | sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes by | Damien Miller |
2017-01-06 | Avoid confusing error message when attempting to use ssh-keyscan built | Damien Miller |
2017-01-06 | Re-add '%k' token for AuthorizedKeysCommand which was lost during the | Darren Tucker |
2017-01-06 | sort options list; the same as jmc@ did in man.1 rev. 1.18 | Ingo Schwarze |
2017-01-05 | sort options list; | Jason McIntyre |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2017-01-04 | Avoid an out of bounds read when the environment variable LESSBINFMT | Todd C. Miller |
2017-01-04 | Fix a crash when "sort -m" is given no files. From Julien Ramseier. | Todd C. Miller |
2017-01-04 | If find(1) may end up calling execve(2), it needs "proc exec" in addition | Theo Buehler |
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller |