From 2dfd36adb22e96781272f5d6eaa34b5b02116172 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 6 Jul 2019 05:16:14 +0200 Subject: [PATCH] doc: Remove documentation of BSDI and BSD/OS as supported platforms. * doc/**/*.texi: Update. --- ChangeLog | 5 +++++ doc/posix-functions/fgetpos.texi | 4 ---- doc/posix-functions/fseeko.texi | 4 ---- doc/posix-functions/ftello.texi | 4 ---- doc/posix-headers/stdint.texi | 2 +- doc/posix-headers/wchar.texi | 2 +- doc/posix-headers/wctype.texi | 2 +- 7 files changed, 8 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67e43a4184..d08d0a0039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-07-05 Bruno Haible + + doc: Remove documentation of BSDI and BSD/OS as supported platforms. + * doc/**/*.texi: Update. + 2019-07-05 Bruno Haible doc: Remove documentation of Solaris 8 and older as supported platforms. diff --git a/doc/posix-functions/fgetpos.texi b/doc/posix-functions/fgetpos.texi index a3da39b6a2..d69b17f715 100644 --- a/doc/posix-functions/fgetpos.texi +++ b/doc/posix-functions/fgetpos.texi @@ -20,8 +20,4 @@ contains Unix line terminators (LF), on some platforms: mingw, MSVC 14. On platforms where @code{off_t} is a 32-bit type, this function may not work correctly on files larger than 2 GB. The fix is to use the @code{AC_SYS_LARGEFILE} macro. -@item -On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is -not present, stream operations on files larger than 2 GB silently do -the wrong thing. This affects BSD/OS, which is mostly obsolete. @end itemize diff --git a/doc/posix-functions/fseeko.texi b/doc/posix-functions/fseeko.texi index 622797c320..b8d942c333 100644 --- a/doc/posix-functions/fseeko.texi +++ b/doc/posix-functions/fseeko.texi @@ -24,8 +24,4 @@ correctly with files larger than 2 GB. (Cf. @code{AC_SYS_LARGEFILE}.) Portability problems not fixed by Gnulib: @itemize -@item -On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is -not present, stream operations on files larger than 2 GB silently do -the wrong thing. This affects BSD/OS, which is mostly obsolete. @end itemize diff --git a/doc/posix-functions/ftello.texi b/doc/posix-functions/ftello.texi index dd33c1b04e..9cd49f5fd5 100644 --- a/doc/posix-functions/ftello.texi +++ b/doc/posix-functions/ftello.texi @@ -36,8 +36,4 @@ HP-UX 11. @code{fflush}, @code{ftell}, @code{ftello}, @code{fgetpos} behave incorrectly on input streams that are opened in @code{O_TEXT} mode and whose contents contains Unix line terminators (LF), on some platforms: mingw, MSVC 14. -@item -On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is -not present, stream operations on files larger than 2 GB silently do -the wrong thing. This affects BSD/OS, which is mostly obsolete. @end itemize diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index 688a27ddcd..d7f596ce55 100644 --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -31,7 +31,7 @@ Solaris 9 with GCC 4.5 or newer. @item The macros @code{WCHAR_MIN} and @code{WCHAR_MAX} are not defined in @code{} (only in @code{}) on some platforms: -Dragonfly, BSDI. +Dragonfly. @item On some hosts that predate C++11, when using C++ one must define @code{__STDC_CONSTANT_MACROS} to make visible the definitions of diff --git a/doc/posix-headers/wchar.texi b/doc/posix-headers/wchar.texi index dc2e8e417b..0826e70e8d 100644 --- a/doc/posix-headers/wchar.texi +++ b/doc/posix-headers/wchar.texi @@ -12,7 +12,7 @@ This header file cannot be included on some platforms: Linux uClibc built without wide character support. @item This header file is not self-contained on some platforms: -OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1. +OSF/1 with Desktop Toolkit C. @item The type @code{wint_t} and macro @code{WEOF} are missing on some platforms: IRIX 5.3. diff --git a/doc/posix-headers/wctype.texi b/doc/posix-headers/wctype.texi index 7f27b9667b..e1da782ce9 100644 --- a/doc/posix-headers/wctype.texi +++ b/doc/posix-headers/wctype.texi @@ -12,7 +12,7 @@ This header file is missing on some platforms: HP-UX 11.00. @item This header file is not self-contained on some platforms: -OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1. +OSF/1 with Desktop Toolkit C. @item The type @code{wint_t} and macro @code{WEOF} are missing on some platforms: IRIX 5.3. -- 2.39.5