]> diplodocus.org Git - nmh/shortlog
nmh
2017-10-24 Ken HornsteinAdd context information to SASL callback.
2017-10-24 Ken HornsteinSwitch to the use of to_upper() instead of custom code.
2017-10-22 Ken HornsteinImprove this documentation a bit.
2017-09-26 David LevineRemove mmdf_magic and empty_line temp files on success.
2017-09-24 Ralph Corderoypicksbr.c: fprintf(3) function pointer using `%p' and...
2017-09-24 Ralph Corderoyslocal.c: Use C99's `%td' to printf(3) ptrdiff_t values.
2017-09-24 Ralph Corderoyinc/test-eom-align: Cut down on the flicker by re-order...
2017-09-24 Ralph Corderoyinc/test-eom-align: Replace case on $MBOX_TYPE with...
2017-09-24 Ralph Corderoyinc/test-eom-align: rm(1) unwanted +inbox emails, not...
2017-09-24 Ralph Corderoyinc/test-eom-align: Create test mboxes in less steps.
2017-09-24 Ralph Corderoyinc/test-eom-align: Fix MMDF-mbox `B' size calculation.
2017-09-24 Ralph Corderoyinc/test-eom-align: Fix MMDF-mbox `A' size calculation.
2017-09-24 Ralph Corderoytest/common.sh.in: Only rm(1) if the cd(1) succeeds.
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-23 Ralph Corderoymhshow/test-charset: Test iconv(1)'s result, not just...
2017-09-23 Ralph Corderoymhshow/test-charset: printf(1)'s octal doesn't need...
2017-09-23 Ralph Corderoyinc/test-eom-align: Use octal, not hex, in printf(1...
2017-09-23 Ralph Corderoymhshow/test-charset: Use octal, not hex, in printf...
2017-09-22 David LevineAdded tests of MMDF mailbox format to test-eom-align.
2017-09-22 Ralph Corderoyrunpty.c: Move child slave code into new run_command().
2017-09-22 Ralph Corderoyrunpty.c: Handle fork(2) failure first, rather than...
2017-09-22 Ralph Corderoyrunpty.c: Factor duplicate code into new open_master_pty().
2017-09-22 Ralph Corderoyrunpty.c: Replace fprintf()+exit() pairs with new die().
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-21 Ralph Corderoyman: Replace csh `%' prompt in examples with sh's `$'.
2017-09-21 Ralph Corderoymh-draft.man: Use ASCII double-quote for itself in...
2017-09-21 Ralph Corderoyman: Add backslash before backquote so it appears as...
2017-09-19 Ralph Corderoyman: Fix backquote used in error for single quote.
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 Corderoysendfiles: Always die with exit status of 1 rather...
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-15 Ralph Corderoymime_type.c: Fix regexp in comment that describes follo...
2017-09-13 Ralph Corderoyaddrsbr.c: Alter ismymbox() to return bool, not int.
2017-09-13 Ralph Corderoysmtp.c: Have function returning char pointer return...
2017-09-13 Ralph Corderoyext_hook(): Flip if-statement condition so then-block...
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 Corderoynmh_completion(): Simplify, removing local variable.
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 Corderoydmktime(): Break assignments so `*=' and `+=' can be...
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-12 Ralph Corderoymh_oauth_cred_fn(): Always freshly allocate result.
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.
next