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-66-g94735f0


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-66-g94735f0
Date: Mon, 06 May 2013 04:22:29 +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  94735f0ad7f67c56afa1513381c73e8f62cd44fc (commit)
      from  7c77486d1fbc820e6db97a5a11fabdc34dbdb729 (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 94735f0ad7f67c56afa1513381c73e8f62cd44fc
Author: Paul Smith <address@hidden>
Date:   Mon May 6 00:22:27 2013 -0400

    Remove use of vfork().
    
    GCC was giving us warnings, most OS's now just run fork() when you call
    vfork(), and looking at the standard definition of vfork() we are a long way
    from using it safely anyway: you're not allowed to even call a function 
before
    you exec().

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

Summary of changes:
 config.ami.template   |    6 ------
 config.h-vms.template |    6 ------
 config.h.W32.template |   18 ------------------
 configure.ac          |    1 -
 job.c                 |    9 ++++-----
 makeint.h             |    4 ----
 remote-cstms.c        |    4 ++--
 7 files changed, 6 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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