Age | Commit message (Expand) | Author |
2013-12-27 | correct comment | Damien Miller |
2013-12-27 | make the original RSA and DSA signing/verification code look more like | Damien Miller |
2013-12-27 | Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@. | Ingo Schwarze |
2013-12-26 | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze |
2013-12-25 | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze |
2013-12-25 | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze |
2013-12-25 | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze |
2013-12-25 | Garbage collect two local variables each used only one single time. | Ingo Schwarze |
2013-12-25 | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze |
2013-12-25 | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze |
2013-12-25 | final circleq to tailq fix. restore the previous pointer check by reading | Ted Unangst |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze |
2013-12-24 | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze |
2013-12-24 | more fixing after circleq conversion. a better fix to check the prev | Ted Unangst |
2013-12-24 | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-12-23 | fix circleq tailq conversion | Ted Unangst |
2013-12-23 | Fix two dotline bugs for the price of one. | Florian Obser |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther |
2013-12-21 | small typo | Ted Unangst |
2013-12-21 | Don't use a non-constant format string with printf() that gcc can't | Philip Guenther |
2013-12-21 | Constipate some functions | Philip Guenther |
2013-12-20 | cannot let theo talking about emacs and mg slide | Henning Brauer |
2013-12-20 | Set the correct line number after successfully searching with | Florian Obser |
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden |
2013-12-20 | When writing a file, break out when we get a write(2) error, not | Jeremie Courreges-Anglas |
2013-12-20 | set the target device number of standard system exclusive | Alexandre Ratchov |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-12-19 | use full name for author, with his permission | Damien Miller |
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | Mark Lumsden |
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | Mark Lumsden |
2013-12-19 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent | Damien Miller |
2013-12-19 | bz#2147: fix multiple remote forwardings with dynamically assigned | Damien Miller |
2013-12-19 | simplify freeing of source-address certificate restriction | Damien Miller |
2013-12-19 | Cast client_alive_interval to u_int64_t before assinging to | Darren Tucker |
2013-12-19 | skip requesting smartcard PIN when removing keys from agent; bz#2187 | Damien Miller |
2013-12-17 | I've assempled the header file by cut&pasting from generated headers | Markus Friedl |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2013-12-15 | add some comments and constify a constant | Damien Miller |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-12-15 | Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. | Pascal Stumpf |