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.1-116-g1c045bc


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-116-g1c045bc
Date: Sun, 19 May 2019 19:45:54 -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  1c045bca5270f74baf0cecc665391220373267c1 (commit)
       via  4ed31830cb962a1d85df6541ab2cf84d6251dffc (commit)
       via  d7ff21ecd70bbf9dfda7b3a136b22f631cd80d22 (commit)
       via  da2b275658af2cb973a3c8b6e3c17ed47c03e560 (commit)
       via  f32ca1666f12a053fece8f2ef5da45f3b1b5822c (commit)
       via  9ce370249bbdebfe246b04f9318b58852cfe0809 (commit)
       via  b5de783f77aa85ae8bd7a8e81d143e09a848fa29 (commit)
       via  389dcb608fa1ee4d7d59b7c2df792e23dbe306c4 (commit)
      from  8c888d95f61814dd698bf76126a9079234080d77 (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 1c045bca5270f74baf0cecc665391220373267c1
Author: Paul Smith <address@hidden>
Date:   Sun May 19 15:08:13 2019 -0400

    * doc/make.texi: [SV 51974] Clarify makefile parsing operations.

commit 4ed31830cb962a1d85df6541ab2cf84d6251dffc
Author: Paul Smith <address@hidden>
Date:   Sun May 19 13:02:06 2019 -0400

    * doc/make.texi: [SV 54116] Document whitespace removal trick.
    
    Discovered and explained by Michael Henry <address@hidden>
    * tests/scripts/variables/flavors: Add a test to preserve the behavior.

commit d7ff21ecd70bbf9dfda7b3a136b22f631cd80d22
Author: Paul Smith <address@hidden>
Date:   Sun May 19 12:16:14 2019 -0400

    [SV 46013] Allow recursive variable overrides from Makefiles
    
    Ensure that variable overrides are passed to recursive make instances
    even if no overrides were provided on the command line.
    Fix suggested by Rici Lake <address@hidden>
    
    * src/main.c (define_makeflags): Add overrides without respect to the
    value of command_variables.
    * tests/scripts/features/recursion: Add a test.

commit da2b275658af2cb973a3c8b6e3c17ed47c03e560
Author: Paul Smith <address@hidden>
Date:   Sun May 19 11:25:06 2019 -0400

    Update developer customizations
    
    * .ccls: Remove -std=c99: it disables __attribute__ causing warnings.
    * .dir-locals.el: Force the C coding style to "gnu".
    * make-gdb.py: Add GDB macros for pretty-printing GNU make structs.
    * scripts/copyright-update: Use GNULIB_SRCDIR to find update-copyright.

commit f32ca1666f12a053fece8f2ef5da45f3b1b5822c
Author: Paul Smith <address@hidden>
Date:   Sun May 19 10:59:06 2019 -0400

    [SV 54549] Don't free used set_lists during merge
    
    When merging the variable_set_lists for two targets it could be
    that the "from" set list is a subset of the "to" set list: check
    for this situation to avoid freeing used memory.
    
    * src/variable.c (merge_variable_set_lists): Walk the "to" list and
    if the "from" list is contained in it, nothing to do.
    * tests/scripts/features/se_explicit: Add a test.

commit 9ce370249bbdebfe246b04f9318b58852cfe0809
Author: Paul Smith <address@hidden>
Date:   Mon May 13 18:45:18 2019 -0400

    * src/hash.c (jash_string): [SV 54980] Avoid ASAN error

commit b5de783f77aa85ae8bd7a8e81d143e09a848fa29
Author: Paul Smith <address@hidden>
Date:   Sun May 12 17:01:55 2019 -0400

    [SV 54740] Ensure .SILENT settings do not leak into sub-makes
    
    Create a new variable run_silent to hold the current instance's global
    silence setting, allowing silent_flag to represent only whether the -s
    option was provided on the command line.
    
    * src/makeint.h: Change silent_flag variable to run_silent.
    * src/job.c: Ditto.
    * src/remake.c: Ditto.
    * src/file.c: Ditto.
    * src/main.c: Add a new global variable run_silent.
    (decode_switches): After switches are decoded, initialize run_silent.
    * tests/scripts/targets/SILENT: Add a test for recursive behavior.

commit 389dcb608fa1ee4d7d59b7c2df792e23dbe306c4
Author: Paul Smith <address@hidden>
Date:   Sun May 19 11:57:14 2019 -0400

    Update copyright statements for 2019

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

Summary of changes:
 .ccls                              |   1 -
 .dir-locals.el                     |   1 +
 .gitignore                         |   1 +
 AUTHORS                            |   2 +-
 Basic.mk.template                  |   2 +-
 Makefile.am                        |   2 +-
 NEWS                               |   2 +-
 README.Amiga                       |   2 +-
 README.DOS.template                |   2 +-
 README.OS2.template                |   2 +-
 README.W32.template                |   2 +-
 README.customs                     |   2 +-
 README.git                         |   2 +-
 README.template                    |   2 +-
 TODO.private                       |   2 +-
 bootstrap                          |   2 +-
 bootstrap.bat                      |   2 +-
 bootstrap.conf                     |   2 +-
 build.template                     |   2 +-
 build_w32.bat                      |   2 +-
 builddos.bat                       |   2 +-
 configure.ac                       |   2 +-
 doc/.gitignore                     |   1 +
 doc/Makefile.am                    |   2 +-
 doc/make.1                         |   2 +-
 doc/make.texi                      | 154 +++++++++++++++++++++++++++-----
 m4/acinclude.m4                    |   2 +-
 m4/dospaths.m4                     |   2 +-
 maintMakefile                      |   2 +-
 make-gdb.py                        | 175 +++++++++++++++++++++++++++++++++++++
 makefile.com                       |   2 +-
 mk/Amiga.mk                        |   2 +-
 mk/Posix.mk.in                     |   2 +-
 mk/VMS.mk                          |   2 +-
 mk/Windows32.mk                    |   2 +-
 mk/msdosdjgpp.mk                   |   2 +-
 po/POTFILES.in                     |   2 +-
 scripts/copyright-update           |  11 +--
 src/amiga.c                        |   2 +-
 src/amiga.h                        |   2 +-
 src/ar.c                           |   2 +-
 src/arscan.c                       |   2 +-
 src/commands.c                     |   2 +-
 src/commands.h                     |   2 +-
 src/config.ami.template            |   2 +-
 src/config.h-vms.template          |   2 +-
 src/config.h.W32.template          |   2 +-
 src/configh.dos.template           |   2 +-
 src/debug.h                        |   2 +-
 src/default.c                      |   2 +-
 src/dep.h                          |   2 +-
 src/dir.c                          |   2 +-
 src/expand.c                       |   2 +-
 src/file.c                         |   6 +-
 src/filedef.h                      |   2 +-
 src/function.c                     |   2 +-
 src/getopt.c                       |   2 +-
 src/getopt.h                       |   2 +-
 src/getopt1.c                      |   2 +-
 src/gettext.h                      |   2 +-
 src/gmk-default.scm                |   2 +-
 src/gnumake.h                      |   2 +-
 src/guile.c                        |   2 +-
 src/hash.c                         |  57 ++++++------
 src/implicit.c                     |   2 +-
 src/job.c                          |   6 +-
 src/job.h                          |   2 +-
 src/load.c                         |   2 +-
 src/loadapi.c                      |   2 +-
 src/main.c                         |  50 ++++++-----
 src/makeint.h                      |   4 +-
 src/misc.c                         |   2 +-
 src/os.h                           |   2 +-
 src/output.c                       |   2 +-
 src/output.h                       |   2 +-
 src/posixos.c                      |   2 +-
 src/read.c                         |   2 +-
 src/remake.c                       |   6 +-
 src/remote-cstms.c                 |   2 +-
 src/remote-stub.c                  |   2 +-
 src/rule.c                         |   2 +-
 src/rule.h                         |   2 +-
 src/signame.c                      |   2 +-
 src/strcache.c                     |   2 +-
 src/variable.c                     |  36 +++++---
 src/variable.h                     |   2 +-
 src/version.c                      |   2 +-
 src/vms_exit.c                     |   2 +-
 src/vms_export_symbol.c            |   2 +-
 src/vms_progname.c                 |   2 +-
 src/vmsdir.h                       |   2 +-
 src/vmsfunctions.c                 |   2 +-
 src/vmsify.c                       |   2 +-
 src/vmsjobs.c                      |   2 +-
 src/vpath.c                        |   2 +-
 src/w32/compat/dirent.c            |   2 +-
 src/w32/compat/posixfcn.c          |   2 +-
 src/w32/include/dirent.h           |   2 +-
 src/w32/include/dlfcn.h            |   2 +-
 src/w32/include/pathstuff.h        |   2 +-
 src/w32/include/sub_proc.h         |   2 +-
 src/w32/include/w32err.h           |   2 +-
 src/w32/pathstuff.c                |   2 +-
 src/w32/subproc/misc.c             |   2 +-
 src/w32/subproc/proc.h             |   2 +-
 src/w32/subproc/sub_proc.c         |   2 +-
 src/w32/subproc/w32err.c           |   2 +-
 src/w32/w32os.c                    |   2 +-
 tests/NEWS                         |   2 +-
 tests/README                       |   2 +-
 tests/config_flags_pm.com          |   2 +-
 tests/mkshadow                     |   2 +-
 tests/run_make_tests.bat           |   2 +-
 tests/run_make_tests.com           |   2 +-
 tests/run_make_tests.pl            |   2 +-
 tests/scripts/features/recursion   |  26 ++++--
 tests/scripts/features/se_explicit |  26 ++++++
 tests/scripts/targets/SILENT       |  56 ++++++------
 tests/scripts/variables/flavors    |  41 +++++++++
 tests/test_driver.pl               |   4 +-
 120 files changed, 627 insertions(+), 237 deletions(-)
 create mode 100644 make-gdb.py


hooks/post-receive
-- 
make



reply via email to

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