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-685-g98e0149
Date: Mon, 17 Oct 2016 00:36:45 +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  98e0149bd139b5eb98a89b418b08ec5e6861b7cb (commit)
       via  1313dfaa432e794cda1db60b32664164ef6245dd (commit)
       via  fc31cece06f633567cbf4432e4ec5ab0402a5a20 (commit)
       via  b9dda34301de552ad6413e4dd022114fd5219cc9 (commit)
       via  6eb1f7c57d8343e61a1130491d08fd821746adc9 (commit)
       via  c9769bc977d1d9f9f0befe61959f25ac5acf1f3c (commit)
      from  ab27ece6d6d921bc826ddab57cba370fba7ea89c (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 98e0149bd139b5eb98a89b418b08ec5e6861b7cb
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:36:35 2016 +0100

    Don't call strlen() twice;  save result.
    The second instance was attempting to write strlen(mmdlm2) bytes
    and checking the return value against strlen(mmdlm1).  I assumed
    that was an error without digging.

commit 1313dfaa432e794cda1db60b32664164ef6245dd
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:35:15 2016 +0100

    Don't call strlen() twice;  save result.

commit fc31cece06f633567cbf4432e4ec5ab0402a5a20
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:34:18 2016 +0100

    Deference char pointer to test for empty string instead of strlen(3).

commit b9dda34301de552ad6413e4dd022114fd5219cc9
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:28:53 2016 +0100

    Replace getcpy() with mh_xstrdup().

commit 6eb1f7c57d8343e61a1130491d08fd821746adc9
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:28:13 2016 +0100

    Replace mh_xmalloc() with mh_xstrdup().

commit c9769bc977d1d9f9f0befe61959f25ac5acf1f3c
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 17 01:26:53 2016 +0100

    Replace mh_xmalloc() with mh_xstrdup().

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

Summary of changes:
 sbr/lock_file.c  |    7 +------
 sbr/mts.c        |    7 +------
 sbr/path.c       |    3 ++-
 sbr/readconfig.c |    2 +-
 sbr/snprintb.c   |    6 ++++--
 uip/anno.c       |    2 +-
 uip/inc.c        |   12 ++++++++----
 uip/mhlogin.c    |    4 ++--
 uip/mhlsbr.c     |    2 +-
 uip/sendsbr.c    |   13 ++++++-------
 10 files changed, 27 insertions(+), 31 deletions(-)


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



reply via email to

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