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-855-g339edd87
Date: Sun, 13 Nov 2022 07:00:35 -0500 (EST)

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  339edd87497afad56ea457b678ede16e3cd3288d (commit)
       via  3ae816d0afcf6482626e82f48a68d35ca9324bbe (commit)
       via  f15004d57e9a3fbe3e832b9cbfa259c5c191e6d5 (commit)
      from  3e5af71c9119edc1d59665c9e22490b863f2b679 (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 339edd87497afad56ea457b678ede16e3cd3288d
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 11:51:42 2022 +0000

    h/mh.h: remove ‘ALL’ macro used only by a few print_sw() calls.
    
    Instead, document print_sw()'s parameters and behaviour.

commit 3ae816d0afcf6482626e82f48a68d35ca9324bbe
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 11:02:58 2022 +0000

    all *.c: alter ‘== NOTOK’ to ‘== -1’ when testing syscall.
    
    If the system call is defined to return -1 on error then test its return
    value is equal to -1 rather than use ‘NOTOK’.  This is idiomatic and
    causes the reader no delay whereas ‘NOTOK’ has to be thought about.

commit f15004d57e9a3fbe3e832b9cbfa259c5c191e6d5
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 10:26:30 2022 +0000

    all *.c: alter ‘!= NOTOK’ to ‘!= -1’ when testing syscall.
    
    If the system call is defined to return -1 on error then test its return
    value is not equal to -1 rather than use ‘NOTOK’.  This is idiomatic and
    causes the reader no delay whereas ‘NOTOK’ has to be thought about and
    the double-negation of ‘not equal to not okay’ also hinders.

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

Summary of changes:
 h/mh.h                                   |  1 -
 mts/smtp/smtp.c                          |  2 +-
 sbr/m_popen.c                            |  8 ++++----
 sbr/path.c                               |  6 +++---
 sbr/print_help.c                         |  2 +-
 sbr/print_sw.h                           |  6 +++++-
 sbr/read_switch_multiword.c              |  2 +-
 sbr/read_switch_multiword_via_readline.c |  2 +-
 sbr/terminal.c                           |  4 ++--
 sbr/utils.c                              |  2 +-
 uip/anno.c                               |  2 +-
 uip/annosbr.c                            |  8 ++++----
 uip/burst.c                              | 10 +++++-----
 uip/comp.c                               | 10 +++++-----
 uip/dist.c                               |  6 +++---
 uip/distsbr.c                            | 10 +++++-----
 uip/dropsbr.c                            | 10 +++++-----
 uip/flist.c                              |  2 +-
 uip/folder.c                             |  4 ++--
 uip/forw.c                               | 14 +++++++-------
 uip/forwsbr.c                            |  2 +-
 uip/inc.c                                | 14 +++++++-------
 uip/install-mh.c                         |  6 +++---
 uip/mark.c                               |  2 +-
 uip/mhbuild.c                            |  4 ++--
 uip/mhbuildsbr.c                         | 12 ++++++------
 uip/mhfixmsg.c                           |  4 ++--
 uip/mhlist.c                             |  4 ++--
 uip/mhlsbr.c                             |  4 ++--
 uip/mhmisc.c                             |  2 +-
 uip/mhn.c                                |  4 ++--
 uip/mhparse.c                            |  8 ++++----
 uip/mhpath.c                             |  2 +-
 uip/mhshow.c                             |  4 ++--
 uip/mhshowsbr.c                          |  4 ++--
 uip/mhstore.c                            |  4 ++--
 uip/mhstoresbr.c                         | 10 +++++-----
 uip/packf.c                              |  6 +++---
 uip/pick.c                               |  2 +-
 uip/post.c                               |  6 +++---
 uip/prompter.c                           |  4 ++--
 uip/rcvstore.c                           |  8 ++++----
 uip/rcvtty.c                             | 14 +++++++-------
 uip/refile.c                             |  4 ++--
 uip/repl.c                               |  4 ++--
 uip/replsbr.c                            |  2 +-
 uip/rmf.c                                |  6 +++---
 uip/rmm.c                                |  2 +-
 uip/scan.c                               |  4 ++--
 uip/send.c                               | 14 +++++++-------
 uip/sendsbr.c                            | 22 +++++++++++-----------
 uip/show.c                               |  2 +-
 uip/sortm.c                              |  8 ++++----
 uip/viamail.c                            |  2 +-
 uip/whatnowsbr.c                         | 22 +++++++++++-----------
 uip/whom.c                               |  2 +-
 56 files changed, 169 insertions(+), 166 deletions(-)


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



reply via email to

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