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-858-g0e68a78e
Date: Sun, 13 Nov 2022 08:25:31 -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  0e68a78e44d03c143260c788035125be1a4eb159 (commit)
       via  903c4adee45625aa20ac28bfe56819c7f91b142d (commit)
       via  6dd94ada2c0f3fe39d0ff760ff4f7e2ccbfc2190 (commit)
      from  339edd87497afad56ea457b678ede16e3cd3288d (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 0e68a78e44d03c143260c788035125be1a4eb159
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 13:16:14 2022 +0000

    sbr/strindex.[ch]: rename to ‘stringdex’ to match the function name.
    
    The filenames had a consistent typo since their creation.

commit 903c4adee45625aa20ac28bfe56819c7f91b142d
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 13:01:39 2022 +0000

    sbr/ssequal.c: delete, altering calls to has_prefix() instead.
    
    ssequal() had a large comment before it warning it didn't test if one
    string was contained within the other, as claimed, but if one started
    the other and that all callers needed checking to see if that was what
    they wanted.  Presumably, that is what they want after all this time.
    
    Since has_prefix() does the same test and is better named, use that
    instead.  The differences are its parameters must not be NULL and
    they are in the other order.  Inspection of the parameters passed to
    ssequal() shows none of them were ever NULL.

commit 6dd94ada2c0f3fe39d0ff760ff4f7e2ccbfc2190
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun Nov 13 12:36:35 2022 +0000

    sbr/globals.c: alter ‘ctxflags’ bit-set to ‘context_dirty’ bool.
    
    There was only a single ‘CTXMOD’ bit used which indicated the in-memory
    context had been modified.  Also means the ‘DBITS "\020\01CTXMOD"’ to
    format it can be removed.

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

Summary of changes:
 Makefile.am                     |  6 ++----
 h/mh.h                          |  2 --
 sbr/addrsbr.c                   |  2 +-
 sbr/context_del.c               |  2 +-
 sbr/context_replace.c           |  6 +++---
 sbr/context_save.c              |  4 ++--
 sbr/fmt_scan.c                  |  2 +-
 sbr/globals.c                   |  4 +++-
 sbr/globals.h                   |  2 +-
 sbr/m_convert.c                 |  3 +--
 sbr/path.c                      |  3 +--
 sbr/print_sw.c                  |  4 ++--
 sbr/seq_read.c                  |  3 +--
 sbr/ssequal.c                   | 36 ------------------------------------
 sbr/ssequal.h                   |  7 -------
 sbr/{strindex.c => stringdex.c} |  4 ++--
 sbr/{strindex.h => stringdex.h} |  2 +-
 uip/dropsbr.c                   |  2 +-
 uip/flist.c                     |  5 ++---
 uip/folder.c                    |  5 ++---
 uip/mark.c                      |  6 +-----
 uip/rmf.c                       |  5 ++---
 uip/slocal.c                    |  2 +-
 23 files changed, 31 insertions(+), 86 deletions(-)
 delete mode 100644 sbr/ssequal.c
 delete mode 100644 sbr/ssequal.h
 rename sbr/{strindex.c => stringdex.c} (85%)
 rename sbr/{strindex.h => stringdex.h} (83%)


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



reply via email to

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