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-1289-geedef73
Date: Sun, 23 Apr 2017 10:10:39 -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  eedef73327bfd0d0b34eb8fa242da253e9b2a0e3 (commit)
       via  e0714781a68d957e9b136bee9dd7d637ddf59618 (commit)
       via  0c3a21f9763759559bc064112dda39f9a4561db2 (commit)
       via  a3ac9333389dcfa7fe22e8b31524b9f7f580a770 (commit)
       via  7ec0c9a0229aa160d7419922d2f4ba7e87480cd6 (commit)
       via  4db310433eb20ec95643299b0d14fefaea44b8bd (commit)
       via  b5f387a8a688647ce765609890a6ab86d3257c04 (commit)
       via  64c1e9c1845f4a3531d5a64c1233fda03ae284ae (commit)
      from  62ee157e2dd14a1aec566d0370a1275654abd143 (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 eedef73327bfd0d0b34eb8fa242da253e9b2a0e3
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 14:47:20 2017 +0100

    mh.h: Compact the reserved sequence bit-masks.
    
    Removes the gap created by axing DELETED.

commit e0714781a68d957e9b136bee9dd7d637ddf59618
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 14:36:57 2017 +0100

    mh.h: Remove unused MODIFIED and DELETED macros.
    
    MODIFIED was a folder attribute used by msh(1), and DELETED a message
    attribute that may have last been used in the 1980s.
    Adjust corresponding FBITS and MBITS definitions.

commit 0c3a21f9763759559bc064112dda39f9a4561db2
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 14:36:47 2017 +0100

    md5.h: Remove unused UINT2 typedef for unsigned short.

commit a3ac9333389dcfa7fe22e8b31524b9f7f580a770
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 13:50:02 2017 +0100

    ap.man, dp.man: Add fmttest(1) to SEE ALSO section.

commit 7ec0c9a0229aa160d7419922d2f4ba7e87480cd6
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 13:33:57 2017 +0100

    tws.h: Remove zero-valued TW_SNIL macro, used once.
    
    Macro TW_SNIL was the zero value for a two-bit field.  It was only used
    once, and that is better ordered to check for bits set with none set
    being the last, else, case, rather than in the middle.  Kept the
    behaviour of undefined value 3 being treated as TW_SIMP, 2.

commit 4db310433eb20ec95643299b0d14fefaea44b8bd
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 13:18:20 2017 +0100

    tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
    
    TW_SZONE is a mask of one bit that can either be 0, TW_SZNIL, or set,
    TW_SZEXP.  Rather than three macros for the single  bit, have one,
    TW_SZEXP.  Simplifies the test too when the mask is known to be one-bit
    wide.

commit b5f387a8a688647ce765609890a6ab86d3257c04
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 11:01:18 2017 +0100

    mh-format.man: Fix `Return' column heading alignment.
    
    Two of the column headings were separated by spaces rather than a tab.
    The other two similar tables used `Return' instead of `Result', so
    switch to that at the same time.

commit 64c1e9c1845f4a3531d5a64c1233fda03ae284ae
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 09:48:13 2017 +0100

    sbr/dtime.c: Remove struct-assigning twscopy().
    
    Historically, twscopy() assigned all the struct's members individually,
    but that was `#if 0'd as far back as the repository goes.  The one
    caller now uses assignment, making clear the direction of data flow.

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

Summary of changes:
 h/md5.h           |  3 ---
 h/mh.h            | 14 ++++++--------
 h/tws.h           |  6 +-----
 man/ap.man        |  1 +
 man/dp.man        |  1 +
 man/mh-format.man |  2 +-
 sbr/dtime.c       | 34 +++++++++++-----------------------
 sbr/fmt_scan.c    |  2 +-
 uip/picksbr.c     |  2 +-
 9 files changed, 23 insertions(+), 42 deletions(-)


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



reply via email to

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