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-1424-g4439993
Date: Thu, 25 May 2017 12:14:17 -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  4439993897592e11a34deedb103a93e8f9aab16a (commit)
       via  052d7bfb0a9a541c6975c3ed679dd3ac9e5c0886 (commit)
       via  b6b49a66819bb5fa8246467208d429b670d11a4b (commit)
       via  00796ec24ea3589cce262fcad15a23b70576de47 (commit)
       via  e6c917710e4318949cb4174cabca51a8d1822dbd (commit)
       via  eb5690b220b5018b93b47de52469b77442525bb6 (commit)
       via  68e6f227c103b3f8d975cd9d4996058d00b31be0 (commit)
       via  ca3ecae9a9c67c1f497fed2dd6a5bc13f1ba0796 (commit)
       via  2ea42b80082f70707b5d80386fd083222d7aba7b (commit)
      from  6170b76c7d080efb5e980260d8fb7a33e0512f61 (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 4439993897592e11a34deedb103a93e8f9aab16a
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 16:29:33 2017 +0100

    uip/popsbr.c: Delete unused pop_list(), etc.
    
    Those deleted: pop_list(), pop_noop(), pop_rset(), and pop_top().

commit 052d7bfb0a9a541c6975c3ed679dd3ac9e5c0886
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 16:23:00 2017 +0100

    sbr/utils.c: Delete dead-code open_form();  not called.

commit b6b49a66819bb5fa8246467208d429b670d11a4b
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 14:36:59 2017 +0100

    uip/comp.c: Delete single-use NULLMP macro.
    
    It just cast 0 to a pointer to struct msgs and was used once, as a
    function's parameter.  Replace that with NULL since a prototype for the
    function is visible.

commit 00796ec24ea3589cce262fcad15a23b70576de47
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 14:36:33 2017 +0100

    sbr/fmt_compile.c: Delete single-use NEWFMT macro.
    
    Its simple content was to increment a variable;  doing that in situ is
    more clear.

commit e6c917710e4318949cb4174cabca51a8d1822dbd
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 13:53:27 2017 +0100

    Remove support for ./.foo.map index for ./foo mailbox.
    
    An MH-only index of a mailbox, mbox or MMDF format, called a map file,
    could be built and maintained by packf(1), rcvpack(1), and slocal(1),
    but since msh(1) was removed in e6917522, there hasn't been a user of
    the index file so stop producing it and delete all the supporting code
    in uip/dropsbr.c.
    
    mbx_copy() loses its `mapping' and `noisy' parameters;  noisy was only
    used when mapping.  Delete mbx_read() and mbx_size() as they have no
    callers without maps.

commit eb5690b220b5018b93b47de52469b77442525bb6
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 13:03:53 2017 +0100

    test/runpty.c: Add more detail to "timed out" message.
    
    test/install-mh/test-version-check was skipped due to timeout, but it
    took a lot less than the thirty-second timeout to run.  Add start time
    and the time now to the diagnostic, and select(2)'s return value.

commit 68e6f227c103b3f8d975cd9d4996058d00b31be0
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 11:24:54 2017 +0100

    uip/prompter.c: Make getln() static;  only called locally.

commit ca3ecae9a9c67c1f497fed2dd6a5bc13f1ba0796
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 11:21:40 2017 +0100

    uip/prompter.c: Delete obfuscating ERASE, etc., macros.
    
    Their few uses are clearer as `t_io.c_cc[VERASE]' as otherwise the
    storage, t_io, isn't mentioned, and c_cc and VERASE match termios.h's
    man page.

commit 2ea42b80082f70707b5d80386fd083222d7aba7b
Author: Ralph Corderoy <address@hidden>
Date:   Thu May 25 11:18:11 2017 +0100

    uip/prompter.c: Delete unused macros CKILL and CERASE.
    
    They haven't been used in git's history.  Their definitions of `@' and
    `#' might surprise younger users if put into use.  :-)

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

Summary of changes:
 h/dropsbr.h                 |  37 +-----
 h/mh.h                      |   2 -
 h/popsbr.h                  |   4 -
 h/utils.h                   |   1 -
 man/packf.man               |   1 -
 sbr/fmt_compile.c           |   3 +-
 sbr/utils.c                 |  16 ---
 test/dist/test-dist         |   2 +-
 test/folder/test-packf      |  14 +-
 test/mhbuild/test-utf8-body |   2 +-
 test/post/test-messageid    |   2 +-
 test/post/test-mts          |   2 +-
 test/post/test-post-aliases |   2 +-
 test/post/test-sendfiles    |   2 +-
 test/rcv/test-rcvdist       |   2 +-
 test/runpty.c               |   8 +-
 uip/comp.c                  |   2 +-
 uip/dropsbr.c               | 303 +-------------------------------------------
 uip/packf.c                 |   5 +-
 uip/popsbr.c                |  73 -----------
 uip/prompter.c              |  34 ++---
 uip/rcvpack.c               |   2 +-
 uip/slocal.c                |   6 +-
 23 files changed, 38 insertions(+), 487 deletions(-)


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



reply via email to

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