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  6dceccef0982173f4de7c00fef8ea6c98ad01a70 (commit)
      from  3ba09dd780aea9135042ee37866ad2016f0f5198 (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 6dceccef0982173f4de7c00fef8ea6c98ad01a70
Author: Stephen Gildea <[email protected]>
Date:   Sun Jun 29 20:22:48 2025 -0700

    new utility function getcpy_len()
    
    New function 'getcpy_len' works similarly to 'getcpy' but
    accepts a character pointer and length instead of a C string.
    
    If the call site knows the length, getcpy_len is more
    efficient, because it does not call strlen.
    
    Update 4 callers that could more correctly and/or more
    efficiently call getcpy_len.
    
    Signed-off-by: David Levine <[email protected]>

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

Summary of changes:
 sbr/getcpy.c   | 11 +++++++++++
 sbr/getcpy.h   |  5 +++++
 uip/imaptest.c |  9 ++++-----
 3 files changed, 20 insertions(+), 5 deletions(-)


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

-- 
nmh-commits
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to