From: Bruno Haible Date: Mon, 12 May 2025 10:43:59 +0000 (+0200) Subject: doc: Update for a few recently fixed Hurd bugs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de08270175438463068ee82d5ebe44a14eb47ec4;p=thirdparty%2Fgnulib.git doc: Update for a few recently fixed Hurd bugs. * doc/posix-functions/utimensat.texi: List the affected glibc versions. * doc/posix-functions/futimens.texi: Likewise. * doc/posix-functions/linkat.texi: Likewise. * doc/glibc-functions/renameat2.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2b951317ba..58c3dae668 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-05-12 Bruno Haible + + doc: Update for a few recently fixed Hurd bugs. + * doc/posix-functions/utimensat.texi: List the affected glibc versions. + * doc/posix-functions/futimens.texi: Likewise. + * doc/posix-functions/linkat.texi: Likewise. + * doc/glibc-functions/renameat2.texi: Likewise. + 2025-05-11 Collin Funk fts: Generate fts_.h. diff --git a/doc/glibc-functions/renameat2.texi b/doc/glibc-functions/renameat2.texi index 5f281ee0a3..89d8d892ff 100644 --- a/doc/glibc-functions/renameat2.texi +++ b/doc/glibc-functions/renameat2.texi @@ -24,7 +24,7 @@ Cygwin 3.4.6. instead of failing and setting @code{errno} to @code{ENOTDIR}, on some platforms: @c https://sourceware.org/bugzilla/show_bug.cgi?id=32570 -GNU/Hurd. +GNU/Hurd with glibc 2.41. @end itemize @mindex renameatu diff --git a/doc/posix-functions/futimens.texi b/doc/posix-functions/futimens.texi index 61520789c1..4bae2837d9 100644 --- a/doc/posix-functions/futimens.texi +++ b/doc/posix-functions/futimens.texi @@ -34,8 +34,9 @@ glibc 2.11, musl libc, Solaris 11. @item Out-of-range values of @code{tv_nsec} do not lead to a failure on some platforms: +NetBSD 10.0, @c https://sourceware.org/bugzilla/show_bug.cgi?id=32803 -NetBSD 10.0, GNU/Hurd. +GNU/Hurd with glibc 2.41. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/linkat.texi b/doc/posix-functions/linkat.texi index ceeddaff6c..bb4fb5728f 100644 --- a/doc/posix-functions/linkat.texi +++ b/doc/posix-functions/linkat.texi @@ -32,5 +32,5 @@ Portability problems not fixed by Gnulib: to @code{EINVAL} instead of @code{EEXIST} or @code{ENOTDIR} on some platforms: @c https://sourceware.org/bugzilla/show_bug.cgi?id=32569 -GNU/Hurd. +GNU/Hurd with glibc 2.41. @end itemize diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi index 97021d279b..81dd365035 100644 --- a/doc/posix-functions/utimensat.texi +++ b/doc/posix-functions/utimensat.texi @@ -36,8 +36,9 @@ Linux kernel 2.6.32, macOS 14, NetBSD 10.0, Solaris 11.1. @item Out-of-range values of @code{tv_nsec} do not lead to a failure on some platforms: +Linux kernel 2.6.22.19 on hppa, NetBSD 10.0, @c https://sourceware.org/bugzilla/show_bug.cgi?id=32802 -Linux kernel 2.6.22.19 on hppa, NetBSD 10.0, GNU/Hurd. +GNU/Hurd with glibc 2.41. @item On some platforms, this function mis-handles a trailing slash: AIX 7.2.