nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1117-gc92a411
Date: Sat, 10 Dec 2016 14:25:08 +0000 (UTC)

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  c92a4119fca5d677055dc616255a7d1efec9d750 (commit)
       via  0b45ebe59218793491ac1091a49fb00c2e1a331f (commit)
       via  302624baed0d6a67a14d081ed021c88ce0c18a86 (commit)
      from  792d7e1eb3ef80e73646fb060bfe9ab776752310 (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 c92a4119fca5d677055dc616255a7d1efec9d750
Author: Ralph Corderoy <address@hidden>
Date:   Sat Dec 10 14:24:27 2016 +0000

    Test if the buildbots care about tools/showbuildenv's exit status.

commit 0b45ebe59218793491ac1091a49fb00c2e1a331f
Author: Ralph Corderoy <address@hidden>
Date:   Sat Dec 10 14:19:43 2016 +0000

    Document that adios() does not return.  abort() ensures it won't.
    
    Discussion with David confirmed that adios()'s de facto contract with
    the caller is that it won't return.  Document that, and add an abort(3)
    to ensure it won't occur.  Better that than return and blunder on until
    a SEGV or corruption later.

commit 302624baed0d6a67a14d081ed021c88ce0c18a86
Author: Ralph Corderoy <address@hidden>
Date:   Sat Dec 10 14:11:13 2016 +0000

    mhlsbr.c: Don't hide mhladios and mhldone behind macros.
    
    Locally defined mhladios() and mhldone() were called as adios() and
    done() thanks to #defines that hid the widely-used functions with those
    names.  Don't bother as it confuses the reader.  Just call the local
    variations directly to make clear it's not the standard implementation.

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

Summary of changes:
 sbr/error.c        |    7 +++---
 tools/showbuildenv |    3 +++
 uip/mhlsbr.c       |   64 ++++++++++++++++++++++------------------------------
 3 files changed, 34 insertions(+), 40 deletions(-)


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]