make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.3-57-gc5319e7


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-57-gc5319e7
Date: Mon, 15 Mar 2021 03:32:39 -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 "make".

The branch, master has been updated
       via  c5319e75f5b64c972a38967a6eb5747838e914fd (commit)
      from  510e5ce801d957338be764a794f1463b662a7edc (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 c5319e75f5b64c972a38967a6eb5747838e914fd
Author: Paul Smith <psmith@gnu.org>
Date:   Mon Mar 15 03:28:11 2021 -0400

    [SV 58497] Ensure $(file <) newline removal succeeds
    
    Keep a count of bytes read rather than comparing pointers since the
    variable_buffer might get reallocated.
    
    Bug and patch by Ken Tossell <ken@tossell.net>
    Regression tests by Dmitry Goncharov <dgoncharov@users.sf.net>
    Tweaked by Paul Smith <psmith@gnu.org>
    
    * src/function.c (func_file): Use bytes read rather than a pointer.
    * tests/scripts/functions/file: Provide various tests for reading
    empty files, files with/without newlines, and large files.

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

Summary of changes:
 src/function.c               | 13 ++++----
 tests/scripts/functions/file | 70 ++++++++++++++++++++++++++++++++++++++++++++
 tests/thelp.pl               |  7 ++++-
 3 files changed, 83 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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