]> diplodocus.org Git - nmh/shortlog
nmh
2017-09-12 Ralph Corderoyexmaildir(): Don't leak memory allocated by path().
2017-09-12 Ralph Corderoymime_type(): Don't leak memory allocated by get_file_in...
2017-09-12 Ralph Corderoylock_file.c: close(2) file descriptor on failure, avoid...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leak of temporary filename if...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leaks of boundary string on...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-11 Ralph Corderoyrmf.c: free(3) return value from m_mailpath() calls.
2017-09-11 Ralph Corderoypath.c: Add comments declaring return values must be...
2017-09-11 Ralph Corderoypath.c: Remove path()'s test for expath() returning...
2017-09-11 Ralph Corderoypath.c: Re-format path() to make it more clear what...
2017-09-11 Ralph Corderoyslocal.c: Alter trim() to return static array, not...
2017-09-10 Ralph CorderoyRemove test for `\0' in `*s && isfoo(*s)' for ctype...
2017-09-10 Ralph Corderoyfind_cache(): Remove test that's always false.
2017-09-10 Ralph Corderoyreadline(3) wrapper: Move free(3) of line to where...
2017-09-10 Ralph Corderoyfmt_compile.c: Alter FINDCOMP(): the caller must supply...
2017-09-10 Ralph Corderoyargsplit(): Incorrect type used in sizeof calculation...
2017-09-10 Ralph Corderoyget_file_info(): Flip logic throughout, reducing nesting.
2017-09-10 Ralph Corderoyget_file_info(): Don't return filename from quote onwar...
2017-09-10 Ralph Corderoyget_file_info(): Don't dereference out of scope char...
2017-09-10 Ralph CorderoyReplace parallel MIME-preference arrays with struct...
2017-09-10 Ralph Corderoypidstatus(): Rewrite to print stopped and continued...
2017-09-10 Ralph Corderoypidstatus(): Delete commented-out code testing for...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-09-09 Ralph Corderoydatetime.c: Flip if-conditions so returns move from...
2017-09-09 Ralph Corderoyicalendar.l: Refer to base64.h relative to root of...
2017-09-09 Ralph Corderoytest/getcanon.c: exit(3) with 0 or 1, not -1 or symboli...
2017-09-09 Ralph Corderoytest/getfullname.c: Move return case first in if-else...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph Corderoyicalparse.y: Remove else-block that returns by merging...
2017-09-09 Ralph Corderoyseq_setprev.c: Flip if-condition so return moves from...
2017-09-09 Ralph Corderoyfolder_pack.c: Flip if-condition so return moves from...
2017-09-09 Ralph Corderoyseq_setunseen.c: Flip if-condition so return moves...
2017-09-09 Ralph Corderoymhstoresbr.c: Flip if-condition so return moves from...
2017-09-09 Ralph Corderoyread_switch_multiword.c: Flip if-condition so return...
2017-09-09 Ralph Corderoydatetime.c: Don't atoi("0") if zone is NULL.
2017-09-09 Ralph Corderoydatetime.c: Fix parse-failure's error-message's dayligh...
2017-09-09 Ralph Corderoydatetime.c: Replace some int with bool.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-09-09 Ralph Corderoycontent_error(): Add missing va_end(3).
2017-09-08 Ken HornsteinSend a QUIT instead of RSET at session end when doing...
2017-09-08 Ken HornsteinAdd a -credentials argument when we call post.
2017-09-08 Ralph Corderoypopsbr.c: Remove impossible case from switch statement.
2017-09-08 Ralph Corderoymhbuildsbr.c: Attempt fork(2) multiple times, as intended.
2017-09-08 Ralph Corderoybase64.c: Don't out-of-bounds printf("%s", &encoded...
2017-09-08 Ralph Corderoycontent_error(): Don't strlen(invo_name) that might...
2017-09-07 Ralph Corderoyreplsbr.c: In parent, free child's argv[] built before...
2017-09-07 Ralph Corderoygetpass.c: Don't fileno(NULL) when fopen("/dev/tty...
2017-09-07 Ralph Corderoymhbuildsbr.c: Don't free(3) string then print it; do...
2017-09-07 Ralph Corderoysmtp.c: Use read-end of pipe, not random integer.
2017-09-05 David LevineRevised expected output with -prefer in test/mhlist...
2017-09-05 Ralph Corderoyman: Fix some of the font-changing macros' parameters.
2017-09-04 Paul FoxAdd -noprefer switch to mhshow, mhstore, and mhlist
2017-09-04 Paul FoxChange the priority ordering for multiple -prefer switches
2017-09-04 Ralph Corderoyman: Use `.IR' for `foo(1)', not the few `.BR'.
2017-09-04 Ralph Corderoyman: Change the tautological `the foo(1) man page'...
2017-09-04 Ralph Corderoyoauth: Replace `if...return false; return true' with...
2017-09-04 Ralph Corderoyoauth.c: Remove unused assignments of function return...
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-04 Ralph Corderoyprint_intro(): Change parameter brief from int to bool.
2017-09-03 Ralph Corderoyflist.c: Use bool instead of int for some of the flags.
2017-09-03 Ralph CorderoyReplace boolean with bool everywhere.
2017-09-03 Ralph Corderoymh.h: Always define NMH_UNUSED as a cast to void.
2017-09-03 Ralph Corderoymh.h: Move the gcc-4.3-conditional macro definitions.
2017-09-03 Ralph Corderoydropsbr.c: Remove unused ntohl() macro, and its NTOHLSW...
2017-09-03 Ralph Corderoyfakehttp.c: Remove unused LINESIZE macro; never used.
2017-09-03 Ralph Corderoyconfig.c: Remove unused nmhdocdir() macro.
2017-09-03 Ralph Corderoyap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
2017-09-03 Ralph CorderoyDEFAULT_PAGER: Move from nmh.h to mh.h. Former is...
2017-09-02 Ralph Corderoygeteditor.c: Hard-code the default, "vi".
2017-09-02 Ralph CorderoyMove base64.c's prototypes from prototypes.h to new...
2017-09-02 Ralph Corderoymhbuild.man: Fix grammar indentation by expanding tabs.
2017-09-02 Ralph CorderoydecodeBase64(): Limit length of error message on invali...
2017-08-29 David LevineRestrict use of alloc_size function attribute to gcc...
2017-08-28 Ralph CorderoyMove read_line.c's prototypes from prototypes.h to...
2017-08-28 Ralph CorderoyAdd ENDNULL macro for gcc's `sentinel' function attribute.
2017-08-28 Ralph CorderoyMove terminal.c's prototypes from prototypes.h to new...
2017-08-28 Ralph CorderoyFix spelling in comment.
2017-08-28 Ralph Corderoyread_switch_multiword.c: siglongjmp(3) removes need...
2017-08-28 Ralph Corderoymhlsbr.c: Don't need to `else' after longjmp() at end...
2017-08-28 Ralph CorderoyRemove comment asking if siglongjmp(3) should be used...
2017-08-28 Ralph CorderoyDon't need to `else' after mhladios() at end of then...
2017-08-28 Ralph CorderoyGive mhldone() and mhladios() the NORETURN function...
2017-08-28 Ralph CorderoyDon't cast zero to pid_t for setpgid(2)'s first argument.
2017-08-28 Ralph CorderoyDon't cast zero to char for storing at pointer to char.
2017-08-28 Ralph CorderoyDon't cast zero to a non-function pointer; use NULL...
2017-08-28 Ralph Corderoymhparse: Change mhfixmsg flags from int to bool.
2017-08-28 Ralph Corderoymhparse.h: Add externs for skip_mp_cte_check, etc.
2017-08-28 Ralph CorderoyDelete declaration already available from included...
2017-08-28 Ralph Corderoymhparse.h: Add externs for preferred_types[], etc.
2017-08-28 Ralph CorderoyDelete declarations already available from included...
2017-08-28 Ralph Corderoymhbuildsbr.c: Include mhcachesbr.h. Delete copy of...
2017-08-28 Ralph Corderoymhfixmsg.c: Make mhfixmsgsbr() static.
2017-08-28 Ralph CorderoyMove NPARTS and NTYPES from mhparse.h to mhmisc.h.
2017-08-28 Ralph Corderoymhmisc.h: Add mhmisc.c's global variables as externs.
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-28 Ralph CorderoyMake functions with no external callers by name static.
2017-08-28 Ralph Corderoyrcvtty.c: Remove duplicate prototype. Other in mts.h.
2017-08-28 Ralph Corderoyaliasbr.c: Remove duplicate prototypes. Others in...
2017-08-27 Ralph Corderoymhparam: exit(3) zero if all components found, else...
2017-08-27 David LevineEnsure that mhfixmsg exit status is either 0 or 1.
next