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.7-branchpoint-99-g73d7063
Date: Sat, 26 Aug 2017 15:12:06 -0400 (EDT)

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  73d7063b670f141854b0cb43ff35d37b830d8756 (commit)
       via  0f695324ed4963065d9a5c4308d281a02fd237f1 (commit)
       via  f47607299747d62dddeee9518c01325b610c2383 (commit)
       via  532fff590b4cfbfbd0633d6b58ca1ab0fec2777d (commit)
       via  48a82e75469e3bea1eaa88b7fbd4d28a3f275af2 (commit)
       via  9ffabd06f0dc8e7478b7484fceee4906990d44e2 (commit)
       via  c066b395274021182a5f0530ccfeb1bcd167d860 (commit)
       via  6015bb1f7aaa3e4f3c71c28219016ad951cefc04 (commit)
      from  96b4a2bc9d64b14a9dfd2b432a5de2fc17044933 (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 73d7063b670f141854b0cb43ff35d37b830d8756
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 19:24:05 2017 +0100

    Replace printf("foo\n") with puts("foo").

commit 0f695324ed4963065d9a5c4308d281a02fd237f1
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 19:19:16 2017 +0100

    Add gcc's nonnull function attribute.
    
    Apply it to some prototypes to get started.

commit f47607299747d62dddeee9518c01325b610c2383
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 18:41:42 2017 +0100

    Use C99's variable-argument preprocessor macros for ALLOC_SIZE.
    
    ALLOC_SIZE2() can be deleted.

commit 532fff590b4cfbfbd0633d6b58ca1ab0fec2777d
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 18:15:21 2017 +0100

    Add gcc's malloc function attribute.
    
    Mark wrappers for malloc(3), strdup(3), etc.

commit 48a82e75469e3bea1eaa88b7fbd4d28a3f275af2
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 18:02:59 2017 +0100

    fmt_rfc2047.c: Tables hexindex[] and index_64[] can be const.

commit 9ffabd06f0dc8e7478b7484fceee4906990d44e2
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 17:36:31 2017 +0100

    Add gcc's const function attribute.

commit c066b395274021182a5f0530ccfeb1bcd167d860
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 17:29:08 2017 +0100

    Add gcc's alloc_size function attribute.
    
    Used for malloc-wrapper, etc.

commit 6015bb1f7aaa3e4f3c71c28219016ad951cefc04
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 15:01:35 2017 +0100

    Add more NORETURN and CHECK_PRINTF function attributes.
    
    And fix the errors that the compiler then detects.

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

Summary of changes:
 h/mh.h            | 68 +++++++++++++++++++++++++++++++------------------------
 h/mhparse.h       |  6 ++---
 h/netsec.h        |  7 +++---
 h/prototypes.h    | 20 ++++++++--------
 h/utils.h         | 12 +++++-----
 mts/smtp/smtp.c   |  4 ++--
 sbr/dtimep.l      |  1 +
 sbr/fmt_rfc2047.c |  4 ++--
 sbr/netsec.c      |  2 +-
 uip/dropsbr.c     |  3 +--
 uip/mhfixmsg.c    |  3 ++-
 uip/mhlsbr.c      | 12 +++++-----
 uip/mhmisc.c      |  2 +-
 uip/mkstemp.c     |  3 +--
 uip/popsbr.c      |  7 +++---
 uip/post.c        |  2 +-
 uip/prompter.c    |  4 ++--
 uip/slocal.c      | 12 +++++-----
 18 files changed, 91 insertions(+), 81 deletions(-)


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



reply via email to

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