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-40-gb981bfd


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.0-40-gb981bfd
Date: Fri, 07 Feb 2014 09:25:57 +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  b981bfd197eb767e93739908e4ec49406c314894 (commit)
      from  88713683fed38fa5a7a649d065c73f4d945bade7 (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 b981bfd197eb767e93739908e4ec49406c314894
Author: Gisle Vanem <address@hidden>
Date:   Fri Feb 7 11:15:56 2014 +0200

    Improve error reporting in the Windows port when env size is too large.
    
    w32/subproc/misc.c (arr2envblk): Compute and return the size of
    the environment passed to child process.
    
    w32/subproc/sub_proc.c (process_begin): If the call to
    CreateProcess failed with EINVAL, and the required environment
    size was larger than 32KB, assume it's a Windows XP limitation,
    and display an error message to that effect.
    
    w32/subproc/proc.h (arr2envblk): Update prototype.
    
    Copyright-paperwork-exempt: yes

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

Summary of changes:
 w32/subproc/misc.c     |    5 +++--
 w32/subproc/proc.h     |    2 +-
 w32/subproc/sub_proc.c |    8 +++++++-
 3 files changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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