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, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-513-g82f1f1d
Date: Thu, 07 Feb 2013 02:45:48 +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  82f1f1db8de7b833068a3ef0dc7d10759bb94941 (commit)
       via  fc8a48c33835906623cb10ee129fc70a72271e02 (commit)
       via  102b7de56d30dfa217b4f4bc58328b5bc96e7675 (commit)
      from  49c748c77f3c9b9ea024c4eb5d1d83855d7e7201 (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 82f1f1db8de7b833068a3ef0dc7d10759bb94941
Author: David Levine <address@hidden>
Date:   Wed Feb 6 20:39:06 2013 -0600

    When debugging is enabled, replace the ctype functions with
    macros that index into arrays.  This allows the compiler to
    catch use of char, instead of unsigned char, arguments to
    those functions.  gcc uses -Wchar-subscripts, which is enabled
    with the -Wall that we use by default.  Thanks to Tom Lane for
    suggesting this approach.
    
    This feature can be enabled by undef'ing NDEBUG in config.h.
    configure --enable-debug does that.  We can now use the same
    mechanism to enable and disable assert(3), too.

commit fc8a48c33835906623cb10ee129fc70a72271e02
Author: David Levine <address@hidden>
Date:   Wed Feb 6 20:31:18 2013 -0600

    Added global variable skip_mp_cte_check to turn off that check
    for incorrect encoding of multipart messages in InitMultiPart().

commit 102b7de56d30dfa217b4f4bc58328b5bc96e7675
Author: David Levine <address@hidden>
Date:   Wed Feb 6 20:28:29 2013 -0600

    output_content() assumed that ci->ci_values[0] was the boundary,
    but that's not always the case.  Added search for the boundary
    in ci->ci_attrs[].

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

Summary of changes:
 .gitignore              |    2 +
 Makefile.am             |   15 +++++-
 configure.ac            |    2 +
 etc/gen-ctype-checked.c |  125 +++++++++++++++++++++++++++++++++++++++++++++++
 h/nmh.h                 |    4 ++
 uip/mhoutsbr.c          |   12 ++++-
 uip/mhparse.c           |   10 +++-
 7 files changed, 163 insertions(+), 7 deletions(-)
 create mode 100644 etc/gen-ctype-checked.c


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



reply via email to

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