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-1373-ga30ef34
Date: Mon, 15 May 2017 10:44: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  a30ef3465250ae21bb3928a6e120ba4351cf8ff0 (commit)
       via  f2753d64be0a74a22018e03ec9c04cc9ca45d3ab (commit)
       via  dcbbebd768c6444e2fbf83de2b3dc6c76b513a54 (commit)
       via  3f9f71ca8adbab14eafccca1d6f634e836325d5c (commit)
       via  0157c8ce4707d5d05ce1741950bf1746b02f5514 (commit)
       via  3b819525f14d5c7653404b11c68b49981f8ff7af (commit)
      from  b246954f6e1422c732780c8f568b3beb0e386964 (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 a30ef3465250ae21bb3928a6e120ba4351cf8ff0
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 15:14:44 2017 +0100

    uip/mhoutsbr.c: Move exported prototype to new header file.
    
    Alter the callers to include the new header file instead of having their
    own copy of the prototype.

commit f2753d64be0a74a22018e03ec9c04cc9ca45d3ab
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 15:07:10 2017 +0100

    sbr/m_mktemp.h: Move remaining prototypes from h/prototypes.h.
    
    Gives the normal one header file showing interface exported by one C
    file.

commit dcbbebd768c6444e2fbf83de2b3dc6c76b513a54
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 14:40:52 2017 +0100

    sbr/m_mktemp.h: Create with missing prototypes.
    
    Some of sbr/m_mktemp.c's functions didn't have prototypes in a header
    file so callers were declaring prototypes themselves.  Have them include
    the new header file instead.

commit 3f9f71ca8adbab14eafccca1d6f634e836325d5c
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 14:31:36 2017 +0100

    sbr/utils.c: Use h/signals.h for setup_signal_handlers prototype.
    
    Deleted its own prototype for setup_signal_handlers() and added it to
    the existing h/signals.h as it's defined in h/signals.c.

commit 0157c8ce4707d5d05ce1741950bf1746b02f5514
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 14:23:53 2017 +0100

    uip/picksbr.c: Use function prototypes for `nexus' functions.
    
    Prototypes for ORaction(), etc., now state the parameters they expect.
    Removed the args() macro, instead explicitly listing the arguments being
    passed to functions.

commit 3b819525f14d5c7653404b11c68b49981f8ff7af
Author: Ralph Corderoy <address@hidden>
Date:   Mon May 15 14:12:21 2017 +0100

    Specify function parameters in prototypes, mainly void.
    
    These prototypes are all in *.[cl] source compared with the *.h of the
    earlier commit.  All but one had void added, that one's parameter was a
    char pointer.

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

Summary of changes:
 Makefile.am          |  2 ++
 h/prototypes.h       | 10 ---------
 h/signals.h          |  1 +
 sbr/check_charset.c  |  2 +-
 sbr/ctype-checked.c  |  2 +-
 sbr/folder_delmsgs.c |  1 +
 sbr/icalendar.l      |  4 ++--
 sbr/lock_file.c      |  1 +
 sbr/m_backup.c       |  1 +
 sbr/m_mktemp.c       |  3 ++-
 sbr/m_mktemp.h       | 17 ++++++++++++++++
 sbr/oauth.c          |  2 +-
 sbr/push.c           |  1 +
 sbr/seq_save.c       |  1 +
 sbr/signals.c        |  6 ++----
 sbr/utils.c          |  8 ++------
 uip/annosbr.c        |  1 +
 uip/burst.c          |  1 +
 uip/distsbr.c        |  1 +
 uip/dropsbr.c        |  1 +
 uip/forwsbr.c        |  1 +
 uip/inc.c            |  1 +
 uip/mhbuild.c        |  5 ++---
 uip/mhbuildsbr.c     |  1 +
 uip/mhcachesbr.c     |  1 +
 uip/mhfixmsg.c       |  5 ++---
 uip/mhfree.c         |  1 +
 uip/mhlsbr.c         |  2 +-
 uip/mhoutsbr.c       |  6 +-----
 uip/mhoutsbr.h       |  8 ++++++++
 uip/mhparse.c        |  1 +
 uip/mhshowsbr.c      |  1 +
 uip/mhstoresbr.c     |  1 +
 uip/picksbr.c        | 57 +++++++++++++++++++++++-----------------------------
 uip/post.c           |  1 +
 uip/prompter.c       |  1 +
 uip/rcvdist.c        |  1 +
 uip/rcvstore.c       |  1 +
 uip/rcvtty.c         |  1 +
 uip/refile.c         |  1 +
 uip/rmf.c            |  1 +
 uip/send.c           |  2 +-
 uip/sendsbr.c        |  3 +++
 uip/slocal.c         |  1 +
 uip/viamail.c        |  1 +
 uip/whatnowsbr.c     |  2 +-
 uip/whom.c           |  1 +
 47 files changed, 102 insertions(+), 72 deletions(-)
 create mode 100644 sbr/m_mktemp.h
 create mode 100644 uip/mhoutsbr.h


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



reply via email to

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