[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-1085-gf02de74 |
Date: |
Sun, 02 Feb 2014 14:47:23 +0000 |
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 f02de746f64f0879e1d8dc754293a121b686646b (commit)
from 4c7e4c2d01cc991359289762aaf07f319d1e5879 (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 f02de746f64f0879e1d8dc754293a121b686646b
Author: David Levine <address@hidden>
Date: Sun Feb 2 08:46:25 2014 -0600
Added m_mktemps(), which creates a temporary file with a specified
suffix. It uses mkstemps(3) where available, which should be most
modern platforms. If not available, it tries link(2), and if that
fails, rename(2).
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
docs/pending-release-notes | 4 +-
h/prototypes.h | 1 +
sbr/m_mktemp.c | 113 ++++++++++++++++++++++++++++++++++++++++++++
uip/mhparse.c | 75 +++++++++++++++++++----------
5 files changed, 164 insertions(+), 31 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.5-branchpoint-1085-gf02de74,
David Levine <=