comparison doc/posix-functions/putchar.texi @ 15607:6355dc4626b5

doc: Update regarding MSVC 9. * doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely tested". * doc/posix-functions/*.texi: Update with info about MSVC 9. * doc/posix-headers/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Sep 2011 21:56:17 +0200
parents 805e07cd88c7
children
comparison
equal deleted inserted replaced
15606:f62f29997e98 15607:6355dc4626b5
10 @itemize 10 @itemize
11 @item 11 @item
12 When writing to a non-blocking pipe whose buffer is full, this function fails 12 When writing to a non-blocking pipe whose buffer is full, this function fails
13 with @code{errno} being set to @code{ENOSPC} instead of @code{EAGAIN} on some 13 with @code{errno} being set to @code{ENOSPC} instead of @code{EAGAIN} on some
14 platforms: 14 platforms:
15 mingw. 15 mingw, MSVC 9.
16 @end itemize 16 @end itemize
17 17
18 Portability problems fixed by Gnulib module @code{stdio}, together with module @code{sigpipe}: 18 Portability problems fixed by Gnulib module @code{stdio}, together with module @code{sigpipe}:
19 @itemize 19 @itemize
20 @item 20 @item
21 When writing to a pipe with no readers, this function fails, instead of 21 When writing to a pipe with no readers, this function fails, instead of
22 obeying the current @code{SIGPIPE} handler, on some platforms: 22 obeying the current @code{SIGPIPE} handler, on some platforms:
23 mingw. 23 mingw, MSVC 9.
24 @end itemize 24 @end itemize
25 25
26 Portability problems not fixed by Gnulib: 26 Portability problems not fixed by Gnulib:
27 @itemize 27 @itemize
28 @item 28 @item