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-1021-g3ab1e93
Date: Sun, 30 Oct 2016 21:47:15 +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  3ab1e9323e964d5377952a2b666ce91bab39c45a (commit)
       via  939dea68806ab22c29755091b16236b48876442f (commit)
       via  128a282998fc767e226e6ff49969a2f3f4c31617 (commit)
       via  721832442d6f90fe66230bb3a00ab3b7bfd74903 (commit)
       via  c3ba36f92bcbf44e071961f3d0bb5e6ddab317d6 (commit)
       via  f7919e77bcc861e64c769363649d757c792e9d69 (commit)
       via  d92cb917ebcd7e8e1b78ec2e9e1ad2ae1ef8e8e4 (commit)
       via  b9ba14bab3f9eb123457f98bcc090b823ab6bc85 (commit)
       via  eda0cc87eedfbbe5a15a91a59489e31f69e30998 (commit)
       via  9a8baf1f7ee48005ea447725589fceb5717ad32b (commit)
       via  f7045eaebc7cd9a7b2d4a29c355a153887b9921c (commit)
       via  87e0228a43ba73eac409f2f0d7f75f3b6148adfc (commit)
       via  e903b81df0e36dde59d6b6441eb49704380f94f4 (commit)
       via  80f396c977d664dfb8d29411a3cd64393764c166 (commit)
       via  603cc061a9c1fa18ab765024491aeeda18686901 (commit)
       via  1af5da59464f700ce154b26d88a402e3c51301e8 (commit)
       via  5774466bc16c2e12e36b6f050fbec8bc60913eb7 (commit)
       via  a5a1425258ffb1f72e853b6adc6ff0ae58c636bd (commit)
       via  0298e050ec1f14cd590771612ad5a88d0bc9e9de (commit)
      from  6cb80d8f7ed5abdca55294d2d8757d61c4494414 (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 3ab1e9323e964d5377952a2b666ce91bab39c45a
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 21:45:22 2016 +0000

    test-nocreate: Don't use run_test and run_prog together.
    
    valgrind tries to run run_prog and can't find the command.

commit 939dea68806ab22c29755091b16236b48876442f
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 21:06:06 2016 +0000

    fgets() reserves space for the NUL itself.
    
    No need to knock one off the buffer size when calling it as that
    suggests something special is going on.

commit 128a282998fc767e226e6ff49969a2f3f4c31617
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 20:51:07 2016 +0000

    Gain coverage with `mhparam localmbox'.
    
    Now 100% for uip/mhparam.c

commit 721832442d6f90fe66230bb3a00ab3b7bfd74903
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 20:48:25 2016 +0000

    Remove mhparam's p_find()'s ability to take NULL argument.
    
    It can't be passed NULL and couldn't get coverage.

commit c3ba36f92bcbf44e071961f3d0bb5e6ddab317d6
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 20:41:29 2016 +0000

    Get coverage of quite a few of the `ambiguous switch' case.
    
    Typically by adding a `foo -', discarding stdout and stderr, and
    expecting it to exit non-zero.  A `# gcov' comment states its purpose,
    and makes it easier to see if they can be deleted in time as other
    coverage tests improve.

commit f7919e77bcc861e64c769363649d757c792e9d69
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 20:18:28 2016 +0000

    Split gcov target into multiple sub-targets.
    
    Allows them to be run individually.

commit d92cb917ebcd7e8e1b78ec2e9e1ad2ae1ef8e8e4
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 15:55:30 2016 +0000

    Clarify trunccpy()'s src and dest must not overlap.

commit b9ba14bab3f9eb123457f98bcc090b823ab6bc85
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 15:25:44 2016 +0000

    Replace printf("%s", foo) with fputs(foo, stdout).

commit eda0cc87eedfbbe5a15a91a59489e31f69e30998
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 15:09:55 2016 +0000

    Replace strlen(foo) > 0 with *foo.

commit 9a8baf1f7ee48005ea447725589fceb5717ad32b
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 15:07:41 2016 +0000

    Add outputs from Makefile.am's gcov target.
    
    *.gcda, *.gcno, and *.gcov.

commit f7045eaebc7cd9a7b2d4a29c355a153887b9921c
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 15:04:38 2016 +0000

    Remove sbr/peekc.c containing unused peekc().
    
    gcov showed it wasn't getting any;  we've all been there.
    It didn't check for EOF, nor that the ungetc(3) succeeded.

commit 87e0228a43ba73eac409f2f0d7f75f3b6148adfc
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 14:46:01 2016 +0000

    Replace fprintf(fp, "%s", foo) with fputs(foo, fp).

commit e903b81df0e36dde59d6b6441eb49704380f94f4
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 14:44:07 2016 +0000

    Replace printf("%s", foo) with fputs(foo, stdout).

commit 80f396c977d664dfb8d29411a3cd64393764c166
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 14:05:16 2016 +0000

    Replace printf("%s\n", foo) with puts(foo).

commit 603cc061a9c1fa18ab765024491aeeda18686901
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 13:45:40 2016 +0000

    Add trunccpy(), and the convenience TRUNCCPY().
    
    truncpy copies at most size - 1 chars from non-NULL src to non-NULL
    dst, and ensures dst is NUL terminated.  If size is zero then it
    aborts as dst cannot be NUL terminated.
    
    It's to be used when truncation is intended and correct, e.g.
    reporting a possibly very long external string back to the user.  One
    of its advantages over strncpy(3) is it doesn't pad in the common
    case of no truncation.

commit 1af5da59464f700ce154b26d88a402e3c51301e8
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 30 00:03:34 2016 +0100

    Fix test-header-parsing test script.
    
    It was using sh's backticks that chomped the last linefeed!
    Add comment referencing the commit that fixed the code this is testing.
    Have fewer test cases, sticking to just one or two character headers
    with empty or one-character bodies.  Avoids slowing the tests too much
    and the fixed bug was to do with hashing one-character headers.

commit 5774466bc16c2e12e36b6f050fbec8bc60913eb7
Author: Ralph Corderoy <address@hidden>
Date:   Sat Oct 29 23:11:52 2016 +0100

    Simplify folder_exists() to just testing stat(2)'s return value.

commit a5a1425258ffb1f72e853b6adc6ff0ae58c636bd
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 28 23:51:41 2016 +0100

    Replace printf("...\n") with puts("...").

commit 0298e050ec1f14cd590771612ad5a88d0bc9e9de
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 28 23:10:55 2016 +0100

    Replace v?fprintf(stdout, ...) with v?printf(...).

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

Summary of changes:
 .gitignore                               |    7 ++++++
 Makefile.am                              |   16 +++++++-----
 h/prototypes.h                           |    1 -
 h/utils.h                                |    4 +++
 mts/smtp/smtp.c                          |    2 +-
 sbr/peekc.c                              |   21 ----------------
 sbr/print_help.c                         |    2 +-
 sbr/read_switch.c                        |    4 +--
 sbr/read_switch_multiword.c              |    4 +--
 sbr/read_switch_multiword_via_readline.c |    2 +-
 sbr/ruserpass.c                          |    2 +-
 sbr/utils.c                              |   39 ++++++++++++++++++++----------
 test/ali/test-ali                        |    2 ++
 test/anno/test-anno                      |    2 ++
 test/burst/test-burst                    |    2 ++
 test/comp/test-comp-format               |    2 ++
 test/dist/test-dist                      |    2 ++
 test/folder/test-nocreate                |    2 +-
 test/folder/test-packf                   |    2 ++
 test/folder/test-sortm                   |    2 ++
 test/format/test-fmtdump                 |    2 ++
 test/inc/test-msgchk                     |    2 ++
 test/install-mh/test-install-mh          |    2 ++
 test/mhbuild/test-forw                   |    2 ++
 test/mhbuild/test-header-encode          |    3 +++
 test/mhfixmsg/test-mhfixmsg              |    2 ++
 test/mhical/test-mhical                  |    2 ++
 test/mhlist/test-mhlist                  |    2 ++
 test/mhparam/test-mhparam                |    3 +++
 test/mhpath/test-mhpath                  |    2 ++
 test/mhshow/test-charset                 |    2 ++
 test/mhstore/test-mhstore                |    2 ++
 test/mkstemp/test-mkstemp                |    3 +++
 test/new/test-basic                      |    2 ++
 test/oauth/test-inc                      |    2 ++
 test/oauth/test-mhlogin                  |    2 ++
 test/oauth/test-send                     |    2 ++
 test/post/test-post-basic                |    2 ++
 test/prompter/test-prompter              |    2 ++
 test/rcv/test-rcvdist                    |    2 ++
 test/rcv/test-rcvpack                    |    2 ++
 test/rcv/test-rcvstore                   |    2 ++
 test/rcv/test-rcvtty                     |    2 ++
 test/refile/test-refile                  |    2 ++
 test/repl/test-repl                      |    2 ++
 test/scan/test-header-parsing            |   16 +++++++-----
 test/scan/test-scan                      |    2 ++
 test/sequences/test-flist                |    2 ++
 test/sequences/test-mark                 |    2 ++
 test/show/test-show                      |    2 ++
 test/slocal/test-slocal                  |    2 ++
 test/whom/test-whom                      |    2 ++
 uip/ali.c                                |    2 +-
 uip/annosbr.c                            |    2 +-
 uip/flist.c                              |    2 +-
 uip/folder.c                             |    6 ++---
 uip/install-mh.c                         |    4 +--
 uip/mhlistsbr.c                          |    4 +--
 uip/mhlsbr.c                             |    6 ++---
 uip/mhmisc.c                             |    2 +-
 uip/mhoutsbr.c                           |    4 +--
 uip/mhparam.c                            |    4 +--
 uip/mhpath.c                             |    2 +-
 uip/mhstoresbr.c                         |    4 +--
 uip/pick.c                               |    4 +--
 uip/post.c                               |   36 +++++++++++++--------------
 uip/prompter.c                           |   18 +++++++-------
 uip/sendsbr.c                            |    4 +--
 uip/slocal.c                             |   12 ++++-----
 uip/whatnowsbr.c                         |    2 +-
 70 files changed, 203 insertions(+), 116 deletions(-)
 delete mode 100644 sbr/peekc.c


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



reply via email to

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