[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-1438-g055d67a |
Date: |
Mon, 29 May 2017 08:23:32 -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 055d67a6bbaea04478523a17a9f5058c92f79522 (commit)
via 2b677bfbc0ece2abfb27fa5ff7827ebe2e4609a0 (commit)
via 97bb4983b53b2f67756b0b3cc800105e13bfcddb (commit)
via 3395ff90fe5c311285e15357d06fb08938b9b849 (commit)
via 1564f19badd71bedb37fad0913a816a8873b7669 (commit)
via 8beec5a149ff31d48971f869d99c7c99926ca790 (commit)
from d0bd505e1a9b0bc2fc107446dcb615bf55c42e81 (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 055d67a6bbaea04478523a17a9f5058c92f79522
Author: Ralph Corderoy <address@hidden>
Date: Mon May 29 13:20:00 2017 +0100
sbr/brkstring.c: Use strchr(3) in brkany(), not own loop.
commit 2b677bfbc0ece2abfb27fa5ff7827ebe2e4609a0
Author: Ralph Corderoy <address@hidden>
Date: Mon May 29 12:56:10 2017 +0100
sizeof char is always 1, so don't bother to divide by it.
commit 97bb4983b53b2f67756b0b3cc800105e13bfcddb
Author: Ralph Corderoy <address@hidden>
Date: Mon May 29 12:53:24 2017 +0100
Use DIM(a) macro a few more times; array's dimension using sizeof.
commit 3395ff90fe5c311285e15357d06fb08938b9b849
Author: Ralph Corderoy <address@hidden>
Date: Mon May 29 12:23:38 2017 +0100
uip/scansbr.c: Add PUTC() macro, similar to FPUTS().
FPUTS() exists, but all the putc(3) checks for error were written
alongside in longhand. May as well have a PUTC() to match, though
perhaps just the existing check of the FILE's sticky error state with
ferror(3) is sufficient and neither macro is required.
commit 1564f19badd71bedb37fad0913a816a8873b7669
Author: Ralph Corderoy <address@hidden>
Date: Mon May 29 11:49:29 2017 +0100
uip/scansbr.c: Stop `scan -file' copying mailbox to /dev/null.
scan() was copying the mailbox to /dev/null when called for `scan -file
foo.mbox' because it used outnum being non-zero as the test of whether
to write instead of FILE pointer scnout being non-NULL. By switching,
we can avoid the opening of /dev/null that was just to give scnout a
valid value for the needless fputs(3), etc.
Add comment explaining scan()'s outnum input parameter's three
functions: -1, 0, and positive.
commit 8beec5a149ff31d48971f869d99c7c99926ca790
Author: Ralph Corderoy <address@hidden>
Date: Sun May 28 13:07:25 2017 +0100
h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM.
mmdlm1 only ever pointed to its initial string constant.
-----------------------------------------------------------------------
Summary of changes:
h/mh.h | 2 +-
h/mts.h | 2 +-
sbr/brkstring.c | 9 +--------
sbr/fmt_compile.c | 6 +++---
sbr/m_getfld.c | 2 +-
sbr/mts.c | 2 --
sbr/oauth_prof.c | 2 +-
uip/dropsbr.c | 18 +++++++++---------
uip/mhbuildsbr.c | 4 ++--
uip/mhparse.c | 6 +++---
uip/scansbr.c | 54 +++++++++++++++++++++++++++++++++---------------------
11 files changed, 55 insertions(+), 52 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.6-branchpoint-1438-g055d67a,
Ralph Corderoy <=