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-191-ge5479da
Date: Sun, 10 Sep 2017 07:38:27 -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  e5479da8544d4fe47a320934667cb91c1c6a309e (commit)
       via  dbc35d5d494dd0ec68b7742446e42239a5e78bf1 (commit)
       via  87751a2f760b5b1bd93f78120bfcc54a54b2c074 (commit)
       via  89edf0508f6df4700d0e28cace04e44fec4ff735 (commit)
      from  95b3a95e742da57976a1cd8f723cc0819cbba53c (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 e5479da8544d4fe47a320934667cb91c1c6a309e
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 10 12:28:51 2017 +0100

    Replace parallel MIME-preference arrays with struct array.
    
    New array of struct has `type' and `subtype' members, replacing the old
    preferred_types[] and preferred_subtypes[] arrays.

commit dbc35d5d494dd0ec68b7742446e42239a5e78bf1
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 10 12:14:20 2017 +0100

    pidstatus(): Rewrite to print stopped and continued statuses too.
    
    Delete own versions of WTERMSIG and WCOREDUMP macros now we're assuming
    POSIX.

commit 87751a2f760b5b1bd93f78120bfcc54a54b2c074
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 10 11:35:20 2017 +0100

    pidstatus(): Delete commented-out code testing for exit(255).
    
    Pre-dating git, a test of wait(2)'s status having its top eight bits all
    set was commented out an "I've no idea what this does" explanation.  The
    top eight bits hold either exit(3)'s parameter or the signal that caused
    the child to stop.  Either way, there are macros for pulling apart that
    value and they're being used.  Perhaps they were broken on a much older
    system.  Delete the comment, including its code.

commit 89edf0508f6df4700d0e28cace04e44fec4ff735
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 10 11:21:42 2017 +0100

    Replace printf("%s\n", foo) and similar with puts(foo).

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

Summary of changes:
 h/mhparse.h                 |  7 ++--
 sbr/netsec.c                |  6 ++--
 sbr/pidstatus.c             | 80 ++++++++++++++++++++++++---------------------
 test/fakesmtp.c             |  3 +-
 test/getcanon.c             |  4 +--
 test/getfullname.c          |  3 +-
 test/mhbuild/test-utf8-body |  2 +-
 uip/mhical.c                |  9 +++--
 uip/mhlist.c                |  4 +--
 uip/mhparse.c               | 13 ++++----
 uip/mhshow.c                |  4 +--
 uip/mhstore.c               |  4 +--
 uip/popsbr.c                | 12 ++++---
 13 files changed, 82 insertions(+), 69 deletions(-)


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



reply via email to

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