Age | Commit message (Expand) | Author |
2014-03-15 | Improve usage() and documentation towards the standard form. In particular, | Theo de Raadt |
2014-03-14 | .depend is definitely not *appended* to Makefile. Its rules are also | Marc Espie |
2014-03-14 | Check if buffer is to be saved as a directory. | Mark Lumsden |
2014-03-14 | better wording; | Jason McIntyre |
2014-03-13 | In -Tutf8 mode, make sure that hyphens get counted against the output line | Ingo Schwarze |
2014-03-13 | collapse variable declarations | Ted Unangst |
2014-03-13 | last bits of indentation and style | Ted Unangst |
2014-03-13 | indentation style | Ted Unangst |
2014-03-13 | indent, add a touch of style | Ted Unangst |
2014-03-12 | scan for Ed25519 keys by default too | Christian Weisgerber |
2014-03-12 | Unbreak nc -6 -l. Don't retrieve and thus later set the routing table | Jeremie Courreges-Anglas |
2014-03-12 | correct test that kdf name is not "none" or "bcrypt" | Damien Miller |
2014-03-12 | don't count on things that accept arguments by reference to clear | Damien Miller |
2014-03-12 | scan for Ed25519 keys by default too | Damien Miller |
2014-03-10 | - zap some "this option applies to this util" lines that i consider unneccessary | Jason McIntyre |
2014-03-10 | pedantic word change; | Jason McIntyre |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-03-08 | Improve .if/.ie condition handling. | Ingo Schwarze |
2014-03-08 | Make sure all possible EXIT STATUS values are listed, | Ingo Schwarze |
2014-03-08 | reindent | Ted Unangst |
2014-03-08 | reindent | Ted Unangst |
2014-03-08 | Make sure that env(1) always prints a diagnostic message to stderr | Ingo Schwarze |
2014-03-07 | if message file is stdin, don't read passphrase from stdin, it won't work. | Ted Unangst |
2014-03-07 | allow reading input messages on a pipe. use at your own peril. | Ted Unangst |
2014-03-07 | a few other tweaks it's easier to see in the light of day | Ted Unangst |
2014-03-07 | drag this code into modern style. ok zhuk | Ted Unangst |
2014-03-07 | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze |
2014-03-07 | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze |
2014-03-07 | remove unused "delta" argument from onmove callbacks | Alexandre Ratchov |
2014-03-07 | remove unused mmc start/stop/relocate call-backs as they don't | Alexandre Ratchov |
2014-03-07 | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze |
2014-03-06 | allow password on stdin if it's not a tty. commonly requested. | Ted Unangst |
2014-03-06 | update currency exchange rates; | Jason McIntyre |
2014-03-06 | add michelangelo's death (an odd addition for a birthday file, i guess); | Jason McIntyre |
2014-03-06 | tweak; from jmc@ and yours truly | Christian Weisgerber |
2014-03-06 | add missing stdio.h include for fparseln(). | Jasper Lievisse Adriaanse |
2014-03-06 | Also accept "install-check" as an install script. This part will | Antoine Jacoutot |
2014-03-05 | In -Tutf8 mode, mandoc_char(7) named accent character escape sequences | Ingo Schwarze |
2014-03-05 | consistently say buflen so i know what length it is | Ted Unangst |
2014-03-05 | when reading a message, add one byte so we can nul terminuate. | Ted Unangst |
2014-03-05 | tighten up code a little | Ted Unangst |
2014-03-05 | check calloc and free memory. noticed by jsg and lteo. | Ted Unangst |
2014-03-05 | complaint handling | Florian Obser |
2014-03-05 | - properly set initial position: fixes incorrect position reporting | Alexandre Ratchov |
2014-03-05 | remove unused "autostart" feature | Alexandre Ratchov |
2014-03-05 | remove (unused) square tone generator | Alexandre Ratchov |
2014-03-05 | Check that socket is writable before attempting to write data | Alexandre Ratchov |
2014-03-05 | remove unused var | Alexandre Ratchov |
2014-03-04 | add -C checksum mode, which works with sha256 files in safe easy fashion. | Ted Unangst |