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  71807b3575bb312a3b650ce7091b02f0285b9aab (commit)
      from  23a86ab2694137798812fd291f0ef1741b9cfcaf (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 71807b3575bb312a3b650ce7091b02f0285b9aab
Author: David Levine <[email protected]>
Date:   Thu Dec 8 16:27:40 2016 -0500

    Replaced !iscntrl() with isprint().
    
    To address Ralph's FIXME comment.  One example where a byte would
    have been printed with !iscntrl() is 0x24 is ISO 646 BASIC (Inv),
    which is undefined.  Also, added test cases to cover most of
    get_param_value().  Also, replaced a couple of other FIXME's with
    code comments.

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

Summary of changes:
 sbr/error.c              |    6 ++---
 test/mhshow/test-charset |   56 ++++++++++++++++++++++++++++++++++++++++++++++
 tools/showbuildenv       |    6 ++---
 uip/mhparse.c            |    8 ++-----
 4 files changed, 63 insertions(+), 13 deletions(-)


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

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to