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-773-g0ea1e09
Date: Wed, 19 Oct 2016 17:33:23 +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  0ea1e09365a5fc1d401a6a7df4e2278820c09d23 (commit)
       via  348d46bd97e8fb2432685d931210b72827060b5d (commit)
       via  d24647ed2194c1907905665a14b67363528571a4 (commit)
       via  f1b84196509099a3891c63d17f3e096b34ca2e95 (commit)
       via  f34427874df972004ce8a285145f6fc738f08595 (commit)
       via  40009883832750cb536db4d41f500c0ad41005de (commit)
       via  ffdd694f6050652d492606e5adbcb5f491050ace (commit)
      from  28dd669b6293bb089a23aaf8e9c8153b1683263d (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 0ea1e09365a5fc1d401a6a7df4e2278820c09d23
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 18:30:41 2016 +0100

    Use the imperfect snprintf(3) instead of sprintf(3).

commit 348d46bd97e8fb2432685d931210b72827060b5d
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 18:29:56 2016 +0100

    Use the imperfect snprintf(3) instead of sprintf(3).

commit d24647ed2194c1907905665a14b67363528571a4
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 18:29:43 2016 +0100

    Use the imperfect snprintf(3) instead of sprintf(3).

commit f1b84196509099a3891c63d17f3e096b34ca2e95
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 18:29:18 2016 +0100

    Use the imperfect snprintf(3) instead of sprintf(3).

commit f34427874df972004ce8a285145f6fc738f08595
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 18:13:10 2016 +0100

    Add EndsWithC(char *s, int c) and call it in some initial places.
    EndsWithC returns true if non-NULL string s ends with a c before the
    terminating NUL.

commit 40009883832750cb536db4d41f500c0ad41005de
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 17:52:44 2016 +0100

    Add stdbool.h plus fallback to h/nmh.h.
    Change h/mh.h's FALSE and TRUE to use stdbool.h's.  In time, everything
    can switch over and FALSE and TRUE can go.  Delete some local
    re-definitions of FALSE and TRUE.

commit ffdd694f6050652d492606e5adbcb5f491050ace
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 16:34:05 2016 +0100

    Fix ruserpass() to not assume `\n' present before trimming.

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

Summary of changes:
 h/mh.h          |    4 ++--
 h/nmh.h         |    9 +++++++++
 h/utils.h       |    1 +
 mts/smtp/smtp.c |    3 ---
 sbr/getline.c   |    9 ++-------
 sbr/m_maildir.c |    2 +-
 sbr/m_name.c    |    2 +-
 sbr/mf.c        |   28 ++++++++++++++--------------
 sbr/ruserpass.c |    2 +-
 sbr/seq_list.c  |    2 +-
 sbr/utils.c     |    8 ++++++++
 uip/flist.c     |    6 +-----
 uip/folder.c    |    3 +--
 13 files changed, 42 insertions(+), 37 deletions(-)


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



reply via email to

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