make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. moved-to-git-28-g330d97a


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-28-g330d97a
Date: Tue, 16 Apr 2013 05:48:17 +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  330d97a9ba12c35d271ebf003183c523b582fabe (commit)
       via  b5d017c6241ac356915b178d0a9588653d18d460 (commit)
       via  79e9347892dd2b6caa246e18fe050583da744bd8 (commit)
       via  2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (commit)
       via  7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (commit)
       via  af87d5615796cd2d8eaaa52adc73260e13ac15d5 (commit)
       via  4bf3c33f83e79951c3860297b6420e64032f04a7 (commit)
       via  cb64352c75f0da8979c9addd37b2b78bb97d5301 (commit)
       via  6a52395ed14e0bda22be3fc0819e4507a71278e1 (commit)
      from  29cd1e9699d1101444920827b412191e0f92e1e1 (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 330d97a9ba12c35d271ebf003183c523b582fabe
Author: Paul Smith <address@hidden>
Date:   Tue Apr 16 01:47:05 2013 -0400

    Cleanup some source and fix autoconf warnings.

commit b5d017c6241ac356915b178d0a9588653d18d460
Author: Paul Smith <address@hidden>
Date:   Tue Apr 16 00:35:48 2013 -0400

    Create an open_tmpfd() function to return temp files by FD.  Use it.

commit 79e9347892dd2b6caa246e18fe050583da744bd8
Author: Paul Smith <address@hidden>
Date:   Mon Apr 15 19:17:19 2013 -0400

    Save the output from the entire recipe, not per-job.

commit 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d
Author: Paul Smith <address@hidden>
Date:   Mon Apr 15 13:22:51 2013 -0400

    Change the arg option for -O from numeric to string.

commit 7f7e6f80c5c8c1e67eb022a2bde9918512b98c65
Author: Paul Smith <address@hidden>
Date:   Sun Apr 14 19:13:42 2013 -0400

    Modify output-sync tests to be more reliable.

commit af87d5615796cd2d8eaaa52adc73260e13ac15d5
Author: Paul Smith <address@hidden>
Date:   Sun Apr 14 19:09:16 2013 -0400

    Handle test timeouts in a more understandable way.

commit 4bf3c33f83e79951c3860297b6420e64032f04a7
Author: Paul Smith <address@hidden>
Date:   Sun Apr 14 16:31:18 2013 -0400

    Rename the "parallel-sync" option to "output-sync".

commit cb64352c75f0da8979c9addd37b2b78bb97d5301
Author: Frank Heckenbach <address@hidden>
Date:   Sun Apr 14 15:38:07 2013 -0400

    Initial patch for output synchronization.  See Savannah bug #33138.
    
    Based on work by David Boyce <address@hidden>.

commit 6a52395ed14e0bda22be3fc0819e4507a71278e1
Author: Paul Smith <address@hidden>
Date:   Sat Apr 6 10:51:57 2013 -0400

    Clarify LDFLAGS vs. LDLIBS.  Fixes Savannah bug #37970.

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

Summary of changes:
 AUTHORS                            |    3 +
 ChangeLog                          |   22 ++++
 NEWS                               |   10 ++-
 configure.ac                       |    6 +-
 dir.c                              |    2 -
 doc/make.texi                      |   39 ++++++-
 job.c                              |  213 +++++++++++++++++++++++++++++++++++-
 job.h                              |    4 +
 main.c                             |  121 +++++++++++----------
 make.1                             |   13 ++
 makeint.h                          |   12 ++-
 misc.c                             |  103 +++++++++++++++++-
 rule.c                             |    4 +-
 tests/ChangeLog                    |   16 +++
 tests/scripts/features/output-sync |  171 +++++++++++++++++++++++++++++
 tests/test_driver.pl               |   56 +++++-----
 16 files changed, 686 insertions(+), 109 deletions(-)
 create mode 100644 tests/scripts/features/output-sync


hooks/post-receive
-- 
make



reply via email to

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