Age | Commit message (Expand) | Author |
2011-04-27 | include signal.h | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | needs signal.h, too | Theo de Raadt |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-27 | cast one blocksize occurrence to unsigned long, fixes du(1)'s output | Igor Sobrado |
2011-04-26 | tyop in comment | Jasper Lievisse Adriaanse |
2011-04-25 | linting this library is not helping anything | Theo de Raadt |
2011-04-25 | As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1" | Ingo Schwarze |
2011-04-24 | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott |
2011-04-24 | Tweak copy behaviour slightly in vi mode to be closer to real vi. From | Nicholas Marriott |
2011-04-24 | Prevent line breaks right before numbers. Groff does the same. | Ingo Schwarze |
2011-04-24 | Closing delimiters only suppress spacing when they follow something. | Ingo Schwarze |
2011-04-24 | User defined macros may invoke high-level macros. | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-24 | delete a stupid SIGSEGV handler (not used) | Theo de Raadt |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-04-21 | Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc | Kenneth R Westerback |
2011-04-21 | find: return exit code 1 if any path could not be traversed | Jacek Masiulaniec |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-19 | Should check uname() >= 0 to detect success, not == 0. | Matthew Dempsky |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-04-19 | ident searches for $keyword:... $, not $keyword:...$; | Jason McIntyre |
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-18 | reorder macros, no object change | Alexandre Ratchov |
2011-04-18 | read(2) returns ssize_t. So use a ssize_t to store and test the | Kenneth R Westerback |
2011-04-18 | The mouse should only work in copy mode if mode-mouse is set, not just | Nicholas Marriott |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-04-18 | Print size_t with %zu and ssize_t with %zd in error/debug output. | Kenneth R Westerback |
2011-04-18 | certificate options are supposed to be packed in lexical order of option | Damien Miller |
2011-04-18 | tweak previous; | Jason McIntyre |
2011-04-17 | allow graceful shutdown of multiplexing: request that a mux server removes | Damien Miller |
2011-04-17 | new sentence, new line; | Jason McIntyre |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott |
2011-04-17 | Fix character position check, from Tiago Resende. | Nicholas Marriott |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-15 | Make the file_mbswidth() function cope if wcwidth() returns -1. | Stefan Sperling |
2011-04-13 | mention valid -b sizes for ECDSA keys; bz#1862 | Damien Miller |
2011-04-13 | improve wording; bz#1861 | Damien Miller |
2011-04-12 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-12 | exit with 0 status on SIGTERM; bz#1879 | Damien Miller |
2011-04-12 | fix -Wshadow | Damien Miller |