Age | Commit message (Expand) | Author |
2015-09-24 | Fix where the cursor is positioned after expunging files. ok jasper@ | Mark Lumsden |
2015-09-24 | Don't leak fd and path on failure. | Nicholas Marriott |
2015-09-24 | Do not leak log file descriptor. | Nicholas Marriott |
2015-09-24 | Make comments more accurate. | Mark Lumsden |
2015-09-24 | Add mark-paragraph. ok jasper@ | Mark Lumsden |
2015-09-24 | Assign flag not number for flag types (we got away with it so far | Nicholas Marriott |
2015-09-24 | add ssh_config CertificateFile option to explicitly list | Damien Miller |
2015-09-24 | Fix multiple iterations of kill-paragraph. ok jasper@ | Mark Lumsden |
2015-09-23 | No need for err.h, avoid excess fputs() calls and return from main | Todd C. Miller |
2015-09-23 | fix line number handling in dired delete functions. | Mark Lumsden |
2015-09-22 | Don't update last session when the session is unchanged, from Sina Siadat. | Nicholas Marriott |
2015-09-22 | fix two typos. | Igor Sobrado |
2015-09-21 | add a missing NULL check | Brent Cook |
2015-09-21 | add a couple of missing NULL checks | Brent Cook |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-21 | remove vestigial bits of sha-0 and md2 from openssl(1) | Brent Cook |
2015-09-21 | remove an unsightly paragraph break; | Jason McIntyre |
2015-09-21 | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-09-21 | Reset the alerts timer always on activity, from Thomas Adam. | Nicholas Marriott |
2015-09-21 | Mention lex and flex++, from Rob Pierce. ok jmc | Nicholas Marriott |
2015-09-21 | Fix a couple of libtool issues: | Antoine Jacoutot |
2015-09-21 | If you open the same directory twice in dired mode, mg does not behave | Mark Lumsden |
2015-09-21 | fix possible hang on closed output; bz#2469 reported by Tomas Kuthan | Damien Miller |
2015-09-20 | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | Miod Vallat |
2015-09-19 | doas doesn't need any files to be passed in. closefrom STDERR+1. ok benno | Ted Unangst |
2015-09-18 | -l should apply to the new not the old pane with -b, from "MadMaverick9" | Nicholas Marriott |
2015-09-17 | Redraw both src and dst sessions in break-pane. | Nicholas Marriott |
2015-09-16 | Log when cmdq_continue is called. | Nicholas Marriott |
2015-09-16 | Give some variables less silly names. | Nicholas Marriott |
2015-09-16 | A few minor style nits. | Nicholas Marriott |
2015-09-16 | Hoist some common code out of both branches of an if/else. | Nicholas Marriott |
2015-09-16 | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | Nicholas Marriott |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze |
2015-09-16 | Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: | Ingo Schwarze |
2015-09-15 | avoid the useless idiom Fl Ns Ar, use Fl Ar | Ingo Schwarze |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-14 | for argument placeholders for file names use .Ar, not .Pa | Ingo Schwarze |
2015-09-14 | typo resultung in a markup error | Ingo Schwarze |
2015-09-14 | Calculate the correct line number when opening in dired mode. | Mark Lumsden |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze |
2015-09-14 | Remove some extra blank lines. | Nicholas Marriott |
2015-09-14 | The .Dv macro actually forces normal font. | Ingo Schwarze |
2015-09-14 | Should add buffer if no -b. | Nicholas Marriott |
2015-09-14 | Move tzset() from log_open to main. | Nicholas Marriott |
2015-09-14 | Style nit, int for flags not u_int. | Nicholas Marriott |
2015-09-14 | When the active pane changes, redraw panes if the style has | Nicholas Marriott |
2015-09-14 | Make refresh-client force update of jobs, from Sina Siadat. | Nicholas Marriott |
2015-09-14 | Supply DEF_WEAK() macro to suppress warnings during compilation via | Philip Guenther |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |