Age | Commit message (Expand) | Author |
2017-08-28 | Fix exit value when diffing directories with missing files and the -N | Todd C. Miller |
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | Nicholas Marriott |
2017-08-28 | spelling/grammar fixes; | Jason McIntyre |
2017-08-27 | Do not allow the current line of screen when the preview is toggled, | Nicholas Marriott |
2017-08-27 | Use kind and kri for S-Up/Down as well as kUP and kDN. | Nicholas Marriott |
2017-08-27 | Increase the buffer sizes for user prompts to ensure that they won't be | Darren Tucker |
2017-08-26 | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze |
2017-08-26 | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze |
2017-08-26 | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze |
2017-08-26 | Don't remove subpaths of /usr/include or /usr/lib from the output of | Jonathan Gray |
2017-08-24 | When tty is error or closed, remove client. Reported by Thomas Sattler. | Nicholas Marriott |
2017-08-23 | remove spacing after another representation of unary minus | Ingo Schwarze |
2017-08-23 | remove spacing after unary minus | Ingo Schwarze |
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze |
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze |
2017-08-23 | Switch ASCII rendering of the same mathematical symbols and greek | Ingo Schwarze |
2017-08-23 | Key (v) and flag (-N) to toggle preview in choose modes. | Nicholas Marriott |
2017-08-23 | Fix searching when match is at end of line, from Brad Town. | Nicholas Marriott |
2017-08-23 | Allow multiple bells even if there is an existing bell (but not activity | Nicholas Marriott |
2017-08-23 | Run alert hooks based on the options rather than unconditionally, from | Nicholas Marriott |
2017-08-22 | Do not treat comma as part of the command modifier. | anton |
2017-08-22 | Correct the mandoc.db(5) requirements of man(1) after the deprecation | Ingo Schwarze |
2017-08-22 | When finding a bogus database entry, | Ingo Schwarze |
2017-08-22 | Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a | Ricardo Mestre |
2017-08-22 | Use a boolean variable to remember the quotation level instead of | Alexander Bluhm |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-08-21 | Same as previous for \r alone. | Nicholas Marriott |
2017-08-21 | Do not emit \r\n to move to column 0 if there are margins, because it | Nicholas Marriott |
2017-08-21 | When executing ssh, use "--" to indicate end of arguments before the | Todd C. Miller |
2017-08-21 | When the stdout stream gets broken, there is no point in reading | Ingo Schwarze |
2017-08-21 | Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>: | Ingo Schwarze |
2017-08-20 | also crank for 6.2 | Theo de Raadt |
2017-08-19 | Delete the lie that $PAGER would only be used with -a or -l; the text | Ingo Schwarze |
2017-08-19 | document -O mdoc; triggered by a question from jmc@ and OK jmc@ | Ingo Schwarze |
2017-08-19 | Fix example for user-keys. | Nicholas Marriott |
2017-08-18 | add a "quiet" flag to exited_cleanly() that supresses errors about | Damien Miller |
2017-08-18 | Move several subprocess-related functions from various locations to | Damien Miller |
2017-08-17 | combine malloc/memset into calloc. from Michael W. Bombardieri | Ted Unangst |
2017-08-17 | delete some not used code. from Michael W. Bombardieri | Ted Unangst |
2017-08-17 | Add monitor-bell window option to match the activity and silence | Nicholas Marriott |
2017-08-16 | Add -d flag to display-panes to specify timeout, and make 0 mean no | Nicholas Marriott |
2017-08-16 | Rename BELL_* values to ALERT_* now they are used by more than bells, | Nicholas Marriott |
2017-08-15 | proper fix for previous and add missing quotes | Jasper Lievisse Adriaanse |
2017-08-15 | Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output. | Jasper Lievisse Adriaanse |
2017-08-15 | remove vax leftover | Jasper Lievisse Adriaanse |
2017-08-14 | simplify LABEL extraction; from tb@ | Jasper Lievisse Adriaanse |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | Fix arguments that are passed to strip(1). In particular, | Visa Hankala |
2017-08-12 | Remove NPN support - the -nextprotoneg options now become no-ops. | Joel Sing |