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: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-253-g34b573d
Date: Sat, 23 Sep 2017 09:37:54 -0400 (EDT)

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  34b573d0adcd149615e9a314ba2ce82fe2098720 (commit)
       via  e88901284d9f76832b619ec0b7281f1163154588 (commit)
      from  90edf2e26c34b9ee225cb066eed069b9b7394c43 (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 34b573d0adcd149615e9a314ba2ce82fe2098720
Author: Ralph Corderoy <address@hidden>
Date:   Sat Sep 23 14:29:38 2017 +0100

    mhshow/test-charset: Test iconv(1)'s result, not just its exit status.
    
    Problems with generating the input to iconv(1) were hidden as long as it
    could be converted from EBCDIC-US to UTF-8 because only the exit status
    was tested.  Check the output is as expected too.

commit e88901284d9f76832b619ec0b7281f1163154588
Author: Ralph Corderoy <address@hidden>
Date:   Sat Sep 23 14:14:12 2017 +0100

    mhshow/test-charset: printf(1)'s octal doesn't need a leading zero.
    
    The `\0344' was being interpreted as `\034' and `4'.  This can still be
    converted from EBCDIC-US to UTF-8 by iconv(1) so the test worked, but it
    was misleading.  Remove the leading zero as printf's octal escape is
    `\nnn' where nnn is one to three octal digits.  It's echo(1) that
    insists on a leading zero.  Fixes 6fd1d18f.

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

Summary of changes:
 test/mhshow/test-charset | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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



reply via email to

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