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-494-g2212d4f
Date: Sun, 11 Feb 2018 08:16:47 -0500 (EST)

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  2212d4f475b675fc337839f03f1751b32f4eed7e (commit)
       via  4af72ec87eefd3d87da44411557c95c88c2bf3a1 (commit)
       via  b13d8ba48781f5fa2414a6ba6147488e150f0ebb (commit)
       via  4f28cd1669089292f6e34f14617d4a8c1354647b (commit)
      from  42db3a2c36e26e0106b1e480407e32d3c8c09bef (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 2212d4f475b675fc337839f03f1751b32f4eed7e
Author: Ralph Corderoy <address@hidden>
Date:   Sun Feb 11 13:02:24 2018 +0000

    cpstripped(): Replace malloc()s with statics based on MB_LEN_MAX.
    
    MB_CUR_MAX from stdlib.h isn't a compile-time constant so can't be used
    for the size of a couple of static char arrays so malloc() was used at
    run time, with the tiny claims never being freed.  valgrind(1) noticed
    and David suggested MB_LEN_MAX from limits.h instead;  that header's
    contents are suitable for #if expressions and thus compile-time
    constants.

commit 4af72ec87eefd3d87da44411557c95c88c2bf3a1
Author: Ralph Corderoy <address@hidden>
Date:   Fri Feb 9 18:51:59 2018 +0000

    Remove extra semicolons at end of C statements.

commit b13d8ba48781f5fa2414a6ba6147488e150f0ebb
Author: Ralph Corderoy <address@hidden>
Date:   Wed Feb 7 23:24:11 2018 +0000

    trunccpy(): Fix typo in comment describing function.

commit 4f28cd1669089292f6e34f14617d4a8c1354647b
Author: Ralph Corderoy <address@hidden>
Date:   Tue Jan 23 18:20:16 2018 +0000

    mhshowsbr.c: Delete single-use global int `nolist'.
    
    Was only used in one place for its value that was always zero.

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

Summary of changes:
 sbr/fmt_scan.c  | 15 ++++-----------
 sbr/utils.c     |  2 +-
 uip/mhn.c       |  2 +-
 uip/mhshowsbr.c |  6 ++----
 4 files changed, 8 insertions(+), 17 deletions(-)


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



reply via email to

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