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-218-gf07a022
Date: Wed, 13 Sep 2017 06:40:53 -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  f07a022e29922690ff8eb54a3c2ea33a5fd3510d (commit)
       via  b42bad5fdb20cefbafdcc2b3c90e191b4a231787 (commit)
       via  96a2a03a1473522669e8848959c3aa380cf3d4eb (commit)
       via  c129bec59a25b62b25763798d4a269a7a2fabe54 (commit)
      from  5c01446c027960e00b33f623212de645475569aa (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 f07a022e29922690ff8eb54a3c2ea33a5fd3510d
Author: Ralph Corderoy <address@hidden>
Date:   Wed Sep 13 11:31:29 2017 +0100

    nmh_completion(): Simplify, removing local variable.

commit b42bad5fdb20cefbafdcc2b3c90e191b4a231787
Author: Ralph Corderoy <address@hidden>
Date:   Wed Sep 13 11:09:42 2017 +0100

    Remove casts of NULL to a data pointer.
    
    With a function prototype in place stating a parameter is a foo pointer,
    where foo is data, not a function, then `NULL' suffices so the cast to
    foo pointer is redundant.  If the function parameter is retrieved with
    va_arg(3) then the pointer passed must be the retrieved type, e.g.
    concat()'s arguments are fetched as char pointer and so it should be
    called as `concat("foo", (char *)0)'.  Using NULL is incorrect, though
    NULL could be used instead of 0 but still needs casting.  However, the
    source doesn't bother getting this right and just passes NULL in most
    cases so make the few match.  Most of those changed were passing NULL
    cast to a void pointer.

commit 96a2a03a1473522669e8848959c3aa380cf3d4eb
Author: Ralph Corderoy <address@hidden>
Date:   Wed Sep 13 00:14:43 2017 +0100

    Remove more outer wrapping parenthesis from return statements.
    
    For example, `return(foo(a, b));' becomes `return foo(a, b);'.

commit c129bec59a25b62b25763798d4a269a7a2fabe54
Author: Ralph Corderoy <address@hidden>
Date:   Tue Sep 12 15:49:30 2017 +0100

    dmktime(): Break assignments so `*=' and `+=' can be used.
    
    Add comments tracking the units of `result' from days to seconds.

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

Summary of changes:
 mts/smtp/smtp.c                          |  6 +++---
 sbr/crawl_folders.c                      |  4 ++--
 sbr/dtime.c                              | 15 +++++++++------
 sbr/dtimep.l                             |  4 ++--
 sbr/fmt_compile.c                        |  4 ++--
 sbr/folder_delmsgs.c                     |  2 +-
 sbr/lock_file.c                          |  2 +-
 sbr/m_convert.c                          |  8 ++++----
 sbr/oauth.c                              | 10 +++++-----
 sbr/pidwait.c                            |  2 +-
 sbr/read_switch_multiword_via_readline.c |  8 ++------
 sbr/read_yes_or_no_if_tty.c              |  2 +-
 sbr/refile.c                             |  2 +-
 sbr/seq_list.c                           |  2 +-
 sbr/vfgets.c                             |  2 +-
 uip/dropsbr.c                            |  2 +-
 uip/fmtdump.c                            | 10 +++++-----
 uip/fmttest.c                            | 10 +++++-----
 uip/mhbuildsbr.c                         |  2 +-
 uip/mhshowsbr.c                          |  2 +-
 uip/mhstoresbr.c                         |  2 +-
 uip/new.c                                |  8 ++++----
 uip/popsbr.c                             |  2 +-
 uip/post.c                               |  2 +-
 uip/prompter.c                           |  2 +-
 uip/scansbr.c                            |  2 +-
 uip/slocal.c                             |  4 ++--
 uip/sortm.c                              |  4 ++--
 28 files changed, 62 insertions(+), 63 deletions(-)


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



reply via email to

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