]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
stat: Update doc regarding mingw bug. master
authorBruno Haible <bruno@clisp.org>
Mon, 6 Apr 2026 11:38:22 +0000 (13:38 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 6 Apr 2026 11:38:22 +0000 (13:38 +0200)
* doc/posix-functions/stat.texi: Update regarding mingw bug.

ChangeLog
doc/posix-functions/stat.texi

index 6701cd723f8910ca7c070c9a311ffad0b2ca2b63..d526ad8b0afc85c7fc608b16179ca5c888ccb404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-04-06  Bruno Haible  <bruno@clisp.org>
+
+       stat: Update doc regarding mingw bug.
+       * doc/posix-functions/stat.texi: Update regarding mingw bug.
+
 2026-04-06  Bruno Haible  <bruno@clisp.org>
 
        mbrtowc, mbrtoc32: Silence -Wshadow warnings (regr. 2026-04-02).
 2026-04-06  Bruno Haible  <bruno@clisp.org>
 
        mbrtowc, mbrtoc32: Silence -Wshadow warnings (regr. 2026-04-02).
index 80762977a819694b85a21268e1dd39f94f99cc62..6e9be510662893ee755f659acd60e6ff7f400592 100644 (file)
@@ -37,7 +37,8 @@ different results:
 mingw, MSVC 14.
 @item
 @c https://sourceforge.net/p/mingw-w64/bugs/1009/
 mingw, MSVC 14.
 @item
 @c https://sourceforge.net/p/mingw-w64/bugs/1009/
-On mingw, the @code{st_mode} field of @code{stat("NUL",buf)} is bogus,
+On mingw up to 14.0.0,
+the @code{st_mode} field of @code{stat("NUL",buf)} is bogus,
 suggesting that @code{NUL} is a regular file.
 @item
 On macOS 12.6, when this function yields a timestamp with a
 suggesting that @code{NUL} is a regular file.
 @item
 On macOS 12.6, when this function yields a timestamp with a