comparison doc/posix-functions/perror.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 a3ba680ad389
children 498a2211d839
comparison
equal deleted inserted replaced
15606:f62f29997e98 15607:6355dc4626b5
9 Portability problems fixed by Gnulib: 9 Portability problems fixed by Gnulib:
10 @itemize 10 @itemize
11 @item 11 @item
12 This function does not support the error values that are specified by POSIX 12 This function does not support the error values that are specified by POSIX
13 but not defined by the system, on some platforms: 13 but not defined by the system, on some platforms:
14 OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw. 14 OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw, MSVC 9.
15 @item 15 @item
16 This function treats @code{errno} of 0 like failure, although POSIX 16 This function treats @code{errno} of 0 like failure, although POSIX
17 requires that the message declare it as a success, on some platforms: 17 requires that the message declare it as a success, on some platforms:
18 FreeBSD 8.2, OpenBSD 4.7, MacOS X 10.5. 18 FreeBSD 8.2, OpenBSD 4.7, MacOS X 10.5.
19 @item 19 @item