Age | Commit message (Expand) | Author |
2015-04-11 | Put back a goto end that was unintentionally removed. | Joel Sing |
2015-04-11 | Convert openssl(1) pkeyparam to new option handling. | Joel Sing |
2015-04-10 | This changes vi to use resizeterm(3) instead of reinitializing curses on | Bryan Steele |
2015-04-10 | Add a -x flag to copy-selection, append-selection and start-named-buffer | Nicholas Marriott |
2015-04-10 | in the case -> in this case. | Nicholas Marriott |
2015-04-10 | Don't send hostkey advertisments (hostkeys-00@openssh.com) to current | Darren Tucker |
2015-04-10 | include port number if a non-default one has been specified; | Damien Miller |
2015-04-09 | Both more and less accept options beginning with '+'. | Todd C. Miller |
2015-04-09 | If looking up a string which looks like a gTLD, doesn't match a known set of | Stuart Henderson |
2015-04-09 | ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is, | Philip Guenther |
2015-04-08 | Delete another piece of a.out detritus | Philip Guenther |
2015-04-07 | treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1 | Damien Miller |
2015-04-07 | When replacing, don't free the old paste until after the new one's name | Nicholas Marriott |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze |
2015-04-05 | Reduce code duplication, no functional change: | Ingo Schwarze |
2015-04-05 | Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@ | Miod Vallat |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze |
2015-04-05 | Document that some sorts uses -b w/o key fields. | Todd C. Miller |
2015-04-05 | For the -g flag, treat non-floating point keys as 0, similar to -n. | Todd C. Miller |
2015-04-05 | The -b flag should only apply when key fields are specified. | Todd C. Miller |
2015-04-05 | Do not permute command line arguments but still support the | Todd C. Miller |
2015-04-04 | Merge conflicts | James Turner |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |
2015-04-04 | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze |
2015-04-04 | Add support for commit ids to opencvs status. | Stefan Sperling |
2015-04-04 | Fix modified timestamp in output of opencvs status. | Stefan Sperling |
2015-04-04 | Don't allow breaking the output line after hyphens following escape | Ingo Schwarze |
2015-04-04 | Fix a quirk with respect to empty .HP. | Ingo Schwarze |
2015-04-03 | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze |
2015-04-03 | correct return value in pubkey parsing, spotted by Ben Hawkes | Damien Miller |
2015-04-03 | Pull an #include out of an #ifdef. | Brian Callahan |
2015-04-03 | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze |
2015-04-03 | Only one input file is allowed with the -c/-C flags. | Todd C. Miller |
2015-04-03 | The combination of -c and -o is not specified by POSIX. In fact, the call | Tobias Stoeckmann |
2015-04-03 | If -S has been supplied multiple times, only take last one into account. | Tobias Stoeckmann |
2015-04-03 | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | murder excessive whitespace | Theo de Raadt |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | Prevent integer overflow when parsing -S argument as percentage. | Tobias Stoeckmann |
2015-04-02 | Global variable free_memory is only used in sort.c's set_hw_params, | Tobias Stoeckmann |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-04-02 | Fixed whitespace issues. | Tobias Stoeckmann |
2015-04-02 | Zap some more NULL checks in front of free. | Tobias Stoeckmann |
2015-04-02 | No need to strdup environment variable or command line arguments here. | Tobias Stoeckmann |
2015-04-02 | Add signal name instead of array index (which is not the signal number) | Tobias Stoeckmann |
2015-04-02 | Don't need to include stdint.h | Todd C. Miller |