[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-243-g1da3cc1 |
Date: |
Thu, 21 Sep 2017 09:44:16 -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 1da3cc1c0b20a17997b4a1dd255016d6c801abf5 (commit)
via 31c14eac620de5faf5e1e05076af6292a584259d (commit)
via a5c6f670c3636f018a65738645bf712e99d27698 (commit)
via 3674b75fefee8ad281ba50324f216d53287190ac (commit)
via 64a40afc7d83e7b1280905fce7bdfd3a2ec7f01a (commit)
via 99f61bcf8de3c5782e007559ce8f289be50e9b8b (commit)
via 2271a2161d7c3ebb81da26f877754f4b726a76bf (commit)
via 9036402f24e423baec576ce107f55d8364847bc6 (commit)
via 8179845836746519dca7b935b6a3446bee76e9fe (commit)
from d1ab2a841c12403193ea057e55326be22b766b08 (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 1da3cc1c0b20a17997b4a1dd255016d6c801abf5
Author: Ralph Corderoy <address@hidden>
Date: Thu Sep 21 14:21:38 2017 +0100
man: Replace csh `%' prompt in examples with sh's `$'.
Youngsters these days probably wouldn't recognise csh. None of the
commands needed changing due to syntax differences.
commit 31c14eac620de5faf5e1e05076af6292a584259d
Author: Ralph Corderoy <address@hidden>
Date: Thu Sep 21 14:12:00 2017 +0100
mh-draft.man: Use ASCII double-quote for itself in example output.
Not the TeX doubling of backquote and single-quote.
commit a5c6f670c3636f018a65738645bf712e99d27698
Author: Ralph Corderoy <address@hidden>
Date: Thu Sep 21 14:05:05 2017 +0100
man: Add backslash before backquote so it appears as sh backtick.
commit 3674b75fefee8ad281ba50324f216d53287190ac
Author: Ralph Corderoy <address@hidden>
Date: Tue Sep 19 23:16:36 2017 +0100
man: Fix backquote used in error for single quote.
A repeated bit of prose had the typo `foo` instead of `foo'.
commit 64a40afc7d83e7b1280905fce7bdfd3a2ec7f01a
Author: Ralph Corderoy <address@hidden>
Date: Tue Sep 19 11:43:30 2017 +0100
mhlsbr.c: Delete file-static function pointer mhl_action.
Never set, so always NULL due to BSS. It used to be set by c808c5d5.
commit 99f61bcf8de3c5782e007559ce8f289be50e9b8b
Author: Ralph Corderoy <address@hidden>
Date: Tue Sep 19 11:38:52 2017 +0100
mhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d.
Only ever conditionally longjmp(3)'d. The setjmp() was removed by
c808c5d5.
commit 2271a2161d7c3ebb81da26f877754f4b726a76bf
Author: Ralph Corderoy <address@hidden>
Date: Tue Sep 19 00:00:08 2017 +0100
Strip parenthesis from `return (state = OK);' and similar.
There are sufficient cases without the parenthesis that various
compilers must be happy without.
commit 9036402f24e423baec576ce107f55d8364847bc6
Author: Ralph Corderoy <address@hidden>
Date: Mon Sep 18 23:38:27 2017 +0100
pop_init(): After proxy's execve(2) failure, exit(1), not exit(10).
The value 10 seems undocumented, and I can't find anything that tests
for that specific value.
commit 8179845836746519dca7b935b6a3446bee76e9fe
Author: Ralph Corderoy <address@hidden>
Date: Mon Sep 18 23:29:24 2017 +0100
sendfiles: Always die with exit status of 1 rather than -1.
The sh function die() took the exit status as an optional parameter,
with a default of -1, but this was never used so remove the option and
always use an exit status of 1.
-----------------------------------------------------------------------
Summary of changes:
etc/sendfiles | 2 +-
man/inc.man | 2 +-
man/mh-draft.man | 6 +++---
man/mhfixmsg.man | 8 ++++----
man/mhmail.man | 2 +-
man/mhparam.man | 32 ++++++++++++++++----------------
man/mhpath.man | 30 +++++++++++++++---------------
man/mhstore.man | 6 +++---
man/msgchk.man | 2 +-
man/pick.man | 10 +++++-----
man/rmm.man | 2 +-
man/sendfiles.man | 18 +++++++++---------
sbr/dtime.c | 2 +-
sbr/fmt_compile.c | 2 +-
sbr/geteditor.c | 2 +-
sbr/mf.c | 26 +++++++++++++-------------
uip/aliasbr.c | 4 ++--
uip/mhlsbr.c | 19 +++++--------------
uip/popsbr.c | 2 +-
uip/slocal.c | 4 ++--
20 files changed, 86 insertions(+), 95 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-243-g1da3cc1,
Ralph Corderoy <=