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-44-g9253a34


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-44-g9253a34
Date: Sun, 28 Apr 2013 23:26:33 +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  9253a34a57be0c6688278d120c450d1e81971a31 (commit)
       via  f88eb23b02088e7549c46231d0dfa4ee8d35a365 (commit)
       via  441b64335590ab91854b997bec07a9578086d895 (commit)
       via  8b034b7d18a08d3a2378e5b6fc9fbdd1b658f142 (commit)
       via  93843ccd08a8d4dff64c5fb52701e150b35c959d (commit)
      from  5667376edc9cc68c1ed40f985c6d2174dfaeb64c (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 9253a34a57be0c6688278d120c450d1e81971a31
Merge: f88eb23 5667376
Author: Paul Smith <address@hidden>
Date:   Sun Apr 28 19:25:24 2013 -0400

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/make

commit f88eb23b02088e7549c46231d0dfa4ee8d35a365
Author: Paul Smith <address@hidden>
Date:   Sun Apr 28 19:09:20 2013 -0400

    Ensure error messages are printed with sync'd output.
    
    Enhance the child_error() function so that it will write error output to the
    child's sync output buffer, if it exists.  If it doesn't the output goes to
    stdout/stderr.

commit 441b64335590ab91854b997bec07a9578086d895
Author: Paul Smith <address@hidden>
Date:   Sun Apr 28 17:59:28 2013 -0400

    Remove support for pre-ANSI variadic function calls.
    
    We've required support for ANSI C (ISO C 89) or better for quite a while.  
Get
    rid of the old varags.h, doprnt() stuff and simply assume ANSI C variadic
    function capability and basic C runtime library support (vfprintf, vsprintf,
    etc.)

commit 8b034b7d18a08d3a2378e5b6fc9fbdd1b658f142
Author: Paul Smith <address@hidden>
Date:   Sun Apr 28 17:31:46 2013 -0400

    Small cleanups and fixes.

commit 93843ccd08a8d4dff64c5fb52701e150b35c959d
Author: Paul Smith <address@hidden>
Date:   Sun Apr 28 01:41:47 2013 -0400

    Fix a few compiler warnings found by Eli.

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

Summary of changes:
 ChangeLog                          |   15 ++++
 config.ami.template                |    9 --
 config.h-vms.template              |    9 --
 config.h.W32.template              |   13 ---
 configh.dos.template               |    7 --
 configure.ac                       |    5 -
 filedef.h                          |   10 +-
 implicit.c                         |    8 +--
 job.c                              |   86 ++++++++++++++-----
 makeint.h                          |   23 ++----
 misc.c                             |  164 +++++++++++++++++++-----------------
 tests/ChangeLog                    |    1 +
 tests/scripts/features/output-sync |    8 +--
 13 files changed, 182 insertions(+), 176 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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