]> diplodocus.org Git - nmh/history - sbr
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / sbr /
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...
2017-08-17 Ken HornsteinFix bug in cpnumber().
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-10 Ralph Corderoym_getfld() et al: Add wrapper without FILE *iob parameter.
2017-08-10 Ralph Corderoym_getfld.c: Make m_getfld_state_init() public.
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to call Getc() and Ungetc().
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to match Getc()'s structure.
2017-08-09 Ralph Corderoym_getfld.c: Use intmax_t and PRIdMAX to printf off_t...
2017-08-09 Ralph Corderoyleave_getfld(): Don't follow fseeko(SEEK_SET) with...
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-08-09 Ralph Corderoym_getfld.c: Alter Ungetc() to die if it can't rewind.
2017-08-09 Ralph Corderoym_getfld.c: Remove Ungetc()'s `c' parameter.
2017-08-09 Ralph CorderoyTeach gcc(1) that adios() and friends take printf formats.
2017-08-09 Ralph Corderoym_getfld.c: Check ftello(3) and fseeko(3) for errors.
2017-08-09 Ralph Corderoystruct m_getfld_state: Re-order members in more top...
2017-08-09 Ralph Corderoym_getfld() and friends: Add commentary.
2017-08-09 David LevineFixed scan to handle empty files without violating...
2017-08-06 Ralph Corderoycpstripped(): Rewrite multi-byte version.
2017-08-05 Ralph Corderoycpstripped(), single-byte: Simplify logic.
2017-08-05 Ralph Corderoycpstripped: Split into two versions, each with a single...
2017-08-02 Ken HornsteinUse correct error code for SSL context retrieval.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-08-01 Ralph CorderoyMove m_getfld's MS_* mbox-type macros to the only user.
2017-08-01 David LevineRestricted application of the adjustment in m_Eom().
2017-07-31 David LevineHacked m_Eom() to fix test-eom-align.
2017-07-29 David LevineRestored local variable to m_Eom(), to not truncate...
2017-07-29 David LevineRemoved a local variable from m_Eom().
2017-07-29 David LevineSimplified m_strn() per Ralph's suggestions.
2017-07-29 David LevineUse m_strn() to allow restoration of buffer size to...
2017-07-29 Ralph Corderoydtimezone(): Explain abs(3) is undefined on INT_MIN.
2017-07-29 David LevineAdded m_str() and m_strn() functions to convert int...
2017-07-29 Ralph CorderoySimplify dtimezone()'s logic by working with unsigned...
2017-07-17 Ralph CorderoyBump up size of two static char[] so gcc knows they...
2017-07-16 David LevineEnhanced mhical syntax error message to provide some...
2017-06-10 Ralph Corderoysbr/netsec.c: Report popped TLS error code, don't pop...
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
2017-05-31 Ken HornsteinUse original error code from OpenSSL.
next