Mercurial > hg > octave-jordi > gnulib-hg
comparison doc/posix-functions/vprintf.texi @ 14823:3fe3b9fc9c12
docs: document recently fixed glibc printf bug
Document it as a known bug, but one where we don't provide a
workaround since programmers are unlikely to hit it in practice.
* doc/posix-functions/fprintf.texi (fprintf): Document it.
* doc/posix-functions/printf.texi (printf): Likewise.
* doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
* doc/posix-functions/vprintf.texi (vprintf): Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Tue, 24 May 2011 17:33:39 -0600 |
parents | 4e83bc0de9e4 |
children | 805e07cd88c7 |
comparison
equal
deleted
inserted
replaced
14822:a29ad2af0c29 | 14823:3fe3b9fc9c12 |
---|---|
81 mingw. | 81 mingw. |
82 @end itemize | 82 @end itemize |
83 | 83 |
84 Portability problems not fixed by Gnulib: | 84 Portability problems not fixed by Gnulib: |
85 @itemize | 85 @itemize |
86 @item | |
87 Attempting to write to a read-only stream fails with @code{EOF} but | |
88 does not set the error flag for @code{ferror} on some platforms: | |
89 glibc 2.13. | |
86 @end itemize | 90 @end itemize |