]> diplodocus.org Git - nmh/history - sbr
mhshowsbr.c: Delete single-use global int `nolist'.
[nmh] / sbr /
2017-11-02 Ralph CorderoySplit function definition prototypes so identifier...
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-11-01 Ken HornsteinMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2017-10-31 Ralph CorderoyReplace some ints that are only ever 0 or 1 with bool.
2017-10-31 Ralph Corderoydtimep.l: Delete unused macros SKIPSP and SKIPTOSP.
2017-10-30 Ralph Corderoysbr: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-10-27 Ralph CorderoyDelete "blank" lines at start of files to bring content...
2017-10-27 Ralph Corderoyutils.c: Improve comment describing add(). Suggest...
2017-10-26 Ken HornsteinAdd netsec_get_sasl_ssf().
2017-10-25 Ken HornsteinFix up some const and unsigned char warnings.
2017-10-25 Ken HornsteinRototill snoop support so it works at flush time.
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-09-24 Ralph Corderoypicksbr.c: fprintf(3) function pointer using `%p' and...
2017-09-24 Ralph CorderoyDon't cast void pointer return value of malloc() et al.
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-18 Ralph CorderoyStrip parenthesis from `return (state = OK);' and similar.
2017-09-18 Ralph CorderoyRemove preprocessor conditionals on `lint'.
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
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 Corderoyext_hook(): Flip if-statement condition so then-block...
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 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-10 Ralph CorderoyRemove test for `\0' in `*s && isfoo(*s)' for ctype...
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 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 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 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-08 Ralph Corderoybase64.c: Don't out-of-bounds printf("%s", &encoded...
2017-09-07 Ralph Corderoygetpass.c: Don't fileno(NULL) when fopen("/dev/tty...
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 CorderoyReplace boolean with bool everywhere.
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 CorderoydecodeBase64(): Limit length of error message on invali...
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 Corderoyread_switch_multiword.c: siglongjmp(3) removes need...
2017-08-28 Ralph CorderoyRemove comment asking if siglongjmp(3) should be used...
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 CorderoyMake functions with no external callers by name static.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-27 Ralph Corderoycontext_find.c: Hoist strlen(3) out of search loop.
2017-08-27 Ralph CorderoyAdd die(fmt, ...). Equivalent to adios(NULL, fmt,...
2017-08-26 Ralph Corderoymh_xmalloc() et al: Use C99's `%zu' to print size_t.
2017-08-26 Ralph Corderoyfmt_rfc2047.c: Tables hexindex[] and index_64[] can...
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-24 Ralph CorderoyFormat with `%#x' instead of `0x%x' if difference matte...
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-23 Ralph CorderoyRemove the `else' after a simple if-then block ending...
2017-08-23 Ralph CorderoyJoin the lines of another couple of `else if'.
2017-08-22 Ralph CorderoyReformat else-if that are split over two or more lines...
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-08-20 Ralph Corderoysbr/mf.c: Simplify logic, ditching endless for-loops...
2017-08-20 Ralph Corderoysbr/mf.c: Remove QUOTE macro, use its '\\' definition...
2017-08-20 Ralph Corderoycontains8bit(): Don't fetch a byte when start >= end.
2017-08-18 Ralph Corderoylock_file.c: Compiler warns of unused isnewlock if...
2017-08-17 Ralph Corderoycpnumber(): Cast desired width to size_t to silence...
next