doc: Update for Haiku.

* doc/posix-functions/open.texi: Document a Haiku bug.
* doc/posix-functions/wcrtomb.texi: Likewise.
This commit is contained in:
Bruno Haible
2026-01-09 00:52:55 +01:00
parent 9719eace24
commit 2961ed7a68
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2026-01-08 Bruno Haible <bruno@clisp.org>
doc: Update for Haiku.
* doc/posix-functions/open.texi: Document a Haiku bug.
* doc/posix-functions/wcrtomb.texi: Likewise.
2026-01-08 Bruno Haible <bruno@clisp.org>
time_r tests: Avoid test failure on Haiku.
+4
View File
@@ -78,6 +78,10 @@ FreeBSD 14.2.
platforms:
NetBSD 10.0.
@item
@code{open ("fifo", O_DIRECTORY ...)} does not fail on some platforms:
@c https://dev.haiku-os.org/ticket/19879
Haiku.
@item
On Windows, this function returns a file handle in @code{O_TEXT} mode by
default; this means that it translates @code{'\n'} to CR/LF by default. Use the
@code{O_BINARY} flag if you need reliable binary I/O.
+4
View File
@@ -21,6 +21,10 @@ Solaris 11.3.
@item
This function does not ignore the second argument when the first argument is NULL on some platforms:
mingw with UCRT, MSVC 14.
@item
This function fails to handle wide characters produced by @code{mbrtowc} on some platforms:
@c https://dev.haiku-os.org/ticket/19881
Haiku.
@end itemize
Portability problems not fixed by Gnulib: