make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.2.91-8-g3ede0b9


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.91-8-g3ede0b9
Date: Sat, 21 Sep 2019 16:43:22 -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  3ede0b96ac2dd99c20027c8f176f0d27e9442619 (commit)
       via  1d289b424a5795e7c385634d80e4eb1bbcdf146e (commit)
       via  96285f875bdb3936e03c854fbdb1379b0733cfa3 (commit)
       via  bd4ce86785a1b12a76d3d4638f20d1e033dad1ec (commit)
       via  e1c072aa7ec68b85240a8eee8fea889831450b08 (commit)
       via  af0074547dd9e2d6e1821c0b77c57f41aef55e8c (commit)
       via  4a7a8278e8459ca29cb5f528f4d8c6d49e743a88 (commit)
       via  00fa3ca3a51169584fed5160907c7aef1aa6ca07 (commit)
      from  00e590fdefe59744cfa03c780d73a6a01ab450a3 (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 3ede0b96ac2dd99c20027c8f176f0d27e9442619
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 16:37:56 2019 -0400

    * tests: Convert from File::Spec::Functions to File::Spec.
    
    Users report the Functions version doesn't work correctly for some
    older versions of Perl.

commit 1d289b424a5795e7c385634d80e4eb1bbcdf146e
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 15:38:01 2019 -0400

    * tests/scripts/function/guile: Valgrind doesn't work with Guile.

commit 96285f875bdb3936e03c854fbdb1379b0733cfa3
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 15:11:42 2019 -0400

    * src/job.c (child_execute_job): Allocate space for argv NULL.

commit bd4ce86785a1b12a76d3d4638f20d1e033dad1ec
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 15:11:21 2019 -0400

    [SV 56918] Compute job slots properly on failing command
    
    Ensure we properly reduce job_slots_used if a command fails because
    it doesn't exist/can't be started.
    
    * src/job.h (struct child): Add a field jobslot to be set when using
    a job slot.
    * src/job.c (start_waiting_job): Remember if we are using a job slot.
    (reap_children): Reduce number of job slots used by jobslot.

commit e1c072aa7ec68b85240a8eee8fea889831450b08
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 14:01:46 2019 -0400

    * src/arscan.c (ar_scan): Restrict length for sscanf of ar_mode.

commit af0074547dd9e2d6e1821c0b77c57f41aef55e8c
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 14:01:19 2019 -0400

    * tests/scripts/functions/shell: Detect correct SHELLSTATUS code.

commit 4a7a8278e8459ca29cb5f528f4d8c6d49e743a88
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 12:39:51 2019 -0400

    * tests/run_make_test.pl: Fix support for valgrind.
    
    Change the variable holding the make command to be a list that can
    hold extra commands and options, not just a string.

commit 00fa3ca3a51169584fed5160907c7aef1aa6ca07
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 12:39:07 2019 -0400

    * tests/run_make_tests.pl (find_prog): Fix syntax error.

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

Summary of changes:
 src/arscan.c                   |  2 +-
 src/job.c                      | 12 ++++----
 src/job.h                      |  1 +
 tests/run_make_tests.pl        | 68 +++++++++++++++++++++++-------------------
 tests/scripts/features/errors  | 18 ++++++++---
 tests/scripts/functions/guile  |  3 ++
 tests/scripts/functions/shell  | 16 ++++++++--
 tests/scripts/options/dash-n   |  2 +-
 tests/scripts/options/symlinks |  6 ++--
 9 files changed, 81 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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