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: Paul Fox
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-55-ga1dac9c
Date: Thu, 08 May 2014 16:56:53 +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  a1dac9c9d05f7660d30a69bbbaaac34ec6c86e8d (commit)
       via  fd9489252d1383a388e7c4628557d0b1aaee91d9 (commit)
       via  b539bd46de3f83ffaa486e8f58090f04beda44f7 (commit)
       via  5be8db81945f540b9a33e94c9c708e608a8c1a47 (commit)
       via  1776330d10566166731f7938d28a7bf057381a53 (commit)
       via  66e7e9b40a4758031a2a41e36812271a835ec908 (commit)
       via  0cbb2d0c8442330feb81ab7ba988db62f993a929 (commit)
       via  2878a6afb068ee13945aec07cc73a2202e97a86a (commit)
       via  0860f098b5a13f4e8bedb2d2da9d2df94717b4a5 (commit)
      from  f3a97f2ee12563029514d15464b201397d1569df (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 a1dac9c9d05f7660d30a69bbbaaac34ec6c86e8d
Author: Paul Fox <address@hidden>
Date:   Thu May 8 12:42:10 2014 -0400

    add new test for 'mhbuild -check'

commit fd9489252d1383a388e7c4628557d0b1aaee91d9
Author: Paul Fox <address@hidden>
Date:   Thu May 8 11:31:56 2014 -0400

    eliminate use of fgets() from calculate_digest() in mhbuildsbr.c

commit b539bd46de3f83ffaa486e8f58090f04beda44f7
Author: Paul Fox <address@hidden>
Date:   Thu May 8 10:57:40 2014 -0400

    eliminate use of fgets() in mhbuild.c
    
    use getline() instead, which is more tolerant of NULs in the input.
    also cleaned up error and file cleanup paths a bit.

commit 5be8db81945f540b9a33e94c9c708e608a8c1a47
Author: Paul Fox <address@hidden>
Date:   Thu May 8 10:51:30 2014 -0400

    eliminate use of fgets() in mhparse.c
    
    use getline() instead, which is more tolerant of NULs in the input.

commit 1776330d10566166731f7938d28a7bf057381a53
Author: Paul Fox <address@hidden>
Date:   Wed May 7 19:43:04 2014 -0400

    add new test for NUL bytes embedded in text/plain parts
    
    such parts should be encoded with quoted-printable

commit 66e7e9b40a4758031a2a41e36812271a835ec908
Author: Paul Fox <address@hidden>
Date:   Wed May 7 16:57:14 2014 -0400

    add new test for attachment containing NULs

commit 0cbb2d0c8442330feb81ab7ba988db62f993a929
Author: Paul Fox <address@hidden>
Date:   Wed May 7 19:41:39 2014 -0400

    clean up whitespace in mhbuildsbr.c
    
    lots of space-follows-tabs, and trailing whitespace.
    no code changes.

commit 2878a6afb068ee13945aec07cc73a2202e97a86a
Author: Paul Fox <address@hidden>
Date:   Wed May 7 19:36:56 2014 -0400

    make scan_content() work correctly with content containing NULs
    
    switched from fgets to getline for unambiguous reads in the face of
    NUL bytes.  added a checkfornuls flag, and use it to cause the correct
    encoding when content-types of application or text contain NULs.

commit 0860f098b5a13f4e8bedb2d2da9d2df94717b4a5
Author: Paul Fox <address@hidden>
Date:   Wed May 7 19:34:33 2014 -0400

    make writeQuoted() work correctly with content containing NULs

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

Summary of changes:
 test/mhbuild/nulls       |  Bin 0 -> 15 bytes
 test/mhbuild/somebinary  |  Bin 0 -> 74 bytes
 test/mhbuild/test-attach |   88 ++++++++++++++++++++++++++++++
 test/mhbuild/textplain   |    1 +
 uip/mhbuild.c            |   24 +++++---
 uip/mhbuildsbr.c         |  134 ++++++++++++++++++++++++++--------------------
 uip/mhoutsbr.c           |   27 ++++++---
 uip/mhparse.c            |   66 +++++++++++++++--------
 8 files changed, 240 insertions(+), 100 deletions(-)
 create mode 100644 test/mhbuild/nulls
 create mode 100644 test/mhbuild/somebinary
 create mode 100644 test/mhbuild/textplain


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



reply via email to

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