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, 1.7-release, up


From: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, 1.7-release, updated. 1.7-RC2-10-g23645d5
Date: Fri, 18 Aug 2017 11:17:48 -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, 1.7-release has been updated
       via  23645d5d52bb1fcf90758dfa4aa1b252186df737 (commit)
       via  a2089aad859db239d6f5db6db609845d9e6e9133 (commit)
       via  08cbe8118e2ca5e06a0410b985d125d400c20ed1 (commit)
       via  a141881d32b78df1ab0e8d95717d6f6a5e743e48 (commit)
       via  7b5323e224a01b1deec22191d32d49037bd4e894 (commit)
       via  419b4da5b704a5f922f21c198e75e6d604cd0fd3 (commit)
       via  13965dfe732d98d055b505277e63389500c81869 (commit)
       via  3259719cf5446fb3690afea28beb10bd97f75ae2 (commit)
       via  789fdc0f6bd762103f2a75c0490211c8dafaa703 (commit)
      from  42b756721cc8c9de95ec541b1e9284c1f16a64be (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 23645d5d52bb1fcf90758dfa4aa1b252186df737
Author: Ralph Corderoy <address@hidden>
Date:   Fri Aug 18 14:29:59 2017 +0100

    lock_file.c: Compiler warns of unused isnewlock if HAVE_LIBLOCKFILE.
    
    (cherry picked from commit bb8a255634719c63cfae1ee4d0fb12f056efa71b)

commit a2089aad859db239d6f5db6db609845d9e6e9133
Author: David Levine <address@hidden>
Date:   Thu Aug 17 19:45:20 2017 -0400

    Default CFLAGS to -std=c99 instead of -ansi.
    
    gcc -ansi -pedantic issued a few warnings about C90 not supporting the
    "ll" printf length modifier.  Ralph pointed out that
    http://www.unix.org/version4/overview.html says:
    
        The following source code portability standards lie at the core of
        the Single UNIX Specification:
    
            POSIX.1-2008
    
        (This is technically identical to the Base Specifications, Issue 7;
        they are one and the same document.)
    
            The ISO/IEC 9899:1999 standard
    
    So perhaps we're wrong to expect modern POSIX code to compile as C90.
    
    (cherry picked from commit f4ec967205c6fa0f3d37aad24335337251f17e16)

commit 08cbe8118e2ca5e06a0410b985d125d400c20ed1
Author: Ralph Corderoy <address@hidden>
Date:   Thu Aug 17 12:42:57 2017 +0100

    Both f_typestr(): Remove parenthesis from long list of returns.
    
    It's not a function call, they're just noise.
    
    (cherry picked from commit 16b794c5709dc07a81534fd90fed5d1f25f3fbea)

commit a141881d32b78df1ab0e8d95717d6f6a5e743e48
Author: Ralph Corderoy <address@hidden>
Date:   Thu Aug 17 12:36:50 2017 +0100

    Both f_typestr(): Rebuild switch from FT_* to string from scratch.
    
    Adds missing cases, e.g. FT_LS_CFIND.  Removes inconsistent "FT_" prefix
    from some strings, e.g. FT_LS_DECODE.  Re-orders cases to match
    definitions.
    
    (cherry picked from commit ce8a66e8b8e9a818d165d09f8df56178e0b40dc9)

commit 7b5323e224a01b1deec22191d32d49037bd4e894
Author: Ralph Corderoy <address@hidden>
Date:   Thu Aug 17 12:20:16 2017 +0100

    fmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE.
    
    It isn't defined, and git-grep(1) suggests it was a local Lawrence
    Berkeley Laboratory modification that output a literal without consuming
    any of the width budget.
    
    (cherry picked from commit efb2c94fbc4861fc81307cd5d0ce22eb16e6de26)

commit 419b4da5b704a5f922f21c198e75e6d604cd0fd3
Author: Ralph Corderoy <address@hidden>
Date:   Thu Aug 17 11:35:51 2017 +0100

    cpnumber(): Cast desired width to size_t to silence gcc's warning.
    
    Add a comment on `wid = -wid' that it's OK because wid's value was
    originally a short so won't remain the same value.
    
    (cherry picked from commit ac0bb0e1e19bedfd9d7105db0aad1cdfc5ef994f)

commit 13965dfe732d98d055b505277e63389500c81869
Author: Ralph Corderoy <address@hidden>
Date:   Wed Aug 16 13:44:32 2017 +0100

    INSTALL: Update c89(1) mention to c99(1), that exists today.
    
    (cherry picked from commit 0d0d0e65a4c093f3f8827d4cd3375dcde4d4aab0)

commit 3259719cf5446fb3690afea28beb10bd97f75ae2
Author: Ralph Corderoy <address@hidden>
Date:   Wed Aug 9 16:00:17 2017 +0100

    fmtdump.c: Add string for FT_LS_UNQUOTE case.
    
    It was missing since e8635a8a1 and the default case that attempted to
    format it as a number was faulty, fixed in 39ecf70bb.  That fix broke
    test/format/test-fmtdump as it expected the broken "blank line" to be
    output instead.
    
    (cherry picked from commit 4bdd57be745679ee8fc97a3029fa837b14a80b50)

commit 789fdc0f6bd762103f2a75c0490211c8dafaa703
Author: Ralph Corderoy <address@hidden>
Date:   Sun Aug 13 15:04:58 2017 +0100

    post.man: Detail -port's default value: submission, 587.
    
    (cherry picked from commit d9c165f79476d60ac59515d3b23ede004759fe06)

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

Summary of changes:
 INSTALL                  |   2 +-
 build_nmh                |   2 +-
 man/post.man             |  15 ++--
 sbr/fmt_scan.c           |   4 +-
 sbr/lock_file.c          |   4 +-
 test/format/test-fmtdump |  16 ++--
 uip/fmtdump.c            | 194 +++++++++++++++++++++++-----------------------
 uip/fmttest.c            | 195 +++++++++++++++++++++++------------------------
 8 files changed, 214 insertions(+), 218 deletions(-)


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



reply via email to

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