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-1413-g1e18bf0
Date: Tue, 23 May 2017 08:13:33 -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  1e18bf0ab892a2ae9d3151c248b652898f7d7116 (commit)
       via  04b46522d25e71bc8e5066215b4ce1cd4f903486 (commit)
       via  0f59f14845f7efac7c4d042cd7372b46869fde69 (commit)
      from  235f6f0c5a1af623fb02aa4182263b3add13b676 (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 1e18bf0ab892a2ae9d3151c248b652898f7d7116
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 23 12:56:00 2017 +0100

    Replace some "FALLTHRU" comments with control flow.
    
    Instead of a case statement falling through, with a "FALLTHRU" comment,
    to the follow case that just does a break, continue, goto, etc.,
    control-flow statement, duplicate the statement in place of the comment.
    Fall-through should be the exception, and saving a break statement
    doesn't offset the cognitive cost when reading the source.

commit 04b46522d25e71bc8e5066215b4ce1cd4f903486
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 23 12:53:32 2017 +0100

    config/config.c: Fix indentation of "FALLTHRU" comment.
    
    It's not part of the preceding if-statement, but unconditional.

commit 0f59f14845f7efac7c4d042cd7372b46869fde69
Author: Ralph Corderoy <address@hidden>
Date:   Sun May 21 12:45:54 2017 +0100

    sbr/m_getfld.c: Fix and improve `delim' comment.
    
    fdelimlen is one higher than was described in 86c5ebc87.
    Describe pointer positions pictorially.

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

Summary of changes:
 config/config.c  |  4 ++--
 sbr/m_getfld.c   | 24 +++++++++++++++---------
 sbr/mf.c         |  2 +-
 sbr/seq_read.c   |  2 +-
 uip/aliasbr.c    |  2 +-
 uip/fmttest.c    |  2 +-
 uip/inc.c        |  4 ++--
 uip/mhbuildsbr.c |  2 +-
 uip/new.c        |  2 +-
 uip/post.c       |  2 +-
 uip/rmf.c        |  2 +-
 uip/scansbr.c    |  2 +-
 uip/show.c       |  2 +-
 uip/whatnowsbr.c |  2 +-
 14 files changed, 30 insertions(+), 24 deletions(-)


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



reply via email to

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