]> diplodocus.org Git - nmh/history - sbr
datetime.c: Don't atoi("0") if zone is NULL.
[nmh] / sbr /
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.
2017-05-29 Ralph Corderoysbr/brkstring.c: Use strchr(3) in brkany(), not own...
2017-05-29 Ralph CorderoyUse DIM(a) macro a few more times; array's dimension...
2017-05-28 Ralph Corderoyh/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM.
2017-05-28 Ralph Corderoysbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead.
2017-05-28 Ralph Corderoysbr/mts.c: Make MMDF's delimeters fixed at compile...
2017-05-26 Ralph CorderoyRemove mention of msh in comments and to-do list.
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
2017-05-25 Ralph Corderoysbr/utils.c: Delete dead-code open_form(); not called.
2017-05-25 Ralph Corderoysbr/fmt_compile.c: Delete single-use NEWFMT macro.
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-23 Ralph Corderoysbr/m_getfld.c: Fix and improve `delim' comment.
2017-05-16 Ralph Corderoysbr/check_charset.c: Fix warning on unspecified struct...
2017-05-16 Ralph CorderoyRewrite norm_charmap(), moving code into data.
2017-05-16 Ralph CorderoyMerge commit '3d0e5b6a4383a5228732edd6cb1532375b771262'
2017-05-16 Ralph CorderoyMerge sbr/norm_charmap.c into sbr/check_charset.c.
2017-05-16 Ralph CorderoyPart 1 of merging sbr/norm_charmap.c into sbr/check_cha...
2017-05-16 Ralph Corderoysbr/unquote.c: Move prototype from h/prototypes.h to...
2017-05-16 Ralph Corderoysbr/mime_type.c: Move prototype from h/prototypes.h...
2017-05-16 Ralph Corderoysbr/message_id.c: Move duplicate prototypes to new...
2017-05-16 Ralph Corderoysbr/makedir.c: Move prototype from h/prototypes.h to...
2017-05-16 Ralph Corderoysbr/m_popen.c: Move prototypes from h/prototypes.h...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_rand.c: Move prototype from h/prototypes.h to...
next