+2023-08-03 Bruno Haible <bruno@clisp.org>
+
+ doc: Add references to FreeBSD bugs.
+ * doc/posix-functions/fnmatch.texi: Add commented reference to FreeBSD
+ bug.
+ * doc/posix-functions/wcscmp.texi: Likewise.
+ * doc/posix-functions/wcsncmp.texi: Likewise.
+
2023-08-02 Bruno Haible <bruno@clisp.org>
readutmp: In systemd mode, put the X11 display into the ut_host field.
@c Failing test cases:
@c fnmatch ("[[:alnum:]]", "a", 0) == 0
@c etc.
-FreeBSD 13.2, NetBSD 9.3, Cygwin 3.4.6.
+@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57911
+FreeBSD 13.2,
+NetBSD 9.3, Cygwin 3.4.6.
@item
In the pattern, character classes (such as @code{[:alnum:]}) inside
bracket expressions fail to match characters outside the single-byte
@item
This function compares the wide characters as if they were unsigned, although
@code{wchar_t} is signed, on some platforms:
-glibc 2.14.1 on x86 or x86_64, musl libc 1.2.3, macOS 12.5, FreeBSD 13.2, NetBSD 9.0, OpenBSD 7.2, Solaris 11.4.
+glibc 2.14.1 on x86 or x86_64, musl libc 1.2.3, macOS 12.5,
+@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272914
+FreeBSD 13.2,
+NetBSD 9.0, OpenBSD 7.2, Solaris 11.4.
@item
This function may return a wrong result if the two arguments are of different
length, on some platforms:
@item
This function compares the wide characters as if they were unsigned, although
@code{wchar_t} is signed, on some platforms:
-glibc 2.14.1 on x86 or x86_64, musl libc 1.2.3, macOS 12.5, FreeBSD 13.2, NetBSD 9.0, OpenBSD 7.2, Solaris 11.4.
+glibc 2.14.1 on x86 or x86_64, musl libc 1.2.3, macOS 12.5,
+@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272915
+FreeBSD 13.2,
+NetBSD 9.0, OpenBSD 7.2, Solaris 11.4.
@item
This function may return a wrong result if the two arguments are of different
length, on some platforms: