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-20-g5b65c5b


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 3.99.90-20-g5b65c5b
Date: Sat, 22 Jun 2013 13:17:30 +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  5b65c5b916e458e5eed3c74f038dd11c008fdfd8 (commit)
      from  cc85b927cdc1a4dad3217842215903a45044fc43 (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 5b65c5b916e458e5eed3c74f038dd11c008fdfd8
Author: Eli Zaretskii <address@hidden>
Date:   Sat Jun 22 16:16:56 2013 +0300

    Fix a fatal error at startup on Windows due to non-ASCII characters in PATH.
    
     main.c (find_and_set_default_shell): Don't use file_exists_p or
     dir_file_exists_p, as those call readdir, which can fail if PATH
     includes directories with non-ASCII characters, and that would
     cause Make to fail at startup with confusing diagnostics.  See
     https://sourceforge.net/mailarchive/message.php?msg_id=30846737
     for the details.

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

Summary of changes:
 ChangeLog |    9 +++++++++
 main.c    |   21 ++++++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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