]> diplodocus.org Git - nmh/history - h
getpass.c: Move interface to own file.
[nmh] / h /
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...
2017-05-15 Ralph Corderoyh/prototypes.h: Remove scan_reset_m_getfld_state()...
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-05-15 Ralph Corderoyh/mhparse.h: Move mhfree.c's free_content prototype...
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 CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-04-28 Ralph CorderoyFix spelling in C comments.
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-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-26 Ralph Corderoysbr/vector.c: Delete unused bvector_maxsize() and ivect...
2017-04-26 Ralph Corderoysbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT.
2017-04-23 Ralph Corderoytws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST.
2017-04-23 Ralph CorderoyRemove unneeded incomplete, member-less `struct tag;'.
2017-04-23 Ralph Corderoymh.h: Compact the reserved sequence bit-masks.
2017-04-23 Ralph Corderoymh.h: Remove unused MODIFIED and DELETED macros.
2017-04-23 Ralph Corderoymd5.h: Remove unused UINT2 typedef for unsigned short.
2017-04-23 Ralph Corderoytws.h: Remove zero-valued TW_SNIL macro, used once.
2017-04-23 Ralph Corderoytws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
2017-04-23 Ralph Corderoysbr/dtime.c: Remove struct-assigning twscopy().
2017-04-22 Ralph CorderoyAppend descriptions to C source files with first-line...
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoyh/mf.h: Remove many unused macros; some UUCP related.
2017-04-22 Ralph Corderoysbr/mf.c: Remove unused functions: isfrom, lequal,...
2017-04-22 Ralph Corderoyh/nmh.h: Remove unused NLENGTH(dirent) macro.
2017-04-22 Ralph Corderoyh/mts.h: Remove unused isdlm{1,2}() macros.
2017-04-22 Ralph Corderoyh/mh.h: Remove unused set_deleted() macro.
2017-04-22 Ralph Corderoyh/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough.
2017-04-18 Ralph Corderoyh/mime.h: Delete unused isatom(c) macro.
2017-04-17 Ralph CorderoyAdd inform() to provide an equivalent to advise(NULL...
2017-01-12 Ken HornsteinMake sure we always generate a Content-ID header for...
2016-12-10 Ralph CorderoyRename recently added ToUpper() to to_upper().
2016-12-10 Ralph CorderoyRename recently added ToLower() to to_lower().
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffixC() to has_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffix() to has_suffix().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-10-30 Ralph CorderoyRemove sbr/peekc.c containing unused peekc().
2016-10-30 Ralph CorderoyAdd trunccpy(), and the convenience TRUNCCPY().
2016-10-24 Ralph Corderoynmh.h: Add getline() prototype, conditional on HAVE_GET...
2016-10-24 Ralph Corderoysbr/utils.c: Add HasSuffix(s, suffix).
2016-10-24 Ralph CorderoyAlter HasSuffixC()'s char * to be const.
2016-10-24 Ralph Corderoyutils.c: Add HasPrefix(s, prefix).
2016-10-24 Ralph CorderoyRename EndsWithC() to HasSuffixC().
2016-10-22 Ralph CorderoyAdd ToLower(s) and ToUpper(s).
2016-10-22 Ralph CorderoyCheck advertise()'s iob[] isn't too short with assert(3).
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
next