make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.1-34-ge2b39ed


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.1-34-ge2b39ed
Date: Mon, 29 Feb 2016 06:38:02 +0000

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  e2b39edc22f527de3bbbea30dd756cb1f1f876cf (commit)
       via  8530d77c68cf772cd5d3455574c7973232df846c (commit)
       via  89e18c12ebbd4245b8600af0b3fdbffe0d73bffe (commit)
       via  bccd01354b7e8f75f3e86cefb34f8a7f908bc360 (commit)
       via  5f9d3411601a3f8a7cc0147a6b7fb2b03068ff65 (commit)
       via  798ebd241ba348748b9e9b302b9d07dbfec64e42 (commit)
       via  4db6d0c694fba2463521caf9e46567f17b42ff5f (commit)
       via  b754a35df7a5bd8bffd08fde0a7dfb599cbdc235 (commit)
      from  168f12375dacd54e8dede3f94d2eec6a7ab5ac17 (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 e2b39edc22f527de3bbbea30dd756cb1f1f876cf
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 22:07:50 2016 -0500

    * strcache.c (add_hugestring): [SV 46832] Support huge strings.
    
    The strcache was limited to strings of length 65535 or less,
    because the length is kept in an unsigned short.  To support
    huge strings add a new simple linked list, which we don't try
    to hash.

commit 8530d77c68cf772cd5d3455574c7973232df846c
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 21:32:18 2016 -0500

    * strcache.c (add_string): [SV 47071] Handle huge initial string.
    
    If the very first string added to the string cache is more than
    half the maximum size, we failed when moving the only strcache
    buffer to the full list.

commit 89e18c12ebbd4245b8600af0b3fdbffe0d73bffe
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 20:20:18 2016 -0500

    [SV 47151] Exit with 1 when checking recursive make -q
    
    * job.h (struct child): New bit to mark recursive command lines.
    * job.c (start_job_command): Set the recursive command line bit.
    (reap_children): If the child is a recursive command and it exits
    with 1 during question mode, don't print an error and exit with 1.
    * tests/scripts/options/dash-q: Add a regression test.

commit bccd01354b7e8f75f3e86cefb34f8a7f908bc360
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 20:19:24 2016 -0500

    * main.c (define_makeflags): Add parens to avoid GCC warning.

commit 5f9d3411601a3f8a7cc0147a6b7fb2b03068ff65
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 20:11:45 2016 -0500

    * tests/scripts/features/archives: Handle deterministic archives.
    
    Newer versions of binutils allow ar to be compiled to generate
    "deterministic archives" by default: in this mode no timestamp
    information is generated in the static archive, which utterly
    breaks GNU make's archive updating capability.  Debian and Ubuntu
    have turned this feature on by default in their distributions
    which causes the regression tests to fail.
    
    Update the regression tests to check for the availability of the
    "U" option to ar which disables deterministic archives and allows
    GNU make's archive support to work properly again.

commit 798ebd241ba348748b9e9b302b9d07dbfec64e42
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 12:55:20 2016 -0500

    Update Copyright statements for the new year.

commit 4db6d0c694fba2463521caf9e46567f17b42ff5f
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 12:41:41 2016 -0500

    * doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation.

commit b754a35df7a5bd8bffd08fde0a7dfb599cbdc235
Author: Paul Smith <address@hidden>
Date:   Sun Feb 28 12:35:15 2016 -0500

    * doc/make.texi: [SV 35455] Add more uses for Empty Recipes.

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

Summary of changes:
 AUTHORS                         |    2 +-
 Makefile.DOS.template           |    2 +-
 Makefile.am                     |    2 +-
 Makefile.ami                    |    2 +-
 NEWS                            |    2 +-
 NMakefile.template              |    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 +-
 SMakefile.template              |    2 +-
 TODO.private                    |    2 +-
 acinclude.m4                    |    2 +-
 amiga.c                         |    2 +-
 amiga.h                         |    2 +-
 ar.c                            |    2 +-
 arscan.c                        |    2 +-
 build.template                  |    2 +-
 build_w32.bat                   |    2 +-
 commands.c                      |    2 +-
 commands.h                      |    2 +-
 config.ami.template             |    2 +-
 config.h-vms.template           |    2 +-
 config.h.W32.template           |    2 +-
 config/ChangeLog.1              |    2 +-
 config/Makefile.am              |    2 +-
 config/dospaths.m4              |    2 +-
 configh.dos.template            |    2 +-
 configure.ac                    |    2 +-
 configure.bat                   |    2 +-
 debug.h                         |    2 +-
 default.c                       |    2 +-
 dep.h                           |    2 +-
 dir.c                           |    2 +-
 doc/Makefile.am                 |    2 +-
 doc/make.texi                   |   52 +++++++++++++++++------------------
 dosbuild.bat                    |    2 +-
 expand.c                        |    2 +-
 file.c                          |    2 +-
 filedef.h                       |    2 +-
 function.c                      |    2 +-
 getloadavg.c                    |    2 +-
 getopt.c                        |    2 +-
 getopt.h                        |    2 +-
 getopt1.c                       |    2 +-
 gettext.h                       |    2 +-
 gmk-default.scm                 |    2 +-
 gnumake.h                       |    2 +-
 guile.c                         |    2 +-
 implicit.c                      |    2 +-
 job.c                           |   24 +++++++++++-----
 job.h                           |    3 +-
 load.c                          |    2 +-
 loadapi.c                       |    2 +-
 main.c                          |    6 ++--
 maintMakefile                   |    2 +-
 make.1                          |    4 +-
 makefile.com                    |    2 +-
 makefile.vms                    |    2 +-
 makeint.h                       |    2 +-
 misc.c                          |    2 +-
 output.c                        |    2 +-
 output.h                        |    2 +-
 po/Makevars                     |    2 +-
 po/POTFILES.in                  |    2 +-
 read.c                          |    2 +-
 remake.c                        |    2 +-
 remote-cstms.c                  |    2 +-
 remote-stub.c                   |    2 +-
 rule.c                          |    2 +-
 rule.h                          |    2 +-
 signame.c                       |    2 +-
 strcache.c                      |   51 +++++++++++++++++++++++++++++-----
 subproc.bat                     |    2 +-
 tests/ChangeLog.1               |    2 +-
 tests/NEWS                      |    2 +-
 tests/README                    |    2 +-
 tests/config_flags_pm.com       |    2 +-
 tests/mkshadow                  |    2 +-
 tests/run_make_tests.com        |    2 +-
 tests/run_make_tests.pl         |    2 +-
 tests/scripts/features/archives |   58 ++++++++++++++++++++++++---------------
 tests/scripts/options/dash-q    |    9 ++++++
 tests/test_driver.pl            |    2 +-
 variable.c                      |    2 +-
 variable.h                      |    2 +-
 version.c                       |    2 +-
 vms_exit.c                      |    2 +-
 vms_export_symbol.c             |    2 +-
 vms_progname.c                  |    2 +-
 vmsdir.h                        |    2 +-
 vmsfunctions.c                  |    2 +-
 vmsify.c                        |    2 +-
 vmsjobs.c                       |    2 +-
 vpath.c                         |    2 +-
 w32/Makefile.am                 |    2 +-
 w32/compat/dirent.c             |    2 +-
 w32/compat/posixfcn.c           |    2 +-
 w32/include/dirent.h            |    2 +-
 w32/include/dlfcn.h             |    2 +-
 w32/include/pathstuff.h         |    2 +-
 w32/include/sub_proc.h          |    2 +-
 w32/include/w32err.h            |    2 +-
 w32/pathstuff.c                 |    2 +-
 w32/subproc/NMakefile           |    2 +-
 w32/subproc/build.bat           |    2 +-
 w32/subproc/misc.c              |    2 +-
 w32/subproc/proc.h              |    2 +-
 w32/subproc/sub_proc.c          |    2 +-
 w32/subproc/w32err.c            |    2 +-
 113 files changed, 241 insertions(+), 176 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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