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-715-geb8d041
Date: Sun, 16 May 2021 11:30:12 -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  eb8d04167b5becc36b4fd822c189d2cd4b8e4e4e (commit)
       via  30e67ef8dd53cb536594a0f3ec744a3efbd06932 (commit)
       via  9aa7bef8192b12db86942244d2e5fc2acd0f52e3 (commit)
       via  5d8c917c8714f2efc4311b112a53e54083fd7705 (commit)
      from  c02af7e9cd154fa8fb2a52c0ce36432889250521 (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 eb8d04167b5becc36b4fd822c189d2cd4b8e4e4e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun May 16 16:21:16 2021 +0100

    config/config.c: rename to sbr/globals.c.
    
    It only contains definitions of global variables and its existing name
    blocks an ‘extern’ version of it because config.h is created by the
    configure script.  The externs are mainly in h/mh.h with a few missing
    ones scattered amongst the C files which use them.

commit 30e67ef8dd53cb536594a0f3ec744a3efbd06932
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun May 16 16:18:31 2021 +0100

    sbr/dtimep.l: add missing prototype for dtimep_yyunput().
    
    The function is never called; it just exists to be a caller for
    yyunput() thereby silencing the compiler.  But now the compiler is
    complaining about dtimep_yyunput() so place a prototype immediately
    before the definition.  Fixes 4dd01e6c.

commit 9aa7bef8192b12db86942244d2e5fc2acd0f52e3
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun May 16 16:12:45 2021 +0100

    sbr/readconfig.c: correct prototype for checkconfig().
    
    It was missing a list of parameters and should have stated ‘void’.
    Fixes 1c03fa9d.

commit 5d8c917c8714f2efc4311b112a53e54083fd7705
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sun May 16 16:14:20 2021 +0100

    sbr/dtime.c: fix potential buffer overflow in dasctime().
    
    tzbuffer[DTZ_BUFFER_SIZE] was one too small because the first element
    holds a space character before the main data starts.  Fixes 6c8263b2.

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

Summary of changes:
 Makefile.am                      | 2 +-
 sbr/dtime.c                      | 2 +-
 sbr/dtimep.l                     | 2 ++
 config/config.c => sbr/globals.c | 0
 sbr/readconfig.c                 | 5 +++--
 5 files changed, 7 insertions(+), 4 deletions(-)
 rename config/config.c => sbr/globals.c (100%)


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



reply via email to

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