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.90-23-g9453a74


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-23-g9453a74
Date: Sat, 29 Jun 2013 01:57:58 +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  9453a7451d66ee1ea5762a75161bf8a818c01a1f (commit)
      from  5e7bf7c554317849610173845871ae7d6a130ffe (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 9453a7451d66ee1ea5762a75161bf8a818c01a1f
Author: Paul Smith <address@hidden>
Date:   Fri Jun 28 21:57:59 2013 -0400

    Set O_APPEND mode for stdout/stderr and output-sync temporary files.
    
    POSIX does not guarantee that writes will be atomic if a file is
    opened for normal (non-append) output.  That means if multiple processes
    are writing to the same file, output could be lost.  I can't think of
    a real use-case where we would NOT want append for stdout/stderr, so
    force it if we can.

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

Summary of changes:
 ChangeLog |    9 ++++++++-
 main.c    |    6 ++++++
 makeint.h |    1 +
 misc.c    |   20 ++++++++++++++++++++
 4 files changed, 35 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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