]> diplodocus.org Git - nmh/history - sbr
Wrapped uses of %{charset} in mhn.defaults with double quotes.
[nmh] / sbr /
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...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph Corderoysbr/utils.c: Delete unused upcase() function.
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Create with missing prototypes.
2017-05-15 Ralph Corderoysbr/utils.c: Use h/signals.h for setup_signal_handlers...
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-15 David LevineSupport iCalendar event request files that don't end...
2017-05-14 Ralph CorderoyReplace calls to unputenv() with unsetenv(3).
2017-05-14 Ralph CorderoyReplace calls to m_putenv() with setenv(3).
2017-05-14 Ralph Corderoysbr/dtimep.l: Remove redundant wrapping parenthesis...
2017-05-14 Ralph Corderoysbr/fmt_rfc2047.c: Simplify test for /^=\?./.
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph CorderoyUse FENDNULL() instead of duplicate, locally defined...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-13 Ralph Corderoysbr/mf.c: Rename path to routepath to avoid h/mh.h...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-12 Ralph CorderoyReplace `e ? 0 : 1' with `!e'.
2017-05-12 Ralph Corderoysbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-10 Ralph Corderoysbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification...
2017-05-09 Ralph Corderoysbr/mf.c: Simplify isat(); it's /^ at /i.
2017-05-07 Ralph Corderoysbr/netsec.c: Remove extraneous semicolon.
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-05-01 Ralph Corderoybase64.c: Remove some else after break. Flip logic...
2017-05-01 Ralph Corderoypath.c: Simplify compath()'s flow; return, don't break...
2017-05-01 Ralph Corderoym_getfld.c: Remove else after break in m_unknown()...
2017-05-01 Ralph Corderoyfmt_rfc2047.c: Remove else after decode_rfc2047()'s...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-28 Ralph Corderoybvector_copy: Use bvector's tiny storage if big enough.
2017-04-28 Ralph Corderoysbr/oauth.c: Remove const to avoid curl's debug_callbac...
2017-04-28 Ralph Corderoysbr/folder_read.c: Don't malloc() once per message.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-28 Ralph Corderoysbr/vector.c: Add bvector comments, tidy identifiers.
2017-04-28 Ralph Corderoysbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove...
2017-04-28 Ralph Corderoysbr/vector.c: Use new BVEC_BITS_BITS macro.
2017-04-26 Ralph Corderoysbr/vector.c: Zero the growth with memset(3), not loop.
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-26 Ralph Corderoysbr/vector.c: Embed initial vector storage in header...
2017-04-26 Ralph Corderoysbr/vector.c: Remove `vec' argument from BVEC_OFFSET...
2017-04-26 Ralph Corderoysbr/vector.c: Delete unused bvector_maxsize() and ivect...
2017-04-26 Ralph Corderoysbr/vector.c: Move assert(3)s into bvector_create().
2017-04-26 Ralph Corderoysbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT.
2017-04-26 Ralph Corderoysbr/vector.c: calloc(3) rather than malloc(3) and memse...
next