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-90-gd75a773
Date: Sat, 26 Aug 2017 07:26:25 -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  d75a77322da611cee356d85e7e016744a8edf180 (commit)
       via  f2552a93d977406ed401dc206d7af889e5840f6e (commit)
       via  e605596f06f250775f89ddfe3f7f2c8fcfda1c4e (commit)
       via  07916b2ff52cb94f26d6e09867c086d0da3c6433 (commit)
      from  6db4565184f61a8fa55e32296fdad530ebf00d6b (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 d75a77322da611cee356d85e7e016744a8edf180
Author: Ralph Corderoy <address@hidden>
Date:   Sat Aug 26 11:51:06 2017 +0100

    forw.man, mh-mime.man: Add missing commas in `SEE ALSO' list.
    
    Inspired by 6db45651.

commit f2552a93d977406ed401dc206d7af889e5840f6e
Author: Ralph Corderoy <address@hidden>
Date:   Fri Aug 25 22:43:46 2017 +0100

    picksbr.c: Specify parameters of nexus's n_action function pointer.
    
    Omitting them is obsolescent by modern C standards.

commit e605596f06f250775f89ddfe3f7f2c8fcfda1c4e
Author: Ralph Corderoy <address@hidden>
Date:   Fri Aug 25 22:36:01 2017 +0100

    Print pointers in debug with C99's `%p' rather than `0x%x'.
    
    The `%x' needed a double cast, the `%p' needs just a single to void
    pointer.  The output can differ, e.g. `0x0' v. perhaps
    implementation-defined `(nil)'.

commit 07916b2ff52cb94f26d6e09867c086d0da3c6433
Author: Ralph Corderoy <address@hidden>
Date:   Fri Aug 25 22:20:17 2017 +0100

    picksbr.c: fprintf function pointer with unsigned-long-long cast.
    
    It was previously a double cast, to unsigned long, and then to unsigned
    int, and formatted with `0x%x'.  Now we're C99, at least, we can use
    unsigned long long and `%#llx'.  Though the fprintf() in question should
    be a BUG() that abort(3)s.

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

Summary of changes:
 man/forw.man    | 2 +-
 man/mh-mime.man | 2 +-
 uip/mhlistsbr.c | 9 ++++-----
 uip/mhlsbr.c    | 5 ++---
 uip/picksbr.c   | 7 +++----
 5 files changed, 11 insertions(+), 14 deletions(-)


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



reply via email to

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