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  4bdd57be745679ee8fc97a3029fa837b14a80b50 (commit)
       via  39ecf70bb88f71d5e13015ba143b946ccd8f02b4 (commit)
       via  bf08a48f1114384817364f40b1e8393466a48355 (commit)
       via  bc2e83953a3c09e6416e335eb6827aaa483a39f6 (commit)
       via  af56ad38ce8b8123cf048bd02fabec21ba580d15 (commit)
      from  bdf27468d23eade733c0afb4327c9b88444b9058 (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 4bdd57be745679ee8fc97a3029fa837b14a80b50
Author: Ralph Corderoy <ra...@inputplus.co.uk>
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.

commit 39ecf70bb88f71d5e13015ba143b946ccd8f02b4
Author: Ralph Corderoy <ra...@inputplus.co.uk>
Date:   Wed Aug 9 15:42:48 2017 +0100

    Silence more gcc format-string warnings.
    
    By enabling more checks, gcc has found some real bugs, e.g. `printf(buf,
    "%d", i)'.  Other changes required duplicating the formatting call with
    a constant format string;  a local macro was used to avoid repeating all
    the many arguments.

commit bf08a48f1114384817364f40b1e8393466a48355
Author: Ralph Corderoy <ra...@inputplus.co.uk>
Date:   Wed Aug 9 15:06:01 2017 +0100

    mhparse.c: Use constant indent for second line of messages.
    
    It was using knowledge of inform()'s workings to indent by the varying
    width of global invo_name plus two for the following ": ".  This also
    cluttered every call's parameters with a strlen(), cast to an int for
    printf's width specifier, and an empty string.  All noise for little
    gain.

commit bc2e83953a3c09e6416e335eb6827aaa483a39f6
Author: Ralph Corderoy <ra...@inputplus.co.uk>
Date:   Wed Aug 9 14:49:53 2017 +0100

    m_getfld.c: Alter Ungetc() to die if it can't rewind.
    
    It used to return EOF to the caller in this case, but none of the three
    callers bothered checking.  And the other return value of a `peek' of
    the character that would next be read was also unused.

commit af56ad38ce8b8123cf048bd02fabec21ba580d15
Author: Ralph Corderoy <ra...@inputplus.co.uk>
Date:   Wed Aug 9 14:43:21 2017 +0100

    m_getfld.c: Remove Ungetc()'s `c' parameter.
    
    It's never used to unget a different character than what was just read,
    making the function more of a `rewind'.

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

Summary of changes:
 sbr/ext_hook.c              |  2 +-
 sbr/m_getfld.c              | 26 +++++++++----------
 sbr/message_id.c            | 34 +++++++++++++++----------
 sbr/oauth.c                 |  9 ++++---
 test/format/test-fmtdump    |  4 +--
 test/mhfixmsg/test-mhfixmsg |  2 +-
 uip/annosbr.c               |  4 +--
 uip/fmtdump.c               |  7 ++---
 uip/mhlogin.c               |  8 +++---
 uip/mhparse.c               | 62 +++++++++++++++++++--------------------------
 uip/sendsbr.c               |  6 ++---
 11 files changed, 82 insertions(+), 82 deletions(-)


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

_______________________________________________
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to