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.92


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.92
Date: Mon, 23 Sep 2013 04:58:30 +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  8a3436c65df985bfb28a4051ae9291fdddc2a310 (commit)
       via  fd30db129060770ac0851035e1ca00c371cbee62 (commit)
       via  c3524b83b9bfb7e943f9b91b0d624129a78e5963 (commit)
       via  0296e40fc73d88b33e78899f95ef7b6c1a957d06 (commit)
       via  f69922b335df7c5879142f5732f481d4f52548c6 (commit)
       via  65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46 (commit)
       via  1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a (commit)
       via  7e77685bc35dd0217ed3c72529b2aaf8466b991d (commit)
       via  300d1296fb0f8f1b6bd16f977e2167442338343d (commit)
       via  822f8dae415cb5da2ad27ab7e26033f6b9ad5b48 (commit)
       via  d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 (commit)
      from  6c3e88e60f2c7d2bff3aa1967afcc59f27626c48 (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 8a3436c65df985bfb28a4051ae9291fdddc2a310
Author: Paul Smith <address@hidden>
Date:   Mon Sep 23 00:55:55 2013 -0400

    Release GNU Make version 3.99.92.

commit fd30db129060770ac0851035e1ca00c371cbee62
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 16:59:04 2013 -0400

    [SV 31155] Parse order-only tokens in second expansion results.

commit c3524b83b9bfb7e943f9b91b0d624129a78e5963
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 12:31:35 2013 -0400

    Use explicit cast between void* and pointer-to-function.

commit 0296e40fc73d88b33e78899f95ef7b6c1a957d06
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 12:13:28 2013 -0400

    Allow loaded objects to opt out of the "auto-rebuild" feature.

commit f69922b335df7c5879142f5732f481d4f52548c6
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 12:11:13 2013 -0400

    Defer Guile initialization until the first $(guile...) call.

commit 65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 11:28:46 2013 -0400

    Regression test portability to Solaris.

commit 1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a
Author: Paul Smith <address@hidden>
Date:   Sun Sep 22 00:48:05 2013 -0400

    Add VMS port updates from Hartmut Becker.

commit 7e77685bc35dd0217ed3c72529b2aaf8466b991d
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 18:47:26 2013 -0400

    Portability enhancements for Mac OSX.
    
    Don't dup stdout into stderr in the test suite.
    Don't rely on $port_type eq "UNIX" to mean case-preserving.
    Check against the real output of ar when creating archives.

commit 300d1296fb0f8f1b6bd16f977e2167442338343d
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 18:10:08 2013 -0400

    Create a target that tests alternative configurations.

commit 822f8dae415cb5da2ad27ab7e26033f6b9ad5b48
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 17:41:11 2013 -0400

    Remove obsolete tests.

commit d2d44f76c4d86017ccbe6f70ef6318d71947e6d7
Author: Paul Smith <address@hidden>
Date:   Sat Sep 21 17:37:59 2013 -0400

    Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC

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

Summary of changes:
 ChangeLog                            |   61 ++++++++++++
 Makefile.DOS.template                |    2 +-
 Makefile.am                          |    2 +-
 NEWS                                 |    8 +-
 readme.vms => README.VMS             |  167 ++++++----------------------------
 README.template                      |    2 +-
 commands.c                           |    2 +-
 config.ami.template                  |    3 +
 config.h-vms.template                |    3 +
 config.h.W32.template                |    2 -
 configh.dos.template                 |    4 +-
 configure.ac                         |   47 +++++-----
 dir.c                                |    1 +
 doc/make.texi                        |    7 +-
 file.c                               |    2 +-
 guile.c                              |   17 +++-
 implicit.c                           |   39 ++++++--
 job.c                                |   12 +-
 job.h                                |   13 +--
 load.c                               |    4 +-
 main.c                               |   14 ++-
 maintMakefile                        |   31 ++++++
 makefile.com                         |    2 +-
 makeint.h                            |    4 -
 misc.c                               |    1 +
 output.c                             |   23 +++--
 output.h                             |    2 +-
 read.c                               |   16 +++-
 rule.c                               |    2 +-
 tests/ChangeLog                      |   39 ++++++++
 tests/run_make_tests.pl              |    9 ++
 tests/scripts/features/archives      |   32 +++++-
 tests/scripts/features/default_names |   49 +++++-----
 tests/scripts/features/escape        |   10 +-
 tests/scripts/features/jobserver     |   61 ++++++++++++
 tests/scripts/features/output-sync   |   11 ++-
 tests/scripts/features/parallelism   |  100 +--------------------
 tests/scripts/features/se_explicit   |    5 +-
 tests/scripts/features/se_implicit   |   12 +++
 tests/test_driver.pl                 |    3 +-
 variable.c                           |    2 +-
 41 files changed, 456 insertions(+), 370 deletions(-)
 rename readme.vms => README.VMS (64%)
 create mode 100644 tests/scripts/features/jobserver


hooks/post-receive
-- 
make



reply via email to

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