[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-1367-gb246954 |
Date: |
Mon, 15 May 2017 08:51:13 -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 b246954f6e1422c732780c8f568b3beb0e386964 (commit)
via d741144978ab83012df69009852ecf67bd5e7fbb (commit)
via bf4e14adcab829c23f134253dea686789eb21d6a (commit)
via 28ec221002d755d33c41fa4b5d9673eee0abef9d (commit)
via d1797eb2b2d5f3aa1b653e6a2562bf79c559eeb2 (commit)
via 611edee2bfe62872318ad1d355d49512ecce47f3 (commit)
via bd30a0ad7c278f0f55f1a56827d2db0b55f55d6f (commit)
via 95736f0890b942d14a6223f0ec8abc4500bce74c (commit)
from c3238c0e0adb06756462fac7f3bb63758dc7b00c (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 b246954f6e1422c732780c8f568b3beb0e386964
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:45:39 2017 +0100
h/prototypes.h: Remove scan_reset_m_getfld_state() prototype.
Function removed back in 2014 by 58eaf2c2.
commit d741144978ab83012df69009852ecf67bd5e7fbb
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:39:08 2017 +0100
Use `void' in prototypes for functions with no parameters.
The old-style `int foo()' still lived on in a few places.
commit bf4e14adcab829c23f134253dea686789eb21d6a
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:29:28 2017 +0100
h/mhparse.h: Move mhfree.c's free_content prototype to new header.
It was the only thing of mhfree.c's in h/mhparse.h.
commit 28ec221002d755d33c41fa4b5d9673eee0abef9d
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:25:23 2017 +0100
Match `NORETURN' function prototypes by adding it to definition.
commit d1797eb2b2d5f3aa1b653e6a2562bf79c559eeb2
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:13:45 2017 +0100
Create and use header file for uip/mhfree.c's exports.
Remove all the duplicate inconsistent prototypes from mhfree.c's users.
commit 611edee2bfe62872318ad1d355d49512ecce47f3
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 13:10:30 2017 +0100
test/mhical/test-mhical: Force UTC timezone for mhical.
Commit c3238c0e added a test but mhical's output depends on its
timezone; force it to UTC for consistent results.
commit bd30a0ad7c278f0f55f1a56827d2db0b55f55d6f
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 12:52:23 2017 +0100
uip/mhfree.c: Make free_header() static.
commit 95736f0890b942d14a6223f0ec8abc4500bce74c
Author: Ralph Corderoy <address@hidden>
Date: Mon May 15 12:38:26 2017 +0100
uip/flist.c: Make locally defined and used functions static.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
h/addrsbr.h | 2 +-
h/fmt_scan.h | 2 +-
h/mhparse.h | 1 -
h/prototypes.h | 7 +++----
sbr/addrsbr.c | 2 +-
sbr/credentials.c | 2 +-
sbr/error.c | 2 +-
sbr/fmt_new.c | 2 +-
sbr/m_mktemp.c | 2 +-
test/mhical/test-mhical | 6 +++---
uip/burst.c | 1 +
uip/flist.c | 38 +++++++++++++++++++-------------------
uip/inc.c | 2 +-
uip/mhbuild.c | 3 ++-
uip/mhbuildsbr.c | 7 +------
uip/mhfixmsg.c | 4 +---
uip/mhfree.c | 14 ++++----------
uip/mhfree.h | 13 +++++++++++++
uip/mhlist.c | 5 +----
uip/mhn.c | 5 +----
uip/mhparse.c | 4 +---
uip/mhshow.c | 5 +----
uip/mhstore.c | 5 +----
uip/packf.c | 2 +-
uip/pick.c | 2 +-
uip/rcvdist.c | 2 +-
uip/rcvstore.c | 2 +-
uip/scansbr.c | 2 +-
uip/sendsbr.c | 2 +-
30 files changed, 67 insertions(+), 80 deletions(-)
create mode 100644 uip/mhfree.h
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.6-branchpoint-1367-gb246954,
Ralph Corderoy <=