]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Add references to FreeBSD bugs.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Aug 2023 12:21:17 +0000 (14:21 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Aug 2023 12:21:17 +0000 (14:21 +0200)
* doc/posix-functions/fnmatch.texi: Add commented reference to FreeBSD
bug.
* doc/posix-functions/wcscmp.texi: Likewise.
* doc/posix-functions/wcsncmp.texi: Likewise.

ChangeLog
doc/posix-functions/fnmatch.texi
doc/posix-functions/wcscmp.texi
doc/posix-functions/wcsncmp.texi

index bd82882a992dfca79d54d84df98407006c290ff4..ce7c492403fbc0a87aba9b0790aeff5220f8e702 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 1e662a43c1ed6f9fafd7bd914b5d8a6602625f5c..538d73a9fcbb65fa83fc847aebf3c50c84b0b714 100644 (file)
@@ -82,7 +82,9 @@ bracket expressions are not supported on some platforms:
 @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
index 2ce58db35015d76648521fd6273f1f9f4d0dd652..22d9060d34cbb4f6ef0f9f727d8551da496ba2bf 100644 (file)
@@ -11,7 +11,10 @@ Portability problems fixed by Gnulib:
 @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:
index 46874af46f0c67d3ce21b6ec699b9f1393d88df0..4fd90ba95c3a1f2da8e6c445a90e740be1eebb3d 100644 (file)
@@ -11,7 +11,10 @@ Portability problems fixed by Gnulib:
 @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: