]> diplodocus.org Git - nmh/history - h
vector.c: Move interface to own file.
[nmh] / h /
2017-11-12 Ralph Corderoyvector.c: Move interface to own file.
2017-11-12 Ralph Corderoypidstatus.c: Move interface to own file.
2017-11-12 Ralph Corderoypush.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_sw.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_nameok.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_list.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_bits.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_getnum.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_del.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_print.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_add.c: Move interface to own file.
2017-11-12 Ralph Corderoyarglist.c: Move interface to own file.
2017-11-12 Ralph CorderoyStrip directory from #include when it's not needed.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph Corderoyprototypes.h: Delete duplicate prototypes.
2017-11-02 Ralph Corderoyprototypes.h: Delete default_done() prototype.
2017-11-02 Ralph Corderoyforwsbr.c: Move interface declaration to own forwsbr.h.
2017-11-02 Ralph Corderoymd5.c, md5.h: Reformat and delete needless portability.
2017-11-02 Ralph Corderoyrepl.c, replsbr.c: Move shared data into header file.
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-26 Ken HornsteinAdd netsec_get_sasl_ssf().
2017-10-24 Ken HornsteinAdd context information to SASL callback.
2017-10-22 Ken HornsteinImprove this documentation a bit.
2017-09-24 Ralph Corderoypicksbr.c: fprintf(3) function pointer using `%p' and...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-13 Ralph Corderoyaddrsbr.c: Alter ismymbox() to return bool, not int.
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-10 Ralph CorderoyReplace parallel MIME-preference arrays with struct...
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-03 Ralph Corderoymh.h: Always define NMH_UNUSED as a cast to void.
2017-09-03 Ralph Corderoymh.h: Move the gcc-4.3-conditional macro definitions.
2017-09-03 Ralph Corderoyap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
2017-09-03 Ralph CorderoyDEFAULT_PAGER: Move from nmh.h to mh.h. Former is...
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-08-29 David LevineRestrict use of alloc_size function attribute to gcc...
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 Corderoymhparse: Change mhfixmsg flags from int to bool.
2017-08-28 Ralph Corderoymhparse.h: Add externs for skip_mp_cte_check, etc.
2017-08-28 Ralph Corderoymhparse.h: Add externs for preferred_types[], etc.
2017-08-28 Ralph CorderoyMove NPARTS and NTYPES from mhparse.h to mhmisc.h.
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph CorderoyAdd die(fmt, ...). Equivalent to adios(NULL, fmt,...
2017-08-27 Ralph CorderoyAdd MAX_EXIT, value 120, to limit some more exit(3...
2017-08-26 Ralph CorderoyAdd gcc's nonnull function attribute.
2017-08-26 Ralph CorderoyUse C99's variable-argument preprocessor macros for...
2017-08-26 Ralph CorderoyAdd gcc's malloc function attribute.
2017-08-26 Ralph CorderoyAdd gcc's const function attribute.
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-22 Ralph CorderoyConvert some Boolean variables to the bool type.
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-08-20 Ralph Corderoycontains8bit(): Don't fetch a byte when start >= end.
2017-08-13 Ralph Corderoypop_retr(): Add a `void *closure' to be passed to actio...
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 CorderoyTeach gcc(1) that adios() and friends take printf formats.
2017-08-09 Ralph Corderoym_getfld() and friends: Add commentary.
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-07-29 David LevineSimplified m_strn() per Ralph's suggestions.
2017-07-29 David LevineAdded m_str() and m_strn() functions to convert int...
2017-07-16 David LevineEnhanced mhical syntax error message to provide some...
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
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-25 Ralph Corderoyuip/popsbr.c: Delete unused pop_list(), etc.
2017-05-25 Ralph Corderoysbr/utils.c: Delete dead-code open_form(); not called.
2017-05-25 Ralph Corderoyuip/comp.c: Delete single-use NULLMP macro.
2017-05-25 Ralph CorderoyRemove support for ./.foo.map index for ./foo mailbox.
2017-05-24 Ralph Corderoyuip/inc.c: Delete POP3's -pack option for msh users.
2017-05-24 Ralph Corderoyuip/dropsbr.c: Delete unused mbx_write() and map_read().
2017-05-20 Ralph Corderoyuip/aliasbr.c: Remove dead code used for Unix groups.
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 Corderoyh/utils.h: Move in PLURALS() macro from h/mh.h.
2017-05-15 Ralph Corderoyh/prototypes.h: Remove duplicate prototype for pwd().
2017-05-15 Ralph Corderoyh/utils.h: Move in nmh_init() prototype from h/prototyp...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhcachesbr.c: Move exported symbols to existing...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph Corderoysbr/utils.c: Use h/signals.h for setup_signal_handlers...
next