]> diplodocus.org Git - nmh/history - uip
inc/test-eom-align: Cut down on the flicker by re-ordering tests.
[nmh] / uip /
2017-09-24 Ralph Corderoyannosbr.c: free(3) takes void pointer; don't cast non...
2017-09-24 Ralph Corderoyvoid-pointer parameters don't need casting to char...
2017-09-24 Ralph CorderoyReplace `sizeof (char)' with 1, then remove if a multip...
2017-09-24 Ralph CorderoyDon't cast void pointer return value of malloc() et al.
2017-09-23 Ralph CorderoyStop failed m_mktemp2() that give directory reporting...
2017-09-23 Ralph Corderoymhbuild.c: Don't use set_done() to unlink temporary...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-19 Ralph Corderoymhlsbr.c: Delete file-static function pointer mhl_action.
2017-09-19 Ralph Corderoymhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d.
2017-09-18 Ralph CorderoyStrip parenthesis from `return (state = OK);' and similar.
2017-09-18 Ralph Corderoypop_init(): After proxy's execve(2) failure, exit(1...
2017-09-18 Ralph CorderoyRemove preprocessor conditionals on `lint'.
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-18 Ralph Corderoywhom.c: Don't call rename(2) with source that's uniniti...
2017-09-18 Ralph Corderoywhom.c: Re-work fork/exec logic to clarify interaction...
2017-09-18 Ralph CorderoyIf fork(2) fails then die; don't fall through to execv...
2017-09-18 Ralph Corderoywhom.c: Don't increment atoi(3)'s return value as it...
2017-09-18 Ralph Corderoywhom.c: Don't store atoi(getenv("mhdist")) when value...
2017-09-17 Ralph Corderoymhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
2017-09-17 Ralph Corderoymhlsbr.c: Don't read(2) from fileno(3) of stdout.
2017-09-15 Ralph CorderoyInvert ternary condition to remove one negative.
2017-09-13 Ralph Corderoynew.c: Order two return statements to match comment.
2017-09-13 Ralph CorderoyEdit out a few more tautological `the foo(5) man page'.
2017-09-13 Ralph CorderoyRemove casts of NULL to a data pointer.
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-09-12 Ralph CorderoyHoick FENDNULL(key) out of the search loop.
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
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 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 CorderoyReplace parallel MIME-preference arrays with struct...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph Corderoymhstoresbr.c: Flip if-condition so return moves from...
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 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 Corderoymhbuildsbr.c: Don't free(3) string then print it; do...
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 CorderoyReplace FALSE and TRUE with C99's false and true.
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 Corderoydropsbr.c: Remove unused ntohl() macro, and its NTOHLSW...
2017-09-03 Ralph Corderoyap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
2017-09-02 Ralph CorderoyMove base64.c's prototypes from prototypes.h to new...
2017-08-28 Ralph CorderoyMove read_line.c's prototypes from prototypes.h to...
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 Corderoymhlsbr.c: Don't need to `else' after longjmp() at end...
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 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.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph Corderoyinc.c: Make maildir_srt() static.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-27 Ralph CorderoyReplace strlen("foo") with LEN("foo").
2017-08-27 Ralph CorderoyAdd die(fmt, ...). Equivalent to adios(NULL, fmt,...
2017-08-27 Ralph Corderoymhparam: Remove `libdir', deprecated in 1.7.
2017-08-27 Ralph Corderoypick: Remove support for MHPDEBUG environment variable.
2017-08-27 Ralph CorderoyAdd MAX_EXIT, value 120, to limit some more exit(3...
2017-08-26 Ralph CorderoyReplace printf("foo\n") with puts("foo").
2017-08-26 Ralph CorderoyAdd gcc's alloc_size function attribute.
2017-08-26 Ralph CorderoyAdd more NORETURN and CHECK_PRINTF function attributes.
2017-08-26 David LevineChanged failure exit status of mkstemp(1) from 255...
2017-08-26 Ralph Corderoypicksbr.c: Specify parameters of nexus's n_action funct...
2017-08-26 Ralph CorderoyPrint pointers in debug with C99's `%p' rather than...
2017-08-26 Ralph Corderoypicksbr.c: fprintf function pointer with unsigned-long...
2017-08-24 Ralph CorderoyFormat with `%#x' instead of `0x%x' if difference matte...
2017-08-24 Ralph Corderoymhlist -verbose: Don't duplicate message/external-body...
2017-08-24 Ralph Corderoymhparse.c: Correct comment; si_val is the `anonymous...
2017-08-24 Ralph Corderoymhlist -debug: Print FILE pointers with `%p', not ...
2017-08-23 Ralph Corderoymhbuildsbr.c: Ensure temporary FILE closed regardless...
2017-08-23 Ralph Corderoymhbuildsbr.c: Flip logic, moving goto to then-block...
next