X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fftello.texi;h=2a33a7f0c1ce1fba4d9a055bda96aa6c4e34fcba;hb=a24f9979e9cc7ed0fcc555ef5b6d81bbfcff8146;hp=ddee6a2bd06935a1afc181f26a329884f47e0b41;hpb=e135441c120410c222891af756b35e079ba579b1;p=gnulib.git diff --git a/doc/posix-functions/ftello.texi b/doc/posix-functions/ftello.texi index ddee6a2bd..2a33a7f0c 100644 --- a/doc/posix-functions/ftello.texi +++ b/doc/posix-functions/ftello.texi @@ -2,7 +2,7 @@ @section @code{ftello} @findex ftello -POSIX specification: @url{http://www.opengroup.org/susv3xsh/ftello.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftello.html} Gnulib module: ftello @@ -10,14 +10,15 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -OSF/1 4.0, Solaris 2.5.1, mingw. +IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw. @item The declaration of @code{ftello} in @code{} is not enabled by default -on some platforms: glibc 2.3.6. +on some platforms: +glibc 2.3.6, OSF/1 5.1. @item -This function produces incorrect results immediately after @code{fseek} on some -platforms: -HP-UX 11. +This function produces incorrect results after @code{putc} that followed a +@code{getc} call that reached EOF on some platforms: +Solaris 11 2010-11. @item This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24. @end itemize @@ -29,6 +30,10 @@ On platforms where @code{off_t} is a 32-bit type, @code{ftello} does not work correctly with files larger than 2 GB. The fix is to use the @code{AC_SYS_LARGEFILE} macro. @item +This function produces incorrect results immediately after @code{fseek} on some +platforms: +HP-UX 11. +@item @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.