[SCM] make branch, master, updated. 4.2.91-18-g5920d6d

[email protected] (Paul D. Smith) Sat, 5 Oct 2019 18:04:22 -0400 (EDT)
Newsgroups gmane.comp.gnu.make.devel
Message-ID <[email protected]>
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  5920d6d2b352f5f2630d1ea227b2e94517c175e7 (commit)
       via  2e6468c811ca89419f79692ef73445d6402720ac (commit)
       via  393d2a2d4a250d293945b65f017668336a75383f (commit)
       via  bd7d03f8cd24511824cb2a6003007052555cc42f (commit)
       via  a4a173928ff07f87e3ed6cc164d0b5d684f86c64 (commit)
       via  0e113897f70a96a7711ae26cd41b534adedd10e3 (commit)
       via  b0eab8ecb92577819519e9f401d1115ffbea17c1 (commit)
       via  f84821b249715f3e4150ee85915219b2122831f1 (commit)
       via  99d14230598e7d35f5fc8c50b4795b2f7976e40e (commit)
       via  7fbd58cd6bcac3a911833ee5d653ed659ce6b231 (commit)
      from  3ede0b96ac2dd99c20027c8f176f0d27e9442619 (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 5920d6d2b352f5f2630d1ea227b2e94517c175e7
Author: Paul Smith <[email protected]>
Date:   Sat Oct 5 15:14:32 2019 -0400

    * Makefile.am (check-regression): Use PERLFLAGS when running Perl
    
    * maintMakefile: Set PERLFLAGS to enable warnings.
    * tests/run_make_tests.pl: Clean up issues pointed out by perl -w.

commit 2e6468c811ca89419f79692ef73445d6402720ac
Author: Paul Smith <[email protected]>
Date:   Sat Oct 5 14:45:45 2019 -0400

    * tests/scripts/functions/wildcard: Skip slash tests for local glob.

commit 393d2a2d4a250d293945b65f017668336a75383f
Author: Paul Smith <[email protected]>
Date:   Sat Oct 5 14:26:52 2019 -0400

    tests: Convert %CONFIG_FLAGS to get_config()
    
    * tests/config-flags.pm.W32: Create a predefined Windows file.
    * Makefile.am (test_FILES): Add it to the distribution.
    * build_w32.bat: Install tests/config-flags.pm if not existing.
    * tests/run_make_tests.pl (get_config): Create new function.
    * tests/scripts/features/archives: Call get_config() rather than
    using %CONFIG_FLAGS directly.
    * tests/scripts/features/load: Ditto.
    * tests/scripts/features/loadapi: Ditto.
    * tests/scripts/functions/wildcard: Ditto.

commit bd7d03f8cd24511824cb2a6003007052555cc42f
Author: Paul Smith <[email protected]>
Date:   Sat Oct 5 11:23:31 2019 -0400

    * src/hash.c (jhash_string): Don't read past end of string.
    
    Original patch from Dmitry Goncharov <[email protected]>.

commit a4a173928ff07f87e3ed6cc164d0b5d684f86c64
Author: Paul Smith <[email protected]>
Date:   Sat Oct 5 07:43:52 2019 -0400

    * tests/run_make_tests.pl (valid_option): Add missing File::Spec

commit 0e113897f70a96a7711ae26cd41b534adedd10e3
Author: Paul Smith <[email protected]>
Date:   Mon Sep 23 00:34:12 2019 -0400

    * src/function.c (func_realpath) [AIX]: Remove trailing slashes.

commit b0eab8ecb92577819519e9f401d1115ffbea17c1
Author: Paul Smith <[email protected]>
Date:   Sun Sep 22 17:35:51 2019 -0400

    * tests/scripts/features/vpathplus: Fix output for big-endian systems.
    
    Our hashing algorithm gives different ordering on LE vs BE systems.
    Patch from Dmitry Goncharov <[email protected]>.

commit f84821b249715f3e4150ee85915219b2122831f1
Author: Florian Weimer <[email protected]>
Date:   Tue Sep 10 13:33:34 2019 +0200

    * configure.ac (HAVE_GETTIMEOFDAY): Avoid undeclared exit function.
    
    Copyright-paperwork-exempt: yes

commit 99d14230598e7d35f5fc8c50b4795b2f7976e40e
Author: Paul Smith <[email protected]>
Date:   Sun Sep 22 17:03:05 2019 -0400

    * test/test_driver.el (_run_with_timeout): Show error message.

commit 7fbd58cd6bcac3a911833ee5d653ed659ce6b231
Author: Paul Smith <[email protected]>
Date:   Sun Sep 22 17:02:57 2019 -0400

    * job.c (child_error): Modify error message string.
    
    This reverts commit 6264deece3bb77798240a906ceed79097adbcf48.
    Further investigation discovers that the real issue is that
    GNU Emacs compile mode doesn't have a matching regex for GNU
    make error messages generated when targets fail.  I submitted
    a patch to GNU Emacs adding a matcher for compile mode.

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

Summary of changes:
 Makefile.am                           |  5 +-
 build_w32.bat                         |  1 +
 configure.ac                          |  4 +-
 maintMakefile                         |  3 ++
 src/function.c                        |  9 ++++
 src/hash.c                            | 75 ++++++++++++++++-----------
 src/job.c                             |  5 +-
 tests/config-flags.pm.W32             |  9 ++++
 tests/run_make_tests.pl               | 20 ++++----
 tests/scripts/features/archives       |  7 +--
 tests/scripts/features/errors         | 20 ++++----
 tests/scripts/features/include        |  2 +-
 tests/scripts/features/load           |  9 ++--
 tests/scripts/features/loadapi        |  9 ++--
 tests/scripts/features/output-sync    |  8 +--
 tests/scripts/features/parallelism    |  6 +--
 tests/scripts/features/patternrules   |  2 +-
 tests/scripts/features/targetvars     |  2 +-
 tests/scripts/features/vpathplus      |  6 ++-
 tests/scripts/functions/wildcard      | 96 +++++++++++++++++++----------------
 tests/scripts/misc/general3           |  2 +-
 tests/scripts/misc/general4           |  4 +-
 tests/scripts/options/dash-k          |  2 +-
 tests/scripts/targets/DELETE_ON_ERROR |  4 +-
 tests/scripts/targets/POSIX           |  2 +-
 tests/scripts/variables/SHELL         |  2 +-
 tests/test_driver.pl                  |  2 +-
 27 files changed, 180 insertions(+), 136 deletions(-)
 create mode 100644 tests/config-flags.pm.W32


hooks/post-receive
-- 
make

_______________________________________________
Make-alpha mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-alpha