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-1338-g7083c89
Date: Wed, 10 May 2017 07:21:48 -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  7083c89c5461aa345eec1e47e5fb047d31832c7a (commit)
       via  571d5e7543fd73aeb77af653a8d1b20d78c84b48 (commit)
       via  d8f618fee89be7c25e9cc232a358d2d2b1ed53ac (commit)
       via  7cca9c4da3b90561d4cdf7de97f534d6c98ae1f4 (commit)
      from  21c9ab1efb7ec86accab9f6da703fcbe4d2f7785 (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 7083c89c5461aa345eec1e47e5fb047d31832c7a
Author: Ralph Corderoy <address@hidden>
Date:   Wed May 10 12:13:28 2017 +0100

    sbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification bug.
    
    The space padding was added at the start of the output buffer, not the
    start of the component being formatted.  Caused by 92128dac's move to
    dynamic allocation for fmt_scan()'s output.  Only shows if the component
    isn't at the start of the buffer.  Expand existing
    test/format/test-rightjustify to cover this.

commit 571d5e7543fd73aeb77af653a8d1b20d78c84b48
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 9 23:10:06 2017 +0100

    config/version.sh: Rewrite.  Use uname(1), git-describe(1), and UTC.
    
    Not sure why it searched through PATH manually for uname(1) and
    hostname(1).  uname and its -n option are POSIX so just use those.  It
    was the preference over hostname anyway.
    
    Use git-describe(1), not just git-branch(1), as it gives more detail,
    including --dirty to show the built source differs from the commit.
    
    Specify the format for the build date, and its timezone; +0000.

commit d8f618fee89be7c25e9cc232a358d2d2b1ed53ac
Author: Ralph Corderoy <address@hidden>
Date:   Tue May 9 22:48:11 2017 +0100

    sbr/mf.c: Simplify isat();  it's /^ at /i.
    
    This one's for all those RFC 733 emails out there.
    You know who you are.

commit 7cca9c4da3b90561d4cdf7de97f534d6c98ae1f4
Author: Ralph Corderoy <address@hidden>
Date:   Sun May 7 23:30:46 2017 +0100

    uip/inc.c: Use bool, not int, for some of the options.
    
    Makes clear there's no special meaning to repeating these options more
    than once.

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

Summary of changes:
 config/version.sh             | 57 +++++++++++--------------------------------
 sbr/fmt_scan.c                | 34 +++++++++-----------------
 sbr/mf.c                      |  6 +++--
 test/format/test-rightjustify | 22 +++++++++--------
 uip/inc.c                     | 30 +++++++++++++----------
 5 files changed, 59 insertions(+), 90 deletions(-)


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



reply via email to

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