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-369-g5294e3d
Date: Sat, 19 Jan 2013 16:13:43 +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  5294e3ddb691edd6cb079d8f0b56e8c9ed95bc84 (commit)
       via  83a46f99f22d85668aec9f7de2d16ddd015359df (commit)
       via  21bfba3bf56e7ffd094d258803fc8f6e10a311b7 (commit)
       via  8f9e13ed0ad6f7cad92f3f1fdc66d396d3a389a3 (commit)
      from  a616a7953d87c3c51afcc8e693c48c37ec000edf (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 5294e3ddb691edd6cb079d8f0b56e8c9ed95bc84
Author: David Levine <address@hidden>
Date:   Sat Jan 19 08:33:38 2013 -0600

    Added a FILE * to the m_getfld_state struct so that most
    functions don't need to pass it explicitly.  Note that
    m_getfld() must still be passed the FILE * because some
    callers, e.g., those in mhparse.c, reopen their input file
    and therefore pass different FILE *'s for the same input.

commit 83a46f99f22d85668aec9f7de2d16ddd015359df
Author: David Levine <address@hidden>
Date:   Sat Jan 19 08:00:03 2013 -0600

    Moved all file static data in m_getfld.c into the
    m_getfld_state struct.  Changed MSG_INPUT_SIZE from
    hard-coded number to BUFSIZ.

commit 21bfba3bf56e7ffd094d258803fc8f6e10a311b7
Author: David Levine <address@hidden>
Date:   Sat Jan 19 06:54:10 2013 -0600

    Added check of -pack to test-pop.

commit 8f9e13ed0ad6f7cad92f3f1fdc66d396d3a389a3
Author: David Levine <address@hidden>
Date:   Fri Jan 18 19:19:00 2013 -0600

    Fixed test-header to work on Cygwin, which has a BUFSIZ of
    only 1024.  That caused an error message to be truncated.

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

Summary of changes:
 sbr/m_getfld.c             |  317 +++++++++++++++++++++++---------------------
 test/bad-input/test-header |   21 +++-
 test/inc/test-pop          |   20 +++-
 3 files changed, 200 insertions(+), 158 deletions(-)


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



reply via email to

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