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.7-branchpoint-687-ga1f5d64
Date: Sat, 15 May 2021 08:06:51 -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  a1f5d64f3cba51daa4c1c44490506ea0f8409323 (commit)
       via  bd4a36b35d75b05969fbb62ca7a4b43be8721e2e (commit)
       via  4d4121f28c1d902d36c9ec38f13eca0e7690703a (commit)
       via  9b0abda8012398dae65e01fb160208f0b3f828e6 (commit)
       via  67b763fd05688cd84d6258786c6bc59883130435 (commit)
       via  6d40e9155fd3989bd65fe05b888c550052dec10e (commit)
       via  81e289d51c36b61e0b07ebaebb2647451045f9db (commit)
       via  81ce6781e05ec35a96d888a54a75460eb826a20e (commit)
       via  5a7ca87fa3040e7b688ec3d1f0cc3a6f9c6e3aae (commit)
       via  9a31bced7a7da899d35225578b6cad31d9b8ccca (commit)
       via  0b39181099122d45b645bcfc081277c948bc09a1 (commit)
       via  7edf20af2e1ef83c1009a09dc11df8f5883ae1bf (commit)
       via  d99ed38227e30d047cff712a8ae605cace8a90b7 (commit)
      from  484afc6e9ab53d2a00a0fda35cf8de9c6dbc39ed (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 a1f5d64f3cba51daa4c1c44490506ea0f8409323
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:03:56 2021 +0100

    docs/README.developers: after a release, repology.org may be useful.
    
    It gives an overview of who is shipping what.

commit bd4a36b35d75b05969fbb62ca7a4b43be8721e2e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:01:40 2021 +0100

    docs/README.developers: remove declaration the topics are alphabetical.
    
    They weren't, and it didn't make much sense to re-order them.

commit 4d4121f28c1d902d36c9ec38f13eca0e7690703a
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 11:54:26 2021 +0100

    docs/README.developers: add warning about exit(3)ing above 125.

commit 9b0abda8012398dae65e01fb160208f0b3f828e6
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 11:49:30 2021 +0100

    docs/README.developers: change ‘Notify nmh-users’ to nmh-workers.
    
    Not sure what nmh-users is, but the main place for conversation is the
    nmh-workers mailing list.

commit 67b763fd05688cd84d6258786c6bc59883130435
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 11:48:51 2021 +0100

    docs/README.developers: make check-list unnumbered, reducing diff noise.

commit 6d40e9155fd3989bd65fe05b888c550052dec10e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 12:48:54 2021 +0100

    man/whatnow.man: review the list of whatnow's commands.
    
    - Make formatting consistent.
    - Use sentences to clarify the border between command and description.
    - Avoid the recursive definition of ‘ls’ by stating ls(1) is used.
    - Be explicit that ‘cd’ doesn't change a future ‘edit’s directory.
    - Spell out the effects of ‘alist’s options.

commit 81e289d51c36b61e0b07ebaebb2647451045f9db
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 12:17:08 2021 +0100

    man/whatnow.man: remove large indent from ‘.TP’.
    
    It's abnormal in a man page and the indent wasn't large enough to make
    two distinct columns as ‘detach’ overflowed.

commit 81ce6781e05ec35a96d888a54a75460eb826a20e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 10:42:20 2021 +0100

    all *.[ch]: turn ‘debugsw’ from int to bool to match its values.
    
    Some library routines expect a global ‘debugsw’ to exist thus many
    programs have to define it.  They all agreed on using int but it was
    only ever tested for truthness and its value ignored.  Switch it to
    being a bool for clarity.  This removes the possibility of having a
    higher level of debug but if that's needed then the whole area needs
    reworking anyway, as an existing comment or two says.
    
    The parameter to a few list_...() functions changes too as ‘debugsw’ is
    passed to them and then used by them as a Boolean.

commit 5a7ca87fa3040e7b688ec3d1f0cc3a6f9c6e3aae
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 10:32:59 2021 +0100

    uip/mh*.c: remove unneeded ‘extern int debugsw’; not used.

commit 9a31bced7a7da899d35225578b6cad31d9b8ccca
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 10:14:48 2021 +0100

    uip/whatnowsbr.c: turn ‘pushsw’ and ‘pushed’ from int to bool.
    
    They are only used as Booleans.

commit 0b39181099122d45b645bcfc081277c948bc09a1
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 09:47:04 2021 +0100

    uip/repl*.[ch]: turn ‘querysw’ from int to bool to match its values.

commit 7edf20af2e1ef83c1009a09dc11df8f5883ae1bf
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 09:45:23 2021 +0100

    uip/mh*.c: turn ‘nomore’ from int to bool to match its values.

commit d99ed38227e30d047cff712a8ae605cace8a90b7
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Fri May 14 22:41:57 2021 +0100

    uip/viamail.c: make the exit(3) status more clearly 0 or 1.

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

Summary of changes:
 docs/README.developers |  30 ++++++++-----
 man/whatnow.man        | 118 +++++++++++++++++++++++++++----------------------
 uip/burst.c            |   2 +-
 uip/mhbuild.c          |   4 +-
 uip/mhbuildsbr.c       |   2 -
 uip/mhfixmsg.c         |   2 +-
 uip/mhlist.c           |   4 +-
 uip/mhlistsbr.c        |  18 ++++----
 uip/mhlistsbr.h        |  10 ++---
 uip/mhmisc.c           |   2 -
 uip/mhn.c              |   6 +--
 uip/mhparse.c          |   2 +-
 uip/mhshow.c           |   6 +--
 uip/mhshowsbr.c        |   4 +-
 uip/mhshowsbr.h        |   2 +-
 uip/mhstore.c          |   4 +-
 uip/repl.c             |   4 +-
 uip/replsbr.c          |   2 +-
 uip/replsbr.h          |   2 +-
 uip/send.c             |   4 +-
 uip/sendsbr.c          |   2 +-
 uip/viamail.c          |  12 ++---
 uip/whatnowsbr.c       |  24 +++++-----
 23 files changed, 142 insertions(+), 124 deletions(-)


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



reply via email to

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