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-260-gb793b5e
Date: Sun, 24 Sep 2017 08:41:14 -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  b793b5e976e7ece3588f1d0e69c9fe8234278783 (commit)
       via  f5bfa5864d2feef66948fde764c376b7a9f8b839 (commit)
       via  91634892c4d6b155c26fbc9bd70dfe0ea94462c3 (commit)
       via  36672e5977cdfee454f5ccb1946a19cd43ec5ba0 (commit)
       via  b3bcb44d340fd017efac8bb31c3859dd91b24af3 (commit)
      from  3fd1cca50eb98ccfd3d51fce839f5963ef997e80 (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 b793b5e976e7ece3588f1d0e69c9fe8234278783
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 24 13:12:46 2017 +0100

    test/common.sh.in: Only rm(1) if the cd(1) succeeds.
    
    The rm specified the full path anyway, but if the cd fails for some odd
    reason then it's best not to continue.

commit f5bfa5864d2feef66948fde764c376b7a9f8b839
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 24 12:56:26 2017 +0100

    annosbr.c: free(3) takes void pointer; don't cast non-const pointer.
    
    (const pointers are another whole can of worms, and their const
    poisoning causes much noise for little benefit.)

commit 91634892c4d6b155c26fbc9bd70dfe0ea94462c3
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 24 12:31:35 2017 +0100

    void-pointer parameters don't need casting to char pointer.
    
    E.g. `memcmp((char *)digest...' doesn't need the cast if it's already a
    pointer.

commit 36672e5977cdfee454f5ccb1946a19cd43ec5ba0
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 24 12:21:48 2017 +0100

    Replace `sizeof (char)' with 1, then remove if a multiplier.

commit b3bcb44d340fd017efac8bb31c3859dd91b24af3
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 24 12:20:26 2017 +0100

    Don't cast void pointer return value of malloc() et al.

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

Summary of changes:
 sbr/arglist.c      |  2 +-
 sbr/brkstring.c    |  2 +-
 sbr/fmt_rfc2047.c  |  2 +-
 sbr/folder_read.c  |  4 ++--
 sbr/getarguments.c |  2 +-
 sbr/m_getfld.c     |  2 +-
 sbr/netsec.c       |  2 +-
 test/common.sh.in  |  2 +-
 uip/annosbr.c      | 10 +++++-----
 uip/flist.c        | 10 +++++-----
 uip/mhparse.c      |  2 +-
 uip/mhshowsbr.c    |  2 +-
 uip/mhstoresbr.c   |  2 +-
 uip/popsbr.c       |  2 +-
 uip/sortm.c        | 12 ++++++------
 uip/whatnowsbr.c   |  2 +-
 16 files changed, 30 insertions(+), 30 deletions(-)


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



reply via email to

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