make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.0-25-g7b485da


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.0-25-g7b485da
Date: Sun, 24 Nov 2013 03:43:07 +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  7b485daffb3808403ef81e71ce33014e0af785a0 (commit)
       via  757849cd93a9bc361a5113e3aaafe516773aad44 (commit)
      from  9d58570c77240fed53d1f88217877f8e778f4bb2 (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 7b485daffb3808403ef81e71ce33014e0af785a0
Author: Daniel Richard G <address@hidden>
Date:   Sat Nov 23 22:31:36 2013 -0500

    * load.c: [SV 40515] Define RTLD_GLOBAL if not set.
    
    Copyright-paperwork-exempt: yes

commit 757849cd93a9bc361a5113e3aaafe516773aad44
Author: Paul Smith <address@hidden>
Date:   Sat Nov 23 22:23:52 2013 -0500

    [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.
    
    * output.c (error, fatal, message): Take an extra argument specifying
    how many bytes are used by the formatted arguments.
    (get_buffer): New function that allocates the requested buffer size.
    Remove msc_vsnprintf(), vfmtconcat(), and fmtconcat() as unneeded.
    * makeint.h: Declare various helper macros for generating output.
    * *.c: Change all error(), fatal(), message() calls to use the macros,
    or pass the extra length argument directly.

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

Summary of changes:
 amiga.c        |    2 +-
 ar.c           |   16 +++---
 arscan.c       |   18 ++++---
 commands.c     |   17 ++++---
 dir.c          |    2 +-
 expand.c       |    8 ++--
 file.c         |   33 +++++++-----
 function.c     |   63 +++++++++++++----------
 job.c          |   72 ++++++++++++++++-----------
 job.h          |    4 +-
 load.c         |   34 +++++++++----
 main.c         |  101 +++++++++++++++++++++----------------
 makeint.h      |   42 ++++++++++------
 misc.c         |   10 ++--
 output.c       |  153 ++++++++++++++++++++------------------------------------
 read.c         |   96 +++++++++++++++++++----------------
 remake.c       |   72 +++++++++++++++-----------
 remote-cstms.c |   58 +++++++++++----------
 rule.c         |    4 +-
 variable.c     |    2 +-
 variable.h     |    6 +-
 vmsjobs.c      |    4 +-
 22 files changed, 433 insertions(+), 384 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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