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  a091c28b416f83aa46dcb0bd0da81ca1d3b8a7f9 (commit)
      from  8ba2c2e0a5c0e2c087cd1684a885b959c101e010 (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 a091c28b416f83aa46dcb0bd0da81ca1d3b8a7f9
Author: Ralph Corderoy <ra...@inputplus.co.uk>
Date:   Sun Aug 6 18:15:41 2017 +0100

    cpstripped(): Rewrite multi-byte version.
    
    Removes the assert(3) failure reported on the list for 1.7-RC1 when a
    non-space, non-cntrl, rune has a wcwidth(3) of -1; output L'?' in its
    place.  The old code also didn't reset mbtowc(3)'s state before trying
    to parse "?";  that's handled differently now so isn't an issue.  Pad
    with the multi-byte encoding of L" ", having ensured the wcwidth(1) of
    L' ' is one, rather than with a non-wchar_t ' '.  Point out padding only
    occurs in one particular case, and not the other two;  quite odd.

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

Summary of changes:
 sbr/fmt_scan.c | 130 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 71 insertions(+), 59 deletions(-)


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

_______________________________________________
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to