[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-68-gbf3160a |
Date: |
Tue, 22 Aug 2017 06:52:07 -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 bf3160aa94f981374f0c6353344fd68a4e1daa12 (commit)
via 70637f3fad9cb3cbc6f4bd8d89a32bc474fc38ad (commit)
via dc0fb68d25efd03d4536dd3c112d609f8be79ac1 (commit)
via 35ef9d158396dbf013a862dd8f830db64909826b (commit)
from 7d728514c2c11f194afd433445666ae6c3b7dba7 (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 bf3160aa94f981374f0c6353344fd68a4e1daa12
Author: Ralph Corderoy <address@hidden>
Date: Mon Aug 21 15:02:51 2017 +0100
Reformat else-if that are split over two or more lines into one.
No functional change intended.
commit 70637f3fad9cb3cbc6f4bd8d89a32bc474fc38ad
Author: Ralph Corderoy <address@hidden>
Date: Mon Aug 21 14:44:19 2017 +0100
Convert some Boolean variables to the bool type.
commit dc0fb68d25efd03d4536dd3c112d609f8be79ac1
Author: Ralph Corderoy <address@hidden>
Date: Mon Aug 21 12:06:40 2017 +0100
Convert some Boolean variables to the bool type.
commit 35ef9d158396dbf013a862dd8f830db64909826b
Author: Ralph Corderoy <address@hidden>
Date: Mon Aug 21 11:09:02 2017 +0100
Add ZERO(p) for the typical memset(p, 0, sizeof *p) dance.
Also seen as memset(&foo->bar_xyzzy, 0, sizeof foo->bar_xyzzy). I find
it tedious to keep checking the parameters are in agreement when reading
the code.
-----------------------------------------------------------------------
Summary of changes:
h/aliasbr.h | 2 +-
h/prototypes.h | 2 +-
h/utils.h | 3 +++
sbr/addrsbr.c | 8 +++-----
sbr/client.c | 2 +-
sbr/datetime.c | 2 +-
sbr/dtimep.l | 3 ++-
sbr/fmt_compile.c | 2 +-
sbr/fmt_scan.c | 2 +-
sbr/mts.c | 2 +-
sbr/netsec.c | 2 +-
sbr/path.c | 5 ++---
uip/ali.c | 23 ++++++++++++-----------
uip/aliasbr.c | 19 +++++++++----------
uip/anno.c | 20 +++++++++++---------
uip/annosbr.c | 8 ++++----
uip/fmttest.c | 2 +-
uip/inc.c | 4 ++--
uip/mhlsbr.c | 14 ++++++--------
uip/mhparse.c | 25 ++++++++++---------------
uip/post.c | 14 ++++++--------
uip/replsbr.c | 2 +-
uip/sendsbr.c | 5 ++---
uip/slocal.c | 9 ++++-----
24 files changed, 86 insertions(+), 94 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-68-gbf3160a,
Ralph Corderoy <=