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-59-gb852bee
Date: Sun, 20 Aug 2017 07:41:20 -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  b852bee5757ed6aaee4046f68cbe458a1ffa623d (commit)
       via  2e23b475a4861db57ca78067d553c4360b8c8d71 (commit)
       via  a341943063abbdbcacdfa6a932093e1b42f71bd6 (commit)
      from  dc7efebe09e15e0e9e8a7821602c5052f00ef9b9 (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 b852bee5757ed6aaee4046f68cbe458a1ffa623d
Author: Ralph Corderoy <address@hidden>
Date:   Sun Aug 20 12:33:38 2017 +0100

    scan.man: Note that %{body} does not decode MIME.

commit 2e23b475a4861db57ca78067d553c4360b8c8d71
Author: Ralph Corderoy <address@hidden>
Date:   Sun Aug 20 12:20:45 2017 +0100

    sbr/mf.c: Simplify logic, ditching endless for-loops and switch.
    
    Some of the control flow follows the pattern of the larger sections: an
    endless for-loop with a switch, and then cases that continue or break,
    and another break out of the for loop.  For the simpler cases, it's much
    easier to read a simple while-loop that achieves the same in fewer
    lines.  No functional change intended.

commit a341943063abbdbcacdfa6a932093e1b42f71bd6
Author: Ralph Corderoy <address@hidden>
Date:   Sun Aug 20 11:56:55 2017 +0100

    sbr/mf.c: Remove QUOTE macro, use its '\\' definition instead.
    
    The name suggests a quote character, not the backslash as an escape
    character that quotes what comes after it.  It's easier to read '\\' and
    instantly know what's meant.

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

Summary of changes:
 man/scan.man |  4 +++
 sbr/mf.c     | 98 ++++++++++++++++++++----------------------------------------
 2 files changed, 37 insertions(+), 65 deletions(-)


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



reply via email to

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