make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.3-63-g012918b


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.3-63-g012918b
Date: Sat, 29 May 2021 04:39:13 -0400 (EDT)

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  012918bf11fbc2a94dc2319d15d05595c351b811 (commit)
      from  1ae90c030d5ffc79f74e3938880445a6b8b2412e (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 012918bf11fbc2a94dc2319d15d05595c351b811
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Sat May 29 11:37:09 2021 +0300

    [SV 58656] Fix mtime for large files on MS-Windows
    
    In MSVC builds, 'stat' fails when called on files larger than
    2GB.  Call '_stat64' instead to work around this.
    
    * src/remake.c (STAT): Define to '_stat64' for MSVC builds.
    (name_mtime) [WINDOWS32]: Use STAT instead of 'stat'.
    Suggested by Makoto Kato <m_kato@ga2.so-net.ne.jp>.

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

Summary of changes:
 src/remake.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


hooks/post-receive
-- 
make



reply via email to

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