Age | Commit message (Expand) | Author |
2015-09-28 | Make dired mode treat a double '/' in a path like fundamental mode. | Mark Lumsden |
2015-09-27 | Mark diag() as printf-like | Philip Guenther |
2015-09-27 | Mark all the error printing functions as printf-like; fix two format | Philip Guenther |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-26 | whitespace | Jasper Lievisse Adriaanse |
2015-09-26 | tweak previous; | Jason McIntyre |
2015-09-26 | Add transpose-paragraphs. ok jasper@ | Mark Lumsden |
2015-09-26 | briefly document -T tree output | Ingo Schwarze |
2015-09-26 | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-09-26 | resolve code duplication and do style cleanup in mdoc_nm_pre(), | Ingo Schwarze |
2015-09-26 | Fix multiple aspects of SYNOPSIS .Nm formatting: | Ingo Schwarze |
2015-09-25 | Adding colors=256 to *256color* was always pretty stupid and now it | Nicholas Marriott |
2015-09-25 | If the terminal has colors=256, only try to use setaf/setab if they | Nicholas Marriott |
2015-09-25 | Tweak previous (suggested by and ok jmc@): | Ingo Schwarze |
2015-09-25 | some certificatefile tweaks; ok djm | Jason McIntyre |
2015-09-25 | drop redundant .Ns and reduce quoting | Ingo Schwarze |
2015-09-25 | drop useless quoting | Ingo Schwarze |
2015-09-25 | add missing .Ar macro and simplify synopsis | Ingo Schwarze |
2015-09-25 | tidy up a bit more | Ted Unangst |
2015-09-25 | xmalloc/free wrappers don't need to support 20 year old non comformance | Ted Unangst |
2015-09-25 | Free the history when it is cleared, based on a diff from Carlo Cannas. | Nicholas Marriott |
2015-09-25 | fix the spacing of -m in the SYNOPSIS | Ingo Schwarze |
2015-09-25 | avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk | Ingo Schwarze |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2015-09-25 | Clean up SYNOPSIS formatting: | Ingo Schwarze |
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 |