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.90-1-g86a0580


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.0.90-1-g86a0580
Date: Wed, 01 Oct 2014 15:28:19 +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  86a058029beb8c5516eed4293de2a8b9131f3438 (commit)
      from  0a3a0756b987e2f7f06322de746c3da5fef4c9ed (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 86a058029beb8c5516eed4293de2a8b9131f3438
Author: Eli Zaretskii <address@hidden>
Date:   Wed Oct 1 18:26:28 2014 +0300

    Treat redirection of standard handles on Windows as it is done on Unix.
    
    * job.c (start_job_command) [WINDOWS32]: Compute outfd and errfd
    as on Posix platforms, and pass the results to process_easy.
    * function.c (windows32_openpipe) [WINDOWS32]: Accept an
    additional argument ERRFD and use it for redirecting the standard
    error handle passed to the subprocess.
    (func_shell_base) [WINDOWS32]: Pass the computed errfd to
    windows32_openpipe.

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

Summary of changes:
 function.c |    6 +++---
 job.c      |   18 +++++++++++-------
 2 files changed, 14 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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