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-1294-gfa377c3
Date: Wed, 26 Apr 2017 07:52:59 -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  fa377c31ac72f5c8253ae96f28185e510c26a720 (commit)
       via  bacae217c754a3eedd0d71bdda74397c17633123 (commit)
       via  c83acac4bb6fe61e1e0f4b8e4b2e4a0d2f00b416 (commit)
      from  2c5c74d8aff556e5cd7bc10c9d555a0b2a026ed7 (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 fa377c31ac72f5c8253ae96f28185e510c26a720
Author: Ralph Corderoy <address@hidden>
Date:   Wed Apr 26 00:14:26 2017 +0100

    sbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result.
    
    The assert(3) added by 80a9e99f7078199500d2d53c8d77d1b92af06fbc is
    failing, but not reproducibly.  It's probable that mbtowc() is returning
    a negative, and not altering wide_char, leaving it as random stack
    content.  Taking its wcwidth() then sometimes also returns negative,
    causing the assert() failure.  Initialising wide_char before the call
    isn't a solution as it isn't documented if it's modified to an invalid
    value on an error return.
    
    Instead, delay calculating the wcwidth() until after the possible
    substitution of "?".  Leave the assert() in place.

commit bacae217c754a3eedd0d71bdda74397c17633123
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 16:17:09 2017 +0100

    Remove return statements at end of void functions.

commit c83acac4bb6fe61e1e0f4b8e4b2e4a0d2f00b416
Author: Ralph Corderoy <address@hidden>
Date:   Sun Apr 23 16:10:59 2017 +0100

    tws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST.
    
    Code that's conditional on its definition has been kept;  just the tests
    removed.  The comment explaining its purpose has been kept, just without
    the "If defined...".

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

Summary of changes:
 h/tws.h            | 3 +--
 sbr/context_read.c | 2 --
 sbr/dtime.c        | 2 --
 sbr/dtimep.l       | 6 ------
 sbr/fmt_scan.c     | 6 +++---
 sbr/unquote.c      | 2 --
 uip/annosbr.c      | 3 ---
 uip/burst.c        | 2 --
 uip/fmttest.c      | 1 -
 9 files changed, 4 insertions(+), 23 deletions(-)


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



reply via email to

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