[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-1334-g21c9ab1 |
Date: |
Sun, 7 May 2017 17:45:59 -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 21c9ab1efb7ec86accab9f6da703fcbe4d2f7785 (commit)
via 3d4623ef62a6ee5b91e3b20e5ed4c938ebba2b05 (commit)
via 7bfe75eb886c771652273199ee759e4d63157712 (commit)
from 2eea62e1e3ef4496c0a850250d6575a65a6f2f3d (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 21c9ab1efb7ec86accab9f6da703fcbe4d2f7785
Author: Ralph Corderoy <address@hidden>
Date: Sun May 7 22:43:19 2017 +0100
sbr/netsec.c: Remove extraneous semicolon.
commit 3d4623ef62a6ee5b91e3b20e5ed4c938ebba2b05
Author: Ralph Corderoy <address@hidden>
Date: Sun May 7 22:35:41 2017 +0100
Split some comma-operator terms into separate statements.
Some uses of the comma operator weren't the idiomatic `p++, len--'.
Split its terms into two statements instead, e.g. `close(fd); fd = -1'.
commit 7bfe75eb886c771652273199ee759e4d63157712
Author: Ralph Corderoy <address@hidden>
Date: Sun May 7 18:02:03 2017 +0100
uip/picksbr.c: Increase line-buffer size for "grep" action.
Alter LBSIZE from 1024 to NMH_BUFSIZ, e.g. 8192. This dominates the
size of the char array used to hold a single unfolded header line when
evaluating a "grep" action, e.g. `-to foo' becomes `^to[ ^I]*:.*foo'.
-----------------------------------------------------------------------
Summary of changes:
sbr/datetime.c | 3 ++-
sbr/dtime.c | 3 ++-
sbr/netsec.c | 2 +-
uip/distsbr.c | 12 ++++++++----
uip/mhparse.c | 21 ++++++++++++++-------
uip/picksbr.c | 2 +-
6 files changed, 28 insertions(+), 15 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-1334-g21c9ab1,
Ralph Corderoy <=