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-760-gbd0b347
Date: Wed, 19 Oct 2016 09:14:42 +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  bd0b347221292e62d6a3ac630922f097c736b055 (commit)
       via  6651e2804863b4d1444ce5b0c0bb959416c4e0ad (commit)
       via  23a0ebb69f4a7ad12eddb474f65c0a3bf800587b (commit)
       via  9d9c66b78446aedbccc88d1313a4170e49d917dc (commit)
       via  4fab388731424637f56bc87214ecd950189a9adc (commit)
       via  6d631a50b61036912683003bc53d92be05576630 (commit)
       via  c3eea81ded78e7803b42f09697bc202e1b1aaf86 (commit)
       via  80ca91c25c3eb4f96f6c3842c1c14053ae69e80a (commit)
      from  122129da83e4e9ec2d0363ef9f60d32491af2629 (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 bd0b347221292e62d6a3ac630922f097c736b055
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:09:47 2016 +0100

    Replace strchr() condition with TrimSuffixC(), fixing assumptions.
    A couple of the existing strchr()-based trims assumed fgets() returned a
    string containing `\n' if it didn't return NULL.

commit 6651e2804863b4d1444ce5b0c0bb959416c4e0ad
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:06:44 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit 23a0ebb69f4a7ad12eddb474f65c0a3bf800587b
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:06:24 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit 9d9c66b78446aedbccc88d1313a4170e49d917dc
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:04:59 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit 4fab388731424637f56bc87214ecd950189a9adc
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:04:12 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit 6d631a50b61036912683003bc53d92be05576630
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 10:03:31 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit c3eea81ded78e7803b42f09697bc202e1b1aaf86
Author: Ralph Corderoy <address@hidden>
Date:   Wed Oct 19 00:50:28 2016 +0100

    Replace strchr() condition with TrimSuffixC().

commit 80ca91c25c3eb4f96f6c3842c1c14053ae69e80a
Author: Ralph Corderoy <address@hidden>
Date:   Tue Oct 18 17:05:24 2016 +0100

    Add TrimSuffixC(char *s, int c).
    TrimSuffixC deletes c from the end of non-NULL string s if it's present,
    shortening s by 1.  Only one instance of c is removed.

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

Summary of changes:
 h/utils.h        |    2 ++
 sbr/read_line.c  |    9 ++++-----
 sbr/utils.c      |   13 +++++++++++++
 uip/mhlogin.c    |    5 ++---
 uip/mhlsbr.c     |    5 ++---
 uip/mhstoresbr.c |    5 +----
 uip/post.c       |    3 +--
 uip/slocal.c     |    6 ++----
 uip/whatnowsbr.c |    9 +++------
 9 files changed, 30 insertions(+), 27 deletions(-)


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



reply via email to

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