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-668-g6eb9312
Date: Wed, 12 May 2021 11:51:49 -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  6eb9312dc1b91062a74c6b147656f389852be35e (commit)
       via  d4e8eb57470a54a339f47b0b2d1c30b3fee6f33e (commit)
       via  c85a09db27c89a972eab7ee1d9cc3ca234e52405 (commit)
      from  9fd3638e971f661fb3af78c2aef003d17aa31798 (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 6eb9312dc1b91062a74c6b147656f389852be35e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Wed May 12 13:34:49 2021 +0100

    Makefile.am: remove commit hashes from ChangeLog and fix non-UTF-8.
    
    Add ‘--no-color’ to git-log(1) to ensure the user's preference doesn't
    introduce escape codes into the output.  Use sed in the C locale to
    delete the commit hashes and fix the ISO-8859-1 ‘ü’ in uip/slocal.c's
    log.
    
    Partially reverts 9fd3638e and restores behaviour targeted by 44ca45ed.

commit d4e8eb57470a54a339f47b0b2d1c30b3fee6f33e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Wed May 12 16:38:33 2021 +0100

    all *.c: replace snprintf(a, alen, "%s", s) with trunccpy(a, s, alen).

commit c85a09db27c89a972eab7ee1d9cc3ca234e52405
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Wed May 12 13:25:40 2021 +0100

    all *.c: replace snprintf(a, sizeof a, "%s", s) with TRUNCCPY(a, s);
    
    The end result is the same given trunccpy()'s behaviour, and the macro
    means there's no need to check sizeof's operand is the destination
    array.  Similarly change snprintf(a, sizeof a, "constant"), with the
    bonus of not searching through a string for a %-format specifier.

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

Summary of changes:
 Makefile.am      | 10 +++++++++-
 sbr/oauth_prof.c |  2 +-
 sbr/path.c       |  3 ++-
 sbr/seq_list.c   |  2 +-
 uip/flist.c      |  2 +-
 uip/folder.c     |  2 +-
 uip/mhbuildsbr.c |  2 +-
 uip/mhmisc.c     |  2 +-
 uip/mhshowsbr.c  |  2 +-
 uip/mhstoresbr.c |  2 +-
 uip/popsbr.c     | 26 +++++++++++---------------
 11 files changed, 30 insertions(+), 25 deletions(-)


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



reply via email to

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