nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, m_getfld, updat


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, m_getfld, updated. 1.5-branchpoint-370-gadc0a32
Date: Mon, 21 Jan 2013 03:39:10 +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, m_getfld has been updated
       via  adc0a3232c43033729dbc036f0757bddfba463bd (commit)
      from  5294e3ddb691edd6cb079d8f0b56e8c9ed95bc84 (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 adc0a3232c43033729dbc036f0757bddfba463bd
Author: David Levine <address@hidden>
Date:   Sun Jan 20 21:27:54 2013 -0600

    Removed the static m_getfld() state instance and replaced
    with functions for callers to create and destroy their own
    instances.  This also allows inc, msh, and pick to call
    m_getfld() with an initial file stream position other than 0.
    
    There is now a global state instance so that scan can call
    m_unknown() on maildrop files.  It'd be nice to get rid of
    that.

-----------------------------------------------------------------------

Summary of changes:
 h/mh.h           |    3 +
 h/prototypes.h   |    9 ++-
 sbr/m_getfld.c   |  177 +++++++++++++++++++++++++++++-------------------------
 sbr/readconfig.c |    9 ++-
 sbr/seq_read.c   |    9 ++-
 uip/distsbr.c    |   20 ++++--
 uip/forwsbr.c    |   11 ++-
 uip/inc.c        |    8 ++-
 uip/mhbuildsbr.c |   11 ++-
 uip/mhcachesbr.c |    9 ++-
 uip/mhlsbr.c     |   23 ++++---
 uip/mhparse.c    |    9 ++-
 uip/msh.c        |   16 +++--
 uip/mshcmds.c    |   29 +++++----
 uip/new.c        |    9 ++-
 uip/picksbr.c    |    9 ++-
 uip/post.c       |   11 ++-
 uip/prompter.c   |   11 ++-
 uip/rcvdist.c    |   11 ++-
 uip/rcvtty.c     |    4 +
 uip/replsbr.c    |   11 ++-
 uip/scan.c       |    9 +++-
 uip/scansbr.c    |   13 +++--
 uip/sendsbr.c    |   13 +++--
 uip/show.c       |   13 +++--
 uip/slocal.c     |   20 ++++--
 uip/sortm.c      |   13 +++--
 uip/whatnowsbr.c |   11 ++-
 28 files changed, 306 insertions(+), 195 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]