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.6-branchpoint-1392-gac1e36d
Date: Tue, 16 May 2017 08:21:41 -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  ac1e36dc09f4092f4e9fa9ed66003bb585f790ed (commit)
       via  1d620f3af45733d0b7bcb30670287f89e8555d13 (commit)
       via  3d0e5b6a4383a5228732edd6cb1532375b771262 (commit)
       via  684716b86dc07a97abbde4a8e2fa3a21b2b9c2d5 (commit)
       via  394c1797728f21b699a9cd8bfc16ea70f384c1e0 (commit)
      from  9218e2cd90aabd1d559b2bd0a594a92f72e92447 (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 ac1e36dc09f4092f4e9fa9ed66003bb585f790ed
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 16 12:57:25 2017 +0100

    Rewrite norm_charmap(), moving code into data.
    
    Also removes return of static char array, and is more precise, e.g.
    `CP1242' doesn't become `WINDOWS-1242' as it's not a known code page.

commit 1d620f3af45733d0b7bcb30670287f89e8555d13
Merge: 684716b 3d0e5b6
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 16 11:44:18 2017 +0100

    Merge commit '3d0e5b6a4383a5228732edd6cb1532375b771262'

commit 3d0e5b6a4383a5228732edd6cb1532375b771262
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 16 11:35:49 2017 +0100

    Merge sbr/norm_charmap.c into sbr/check_charset.c.
    
    Alter norm_charmap() to be static now its only caller is in the same
    file.  I've checked the upstream cam.ac.uk source and it's still the
    same and hasn't changed in years, so I don't think there's much benefit
    from having it standalone to ease checking.

commit 684716b86dc07a97abbde4a8e2fa3a21b2b9c2d5
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 16 11:29:17 2017 +0100

    Part 1 of merging sbr/norm_charmap.c into sbr/check_charset.c.
    
    This commit won't compile, but I'm attempting to get the rename into git
    so the history after the next, merge, commit will continue through both
    parents.

commit 394c1797728f21b699a9cd8bfc16ea70f384c1e0
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 16 11:21:50 2017 +0100

    sbr/unquote.c: Move prototype from h/prototypes.h to new header.

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

Summary of changes:
 Makefile.am          |   2 +-
 h/prototypes.h       |  16 --------
 sbr/check_charset.c  | 110 +++++++++++++++++++++++++++++++++++++++++++++++--
 sbr/datetime.c       |   1 +
 sbr/encode_rfc2047.c |   1 +
 sbr/fmt_scan.c       |   1 +
 sbr/norm_charmap.c   | 113 ---------------------------------------------------
 sbr/unquote.c        |   1 +
 sbr/unquote.h        |  22 ++++++++++
 9 files changed, 133 insertions(+), 134 deletions(-)
 delete mode 100644 sbr/norm_charmap.c
 create mode 100644 sbr/unquote.h


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



reply via email to

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