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-1078-gc762fa3
Date: Fri, 11 Nov 2016 18:12:19 +0000 (UTC)

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  c762fa39172dee2133e0a5d6324464a4fa3cff50 (commit)
       via  b2c1539592ef07b0236cdd974763af75958bfc05 (commit)
       via  1fb64eee0fa3a7d6cfe5242f262779df4afe169b (commit)
      from  56be5f1937dcdb66259dae723dd012ddbe8a6300 (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 c762fa39172dee2133e0a5d6324464a4fa3cff50
Author: Ralph Corderoy <address@hidden>
Date:   Fri Nov 11 00:38:29 2016 +0000

    dlocaltime(): Only call tzset(3) once.
    
    This avoids the stat(2) of /etc/localtime per message scan if TZ isn't
    set in the environment;  that's the default case on this Linux system.
    I can't see a way the TZ environment variable is likely to change
    between messages, or that it's intended an invocation of scan(1), say,
    copes with the timezone shifting underneath it by /etc/localtime being
    changed.

commit b2c1539592ef07b0236cdd974763af75958bfc05
Author: Ralph Corderoy <address@hidden>
Date:   Thu Nov 10 22:44:59 2016 +0000

    uip/scansbr.c: Use fputs(3) instead of mh_fputs().
    
    I can't see any reason a local one exists.  It loops, calling putc(3).
    The stdlib has the opportunity to be more efficient.

commit 1fb64eee0fa3a7d6cfe5242f262779df4afe169b
Author: Ralph Corderoy <address@hidden>
Date:   Thu Nov 10 21:39:40 2016 +0000

    Add test-forw-coverage to improve uip/forw.c's coverage.

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

Summary of changes:
 Makefile.am                  |    1 +
 sbr/dtime.c                  |    9 ++++++++-
 test/forw/test-forw-coverage |   45 ++++++++++++++++++++++++++++++++++++++++++
 uip/scansbr.c                |   18 +----------------
 4 files changed, 55 insertions(+), 18 deletions(-)
 create mode 100755 test/forw/test-forw-coverage


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



reply via email to

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