[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-765-g08b13bc |
Date: |
Wed, 19 Oct 2016 14:47:13 +0000 (UTC) |
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 08b13bc1cb693451c1e9f50f770acaddf42ed9da (commit)
from 8eacff500716cab8256b032c0f4dd29bc2dc16bb (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 08b13bc1cb693451c1e9f50f770acaddf42ed9da
Author: Ralph Corderoy <address@hidden>
Date: Wed Oct 19 15:43:12 2016 +0100
Alter ctype-checked to handle EOF and be hand-written.
Along the way, replace the code generation with code that punts the work
onto the stdlib's C functions, needing only a single `identity' array
for all the macros. A mkdir needed to be added in Makefile.am because
otherwise etc didn't exist in a distcheck and attempting to redirect
stdout to a file in etc failed. I'm not happy that's the best automake
way to achieve this, i.e. what if another rule attempts to create in etc
first?
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
Makefile.am | 18 +------
etc/gen-ctype-checked.c | 132 -----------------------------------------------
sbr/ctype-checked.c | 50 ++++++++++++++++++
sbr/ctype-checked.h | 95 ++++++++++++++++++++++++++++++++++
5 files changed, 147 insertions(+), 149 deletions(-)
delete mode 100644 etc/gen-ctype-checked.c
create mode 100644 sbr/ctype-checked.c
create mode 100644 sbr/ctype-checked.h
hooks/post-receive
--
The nmh Mail Handling System
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-765-g08b13bc,
Ralph Corderoy <=