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-1083-g48fe619
Date: Sat, 12 Nov 2016 00:58:39 +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  48fe6191c41863e62636096d063bc031fcd1b55b (commit)
       via  c2306df99ac5f27147cf1fdba2935700fb008d72 (commit)
       via  5624ffa652f99d97bfc3c2fe148b569171403427 (commit)
       via  36a12f6a1a5a57799e48b23fd5ae47fe2351be68 (commit)
       via  d0ae0c245cec54166b98cde12f2c42f0c1b6da3a (commit)
      from  c762fa39172dee2133e0a5d6324464a4fa3cff50 (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 48fe6191c41863e62636096d063bc031fcd1b55b
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 12 00:55:17 2016 +0000

    Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s).

commit c2306df99ac5f27147cf1fdba2935700fb008d72
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 12 00:39:23 2016 +0000

    m_getfld: Replace matchc() with memmem(3).
    
    libc is more likely to find one lump of memory inside another quicker
    than a home-grown quadratic emulation of the VAX's MATCHC instruction.
    memmem() isn't POSIX, but exists on Linux and FreeBSD.  This will see if
    the buildbot is happy.

commit 5624ffa652f99d97bfc3c2fe148b569171403427
Author: Ralph Corderoy <address@hidden>
Date:   Sat Nov 12 00:31:36 2016 +0000

    m_getfld: Remove never-true test in matchc().
    
    Now the fdelimlen doesn't include the NUL it is never true.  I didn't
    understand how it could ever be true but gcov on the test suite was
    showing 22e6 tests had three positives;  that's what put me on to
    fdelimlen's overshoot.

commit 36a12f6a1a5a57799e48b23fd5ae47fe2351be68
Author: Ralph Corderoy <address@hidden>
Date:   Fri Nov 11 23:23:11 2016 +0000

    m_getfld: Shorten fdelimlen by one;  it was too long.
    
    The fdelimlen bytes starting at fdelim included a NUL at the end, e.g. 7
    for "\nFrom \0".  Other code seems not to expect this and has
    conditional bits to work around it, perhaps without understanding why.
    All the tests still pass, including with valgrind.

commit d0ae0c245cec54166b98cde12f2c42f0c1b6da3a
Author: Ralph Corderoy <address@hidden>
Date:   Fri Nov 11 21:25:39 2016 +0000

    configure.ac: Add FIXME regarding _BSD_SOURCE for tm.tm_gmtoff test.

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

Summary of changes:
 Makefile.am     |    2 +-
 configure.ac    |    3 +++
 h/prototypes.h  |    1 -
 sbr/concat.c    |    4 ++--
 sbr/copy.c      |   20 --------------------
 sbr/m_getfld.c  |   29 ++---------------------------
 sbr/m_maildir.c |    4 ++--
 uip/rmf.c       |    2 +-
 8 files changed, 11 insertions(+), 54 deletions(-)
 delete mode 100644 sbr/copy.c


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



reply via email to

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