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-52-g82793f8


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. moved-to-git-52-g82793f8
Date: Fri, 03 May 2013 13:25:39 +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  82793f85f5fbf1831dcb6a6595ca57c2242e4576 (commit)
      from  a66469e003526679b793f2d4623219aab2230b2f (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 82793f85f5fbf1831dcb6a6595ca57c2242e4576
Author: Eli Zaretskii <address@hidden>
Date:   Fri May 3 16:24:24 2013 +0300

    Fix invocation of Windows batch files with whitespace in their names.
    
     w32/subproc/sub_proc.c: Include makeint.h.  Remove a private
     incompatible prototype of xmalloc.
     (batch_file_with_spaces): New function, detects Windows batch
     files whose names include whitespace characters.
     (process_begin): If exec_name is a batch file with whitespace
     characters in its name, pass NULL as the first argument to
     CreateProcess.  This avoids weird failures due to buggy quoting by
     CreateProcess.  For the details, see the discussion starting at
     http://lists.gnu.org/archive/html/make-w32/2013-04/msg00008.html.

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

Summary of changes:
 ChangeLog              |   10 ++++++++++
 w32/subproc/sub_proc.c |   48 +++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 55 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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