This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  2b83f27e1980a6c5de752bd55c0ff76f53ec15f6 (commit)
      from  1da3cc1c0b20a17997b4a1dd255016d6c801abf5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b83f27e1980a6c5de752bd55c0ff76f53ec15f6
Author: Ralph Corderoy <[email protected]>
Date:   Thu Sep 21 16:59:15 2017 +0100

    Detect function-pointer `done' being set twice in a row.
    
    Make `done' a function that uses a file-static function pointer, and add
    set_done() to alter it.  That wants either the old or new value to be
    exit(3).  If it's not, it still alters the stored pointer, to maintain
    the existing behaviour, but emits a warning on stderr.  mhbuild(1)
    triggers that warning, making this hunch worthwhile.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am              |  1 +
 sbr/m_rand.h => h/done.h |  5 +++--
 h/mh.h                   |  2 --
 sbr/done.c               | 37 ++++++++++++++++++++++++++++++++++++-
 sbr/error.c              |  2 +-
 sbr/m_draft.c            |  1 +
 sbr/push.c               |  1 +
 uip/ali.c                |  1 +
 uip/anno.c               |  1 +
 uip/ap.c                 |  1 +
 uip/burst.c              |  1 +
 uip/comp.c               |  1 +
 uip/dist.c               |  1 +
 uip/dp.c                 |  1 +
 uip/flist.c              |  1 +
 uip/fmtdump.c            |  1 +
 uip/fmttest.c            |  1 +
 uip/folder.c             |  1 +
 uip/forw.c               |  1 +
 uip/inc.c                |  5 +++--
 uip/install-mh.c         |  1 +
 uip/mark.c               |  1 +
 uip/mhbuild.c            |  3 ++-
 uip/mhbuildsbr.c         |  3 ++-
 uip/mhfixmsg.c           |  1 +
 uip/mhical.c             |  1 +
 uip/mhl.c                |  1 +
 uip/mhlist.c             |  3 ++-
 uip/mhlogin.c            |  1 +
 uip/mhlsbr.c             |  1 +
 uip/mhn.c                |  3 ++-
 uip/mhparam.c            |  1 +
 uip/mhpath.c             |  1 +
 uip/mhshow.c             |  3 ++-
 uip/mhshowsbr.c          |  1 +
 uip/mhstore.c            |  3 ++-
 uip/mkstemp.c            |  1 +
 uip/msgchk.c             |  1 +
 uip/new.c                |  1 +
 uip/packf.c              |  3 ++-
 uip/pick.c               |  3 ++-
 uip/post.c               |  1 +
 uip/prompter.c           |  1 +
 uip/rcvdist.c            |  3 ++-
 uip/rcvpack.c            |  1 +
 uip/rcvstore.c           |  3 ++-
 uip/rcvtty.c             |  1 +
 uip/refile.c             |  1 +
 uip/repl.c               |  1 +
 uip/replsbr.c            |  1 +
 uip/rmf.c                |  1 +
 uip/rmm.c                |  1 +
 uip/scan.c               |  1 +
 uip/send.c               |  1 +
 uip/sendsbr.c            |  5 +++--
 uip/show.c               |  1 +
 uip/slocal.c             |  1 +
 uip/sortm.c              |  1 +
 uip/viamail.c            |  1 +
 uip/whatnowproc.c        |  1 +
 uip/whatnowsbr.c         |  1 +
 uip/whom.c               |  1 +
 62 files changed, 112 insertions(+), 20 deletions(-)
 copy sbr/m_rand.h => h/done.h (58%)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to