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-25-ge49e11e


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-25-ge49e11e
Date: Sun, 15 Nov 2020 10:32:37 -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 "make".

The branch, master has been updated
       via  e49e11e069fe7f214263be1782242b9b50f71eaa (commit)
       via  f4f353bb54ac562b61d715f57671eda39c876a51 (commit)
      from  a80b0096f501b0e9a3349858396841d493cc45a4 (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 e49e11e069fe7f214263be1782242b9b50f71eaa
Author: Paul Smith <psmith@gnu.org>
Date:   Thu Nov 12 17:00:39 2020 -0500

    [SV 59093] Rewrite filter/filter-out to avoid large stack usage
    
    * src/function.c (func_filter_filterout): Allocate arrays to hold
    pattern and word information rather than creating linked lists on
    the stack.
    * tests/scripts/functions/filter-out: Test large filters.

commit f4f353bb54ac562b61d715f57671eda39c876a51
Author: Paul Smith <psmith@gnu.org>
Date:   Wed Oct 28 11:10:52 2020 -0400

    * doc/make.texi (Include): Update behavior for missing included files

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

Summary of changes:
 doc/make.texi                      |  11 ++-
 src/function.c                     | 158 +++++++++++++++++++------------------
 tests/scripts/functions/filter-out |  16 ++++
 3 files changed, 101 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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