make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 3.99.90-39-gfa0f2c5


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-39-gfa0f2c5
Date: Mon, 16 Sep 2013 04:12:45 +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  fa0f2c516a3ba325db90a1b4657eebd3a9d82f97 (commit)
       via  20ecc58126c87effd0ace934e647d74c0107792a (commit)
       via  1b9024889384fc26d296ee4340ffca32e8c73017 (commit)
       via  a4d8444b594e53b13659a9f2c64424418f255e27 (commit)
       via  0a81d50d66565fd3e930fadaadc4a5cb9381d840 (commit)
       via  3aa2aa7e82ac4c74df298f381c8d1d280cff852e (commit)
       via  29a94ceb76936b88e74052dcb81fe506145f6ff4 (commit)
       via  ab78cbc71ce16dd39e4b6b9e42c02f75bf1d8a50 (commit)
      from  c5bfa400448a14f4c8d4fc51dd56ea17176e1f84 (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 fa0f2c516a3ba325db90a1b4657eebd3a9d82f97
Author: Paul Smith <address@hidden>
Date:   Mon Sep 16 00:12:09 2013 -0400

    Small cleanup defining MAKEFLAGS.

commit 20ecc58126c87effd0ace934e647d74c0107792a
Author: Paul Smith <address@hidden>
Date:   Sun Sep 15 17:53:30 2013 -0400

    [SV 31326] Enhance the info on static pattern errors.

commit 1b9024889384fc26d296ee4340ffca32e8c73017
Author: Paul Smith <address@hidden>
Date:   Sun Sep 15 16:41:42 2013 -0400

    [SV 27374] Fatal immediately on unrecoverable fopen() errors.

commit a4d8444b594e53b13659a9f2c64424418f255e27
Author: Paul Smith <address@hidden>
Date:   Sun Sep 15 15:05:18 2013 -0400

    [SV 39934] Verify jobserver FDs before something else uses them.

commit 0a81d50d66565fd3e930fadaadc4a5cb9381d840
Author: Paul Smith <address@hidden>
Date:   Sun Sep 15 13:30:21 2013 -0400

    [SV 39203] Don't set MAKEFLAGS when restarting.
    
    We are restarting with the original command line flags, so if we set
    MAKEFLAGS as well that will cause double flags.

commit 3aa2aa7e82ac4c74df298f381c8d1d280cff852e
Author: Paul Smith <address@hidden>
Date:   Sat Sep 14 21:01:10 2013 -0400

    [SV 35248] Add --debug "n" flag to turn off current debug options.

commit 29a94ceb76936b88e74052dcb81fe506145f6ff4
Author: Paul Smith <address@hidden>
Date:   Sat Sep 14 20:40:30 2013 -0400

    [SV 33134] Don't try to close stdout when it's already closed.

commit ab78cbc71ce16dd39e4b6b9e42c02f75bf1d8a50
Author: Petr Machata <address@hidden>
Date:   Thu Aug 22 16:46:17 2013 +0200

    [SV 39851] Reinstate stack size limit for processes spawned via $(shell)

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

Summary of changes:
 ChangeLog                          |   41 ++++++
 NEWS                               |    7 +-
 doc/make.texi                      |   19 ++-
 function.c                         |    9 ++-
 main.c                             |  235 ++++++++++++++++++------------------
 make.1                             |    4 +-
 makeint.h                          |    2 -
 misc.c                             |   47 -------
 output.c                           |   58 +++++++++-
 read.c                             |   16 +++-
 tests/ChangeLog                    |   15 +++
 tests/run_make_tests.pl            |    6 +-
 tests/scripts/features/parallelism |   20 +++
 tests/scripts/misc/fopen-fail      |   15 +++
 tests/scripts/options/eval         |   10 ++
 tests/test_driver.pl               |   53 +++++----
 16 files changed, 346 insertions(+), 211 deletions(-)
 create mode 100644 tests/scripts/misc/fopen-fail


hooks/post-receive
-- 
make



reply via email to

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