Age | Commit message (Expand) | Author |
2014-11-19 | Remove ifdef checks for LIBRARY. | Anthony J. Bentley |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-19 | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze |
2014-11-18 | Sync AES code to the one shipped in OpenSSL/LibreSSL. | Mike Belopuhov |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Ignore invalid directories in man.conf(5) and MANPATH, even if their | Ingo Schwarze |
2014-11-18 | Avoid iterating over end of string. | Tobias Stoeckmann |
2014-11-18 | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze |
2014-11-18 | fix NULL pointer dereference crash in key loading | Damien Miller |
2014-11-17 | Activate support for "package != version" requests, this time with | Jeremie Courreges-Anglas |
2014-11-17 | Check fstat return value. Also, use off_t for file size and offsets as | Tobias Stoeckmann |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |
2014-11-17 | fix KRL generation when multiple CAs are in use | Damien Miller |
2014-11-16 | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze |
2014-11-16 | Delete five standards that are: | Ingo Schwarze |
2014-11-16 | Convert the logic in rcsparse_warnx(). Instead of creating a | Alexander Bluhm |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-11-16 | Don't save the return from getindent() if you don't need it; adjust | Philip Guenther |
2014-11-16 | pull in <time.h> for struct timespec | Philip Guenther |
2014-11-16 | ctype macros/functions expect unsigned char values. Note that the lgetc() | Philip Guenther |
2014-11-16 | scroll_fwd should be const char * | Philip Guenther |
2014-11-16 | constipate charcost() | Philip Guenther |
2014-11-16 | correct type in sizeof by switching to sizeof(*ptr). (harmless) | Ted Unangst |
2014-11-15 | Call munmap with the same size argument as mmap. | Tobias Stoeckmann |
2014-11-15 | Reword vacation(1)'s one-line description. | Anthony J. Bentley |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-15 | No point in documenting an outright bug fixed in 4.3BSD. | Anthony J. Bentley |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | Remove needless and harmful byte swapping on big endian architectures. | Ingo Schwarze |
2014-11-14 | Label windows which are smaller than expected with a reason. | Nicholas Marriott |
2014-11-13 | Nuke GOOD define and just exit(0) on success. While there remove | Florian Obser |
2014-11-12 | Restore change in r1.17 but add checks to prevent the line length | Nicholas Marriott |
2014-11-12 | Add -b to splitw like joinw, from Felix Rosencrantz. | Nicholas Marriott |
2014-11-12 | Remove more portability bits for older systems; from Martin Natano | Todd C. Miller |
2014-11-12 | Don't let force-width or force-height be < PANE_MINIMUM. | Nicholas Marriott |
2014-11-12 | Ansify vi. | Anthony J. Bentley |
2014-11-11 | use crypt_checkpass instead of crypt/strcmp | Ted Unangst |
2014-11-11 | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze |
2014-11-11 | Let -h imply -c (that is, not use the pager). | Ingo Schwarze |
2014-11-11 | implement -h (synopsis only) for preformatted (cat) pages; | Ingo Schwarze |
2014-11-10 | mux-related manual tweaks | Damien Miller |
2014-11-10 | add required vertical spacing before lists that begin | Ingo Schwarze |
2014-11-10 | remove various bits of autoconf cruft. from Martin Natano | Ted Unangst |
2014-11-10 | remove ipc leftovers. from Martin Natano | Ted Unangst |
2014-11-10 | remove old, unnecessary compat code. from Martin Natano | Ted Unangst |
2014-11-10 | Revert r1.17 as it breaks inserting in some cases. | Nicholas Marriott |
2014-11-09 | Expand formats in copy-pipe command, suggested by Suraj N Kurapati. | Nicholas Marriott |
2014-11-08 | Check the mode flag being passed in to mmopen() instead of ignoring it. | Brad Smith |