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-1087-gbc49279
Date: Sun, 13 Nov 2016 01:06:00 +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  bc4927948a1b01bf2ae8b952dfd2639c1f929f00 (commit)
       via  22348c0a46430f99f0e08a5bf3504315f28f0e70 (commit)
       via  86c5ebc87b70528e01ba0477d021c2633d0a4c12 (commit)
      from  5fc11475068835552cfe83fe24027b5dfd4b24ae (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 bc4927948a1b01bf2ae8b952dfd2639c1f929f00
Author: Ralph Corderoy <address@hidden>
Date:   Sun Nov 13 01:05:09 2016 +0000

    Replace many add(s, NULL) with mh_xstrdup(s).
    
    Where s is known to be non-NULL.

commit 22348c0a46430f99f0e08a5bf3504315f28f0e70
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 12 18:48:20 2016 +0000

    Replace some add(FIELD, NULL) with mh_xstrdup(FIELD).
    
    The various FIELD are macros for string constants so can not be NULL.

commit 86c5ebc87b70528e01ba0477d021c2633d0a4c12
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 12 18:40:46 2016 +0000

    m_getfld: Shuffle `delim' assignments slightly.
    
    Document end state of the four pointers to parts of the delimiter.
    fdelimlen can be, wrongly, one less without causing problems because a
    second check uses edelimlen.  The only side effect is an extra iteration
    through m_getfld().

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

Summary of changes:
 sbr/encode_rfc2047.c |    2 +-
 sbr/m_getfld.c       |   22 +++++++++++++++++----
 sbr/m_mktemp.c       |    2 +-
 sbr/trimcpy.c        |    2 +-
 uip/mhbuildsbr.c     |   38 ++++++++++++++++++------------------
 uip/mhcachesbr.c     |    2 +-
 uip/mhical.c         |    4 ++--
 uip/mhparse.c        |   52 +++++++++++++++++++++++++-------------------------
 uip/mhshowsbr.c      |    6 +++---
 uip/mhstore.c        |    4 ++--
 uip/mhstoresbr.c     |   24 +++++++++++------------
 uip/picksbr.c        |    2 +-
 uip/post.c           |    2 +-
 uip/show.c           |    4 ++--
 uip/slocal.c         |    4 ++--
 15 files changed, 92 insertions(+), 78 deletions(-)


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



reply via email to

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