]> diplodocus.org Git - nmh/history - h/mh.h
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / h / mh.h
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
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-08-29 David LevineRestrict use of alloc_size function attribute to gcc...
2017-08-28 Ralph CorderoyAdd ENDNULL macro for gcc's `sentinel' function attribute.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
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-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-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/comp.c: Delete single-use NULLMP macro.
2017-05-16 Ralph Corderoysbr/message_id.c: Move duplicate prototypes to new...
2017-05-15 Ralph Corderoyh/utils.h: Move in PLURALS() macro from h/mh.h.
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 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-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/mh.h: Remove unused set_deleted() macro.
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...
2016-10-19 Ralph CorderoyAdd LEN(s) definition.
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-09 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-09 Lyndon Nerenbergno-op to force check the buildbots.
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-24 David LevineAdded charstring "class".
2014-04-18 Ken HornsteinRemove msh(1).
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-01 David LevineRemoved a couple of unnecessary vector typedefs from...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAdded svector_find() function.
2013-10-18 Ken HornsteinMinor comment cleanup.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-27 Ken HornsteinChange seqset_t to unsigned long to support more sequen...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-03-16 Ken HornsteinMake -attach Nmh-Attachment & -attachformat 1 the default.
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
next