Age | Commit message (Expand) | Author |
2019-07-05 | Fix spacing and comments, no code change. | Alexandre Ratchov |
2019-07-05 | revert header removal that snuck into previous | Damien Miller |
2019-07-05 | add a local implementation of BSD realpath() for sftp-server use | Damien Miller |
2019-07-04 | note that authentication is required, unless otherwise configured. | Ted Unangst |
2019-07-04 | fatal() if getgrnam() cannot find "tty" | Theo de Raadt |
2019-07-04 | stat() returns precisely -1 to indicate error | Theo de Raadt |
2019-07-04 | Fix manual openssl(1) crl | Kinichiro Inoguchi |
2019-07-04 | Fix manual openssl(1) ca | Kinichiro Inoguchi |
2019-07-04 | set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twice | David Gwynne |
2019-07-03 | selfinsert() can't be called directly from a startup file or by | Mark Lumsden |
2019-07-03 | prevent mandoc from segfaulting if /tmp is not writable | Marc Espie |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-02 | Command prompt key presses need to avoid the command queue, GitHub issue | Nicholas Marriott |
2019-07-02 | I totally forgot about the instance where blink-and-insert can be | Mark Lumsden |
2019-07-01 | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze |
2019-07-01 | Check if user tries to go to current directory in dired-goto-file. | Mark Lumsden |
2019-07-01 | add dired-goto-file | Mark Lumsden |
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott |
2019-07-01 | update currency exchange rates; | Jason McIntyre |
2019-06-30 | Do not double free window if pane fails to start. | Nicholas Marriott |
2019-06-29 | fix some more fallout from setting path in setusercontext. restore | Ted Unangst |
2019-06-29 | Check if syscalls return -1 instead of any negative or non-zero value. | Alexandre Ratchov |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |
2019-06-28 | oops, from asou | Theo de Raadt |
2019-06-27 | Partial rewrite of the explanation of environment handling to avoid: | Ingo Schwarze |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-27 | minor eol issues; | Jason McIntyre |
2019-06-27 | Display an error message if trying to copy or rename a file to itself. | Mark Lumsden |
2019-06-27 | Print out message after copying a file. | Mark Lumsden |
2019-06-27 | This diff uses the existing filename as the new filename if none is | Mark Lumsden |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-06-27 | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze |
2019-06-27 | Improve "man -h" output. | Ingo Schwarze |
2019-06-27 | fix NULL deference (bzero) on error path added in last commit; | Damien Miller |
2019-06-26 | Remove unneeded unlink of xauthfile on error path. From Erik Sjölund via | Darren Tucker |
2019-06-26 | Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. | Nicholas Marriott |
2019-06-26 | Pass keys that aren't 0-9 on to normal key processing when display-panes | Nicholas Marriott |
2019-06-26 | Add some key and map logging. | Mark Lumsden |
2019-06-26 | This diff uses the existing filename as the new filename if none is | Mark Lumsden |
2019-06-26 | This diff makes blink-and-insert do as the man page says it should do. | Mark Lumsden |
2019-06-26 | Log window and pane resizes. | Nicholas Marriott |
2019-06-26 | Fix some comments (top/bottom not left/right). | Nicholas Marriott |
2019-06-26 | Add #define for the pane status line option position numbers. | Nicholas Marriott |
2019-06-25 | Add 'dired-revert' to the dired funmap, the 'g' command already works | Mark Lumsden |
2019-06-24 | switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed. | Mark Lumsden |
2019-06-24 | add an example hint that shows how original path can be retained | Ted Unangst |