X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fftello.texi;h=ac3e3ebc78684443ab85a294c123a1622b3406c2;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=ddee6a2bd06935a1afc181f26a329884f47e0b41;hpb=e135441c120410c222891af756b35e079ba579b1;p=gnulib.git diff --git a/doc/posix-functions/ftello.texi b/doc/posix-functions/ftello.texi index ddee6a2bd..ac3e3ebc7 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,14 @@ 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. @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 10. @item This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24. @end itemize @@ -29,6 +29,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.