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-920-g9288462
Date: Sat, 22 Oct 2016 12:45:45 +0000 (UTC)

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  92884625549fcd1e49acf8fde1d54bd537a80072 (commit)
       via  2db8ea3cc5e4fb968f1872591cf1ff56fc408ff8 (commit)
       via  ece475032adb04cfd3ed79de9637ffa97475cf95 (commit)
       via  adf1b79a42518913f5da2f3f8b8f4866eaf195b3 (commit)
       via  47a7d63953e4df110cba99d590a8432845382a51 (commit)
       via  fecdb1cb9910cb8261265a57221748cff5e10cf4 (commit)
       via  f7f4072fb55470c9e99b963276bdc7171d20636e (commit)
       via  4336c6255d8b087c7a2c69db6a84d12a5c58a95b (commit)
       via  a25f618832c9b9dec40cd51cf698c3c50b4bf354 (commit)
       via  ac751c0f6519e9c2254784431ad0a40d493efb19 (commit)
       via  895fa65d9caba42798763afe64f4076c21493230 (commit)
       via  f767d407147979519569e34b97a737b0a9cfd869 (commit)
       via  a0f0cad535ac370a2c323171b5ebb33736623595 (commit)
       via  e6e854a44d877408fbe8e55fd71abb1c40150d3c (commit)
       via  11e1e41683f5897ebd3dbb0f2f6b58e41e918fb3 (commit)
      from  80496d6edb1653bbc88c4403da048920ec6a5b59 (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 92884625549fcd1e49acf8fde1d54bd537a80072
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:35 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit 2db8ea3cc5e4fb968f1872591cf1ff56fc408ff8
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:24 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit ece475032adb04cfd3ed79de9637ffa97475cf95
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:22 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit adf1b79a42518913f5da2f3f8b8f4866eaf195b3
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:19 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit 47a7d63953e4df110cba99d590a8432845382a51
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:16 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit fecdb1cb9910cb8261265a57221748cff5e10cf4
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:45:11 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit f7f4072fb55470c9e99b963276bdc7171d20636e
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:44:47 2016 +0100

    Don't need to cast to `char *' for free(3) these days.
    
    But still need a cast to discard the const.
    Use `void *' as it saves needing to check the original type.

commit 4336c6255d8b087c7a2c69db6a84d12a5c58a95b
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:42:52 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit a25f618832c9b9dec40cd51cf698c3c50b4bf354
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:42:47 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit ac751c0f6519e9c2254784431ad0a40d493efb19
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:42:45 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit 895fa65d9caba42798763afe64f4076c21493230
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:42:43 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit f767d407147979519569e34b97a737b0a9cfd869
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 13:42:39 2016 +0100

    Don't need to cast to `char *' for free(3) these days.

commit a0f0cad535ac370a2c323171b5ebb33736623595
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 00:45:09 2016 +0100

    Move smtp_init's last-ditch attempt for client inside first test.
    
    Didn't realise there was a second lot of similar code before the last
    commit.

commit e6e854a44d877408fbe8e55fd71abb1c40150d3c
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 00:41:44 2016 +0100

    Move smtp_init's last-ditch attempt for client inside first test.
    
    No point checking it twice in a row if it was false the first time.

commit 11e1e41683f5897ebd3dbb0f2f6b58e41e918fb3
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 22 00:40:30 2016 +0100

    Don't `else' after return.  Simplify control flow.

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

Summary of changes:
 mts/smtp/smtp.c   |   32 +++++++++++++++-----------------
 sbr/addrsbr.c     |    2 +-
 sbr/context_del.c |    2 +-
 uip/ap.c          |    2 +-
 uip/burst.c       |    2 +-
 uip/dropsbr.c     |    6 +++---
 uip/mhfixmsg.c    |    4 ++--
 uip/mhfree.c      |   10 +++++-----
 uip/mhlist.c      |    2 +-
 uip/mhlsbr.c      |    4 ++--
 uip/mhparse.c     |    4 ++--
 uip/mhshow.c      |    2 +-
 uip/mhstoresbr.c  |    4 ++--
 13 files changed, 37 insertions(+), 39 deletions(-)


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



reply via email to

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