summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-11 21:56:17 +0200
committerBruno Haible <bruno@clisp.org>2011-09-11 21:56:17 +0200
commit4e39aa42880fd6a5c6d55f67c912381c0d0980aa (patch)
tree6c25ace0cdca4b77f103ec77a58fa15055511cda /doc/pastposix-functions
parent912da04e8be8f7b78ea66c0fba08b2ceb292b8b0 (diff)
downloadgnulib-4e39aa42880fd6a5c6d55f67c912381c0d0980aa.tar.gz
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.
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/bcmp.texi2
-rw-r--r--doc/pastposix-functions/bcopy.texi2
-rw-r--r--doc/pastposix-functions/bsd_signal.texi2
-rw-r--r--doc/pastposix-functions/bzero.texi2
-rw-r--r--doc/pastposix-functions/getcontext.texi2
-rw-r--r--doc/pastposix-functions/gethostbyaddr.texi2
-rw-r--r--doc/pastposix-functions/gethostbyname.texi2
-rw-r--r--doc/pastposix-functions/getwd.texi2
-rw-r--r--doc/pastposix-functions/h_errno.texi2
-rw-r--r--doc/pastposix-functions/index.texi2
-rw-r--r--doc/pastposix-functions/makecontext.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_getstackaddr.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_setstackaddr.texi2
-rw-r--r--doc/pastposix-functions/rindex.texi2
-rw-r--r--doc/pastposix-functions/setcontext.texi2
-rw-r--r--doc/pastposix-functions/swapcontext.texi2
-rw-r--r--doc/pastposix-functions/ualarm.texi2
-rw-r--r--doc/pastposix-functions/usleep.texi2
-rw-r--r--doc/pastposix-functions/vfork.texi2
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
20 files changed, 20 insertions, 20 deletions
diff --git a/doc/pastposix-functions/bcmp.texi b/doc/pastposix-functions/bcmp.texi
index 52ec4a64c3..d9b00b56c0 100644
--- a/doc/pastposix-functions/bcmp.texi
+++ b/doc/pastposix-functions/bcmp.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw.
+Solaris 2.4, mingw, MSVC 9.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memcmp}
instead.
diff --git a/doc/pastposix-functions/bcopy.texi b/doc/pastposix-functions/bcopy.texi
index 2893b48282..df63c64abd 100644
--- a/doc/pastposix-functions/bcopy.texi
+++ b/doc/pastposix-functions/bcopy.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw.
+Solaris 2.4, mingw, MSVC 9.
@end itemize
Portability problems not fixed by Gnulib:
diff --git a/doc/pastposix-functions/bsd_signal.texi b/doc/pastposix-functions/bsd_signal.texi
index 509ada654a..6f168adfc4 100644
--- a/doc/pastposix-functions/bsd_signal.texi
+++ b/doc/pastposix-functions/bsd_signal.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, Interix 3.5.
+MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 9, Interix 3.5.
@end itemize
diff --git a/doc/pastposix-functions/bzero.texi b/doc/pastposix-functions/bzero.texi
index 418c98f52d..f6dfe82830 100644
--- a/doc/pastposix-functions/bzero.texi
+++ b/doc/pastposix-functions/bzero.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw.
+Solaris 2.4, mingw, MSVC 9.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memset}
instead.
diff --git a/doc/pastposix-functions/getcontext.texi b/doc/pastposix-functions/getcontext.texi
index e9af62c02c..2effea6ead 100644
--- a/doc/pastposix-functions/getcontext.texi
+++ b/doc/pastposix-functions/getcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/gethostbyaddr.texi b/doc/pastposix-functions/gethostbyaddr.texi
index 2f69066e50..a7dee696b4 100644
--- a/doc/pastposix-functions/gethostbyaddr.texi
+++ b/doc/pastposix-functions/gethostbyaddr.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-mingw.
+mingw, MSVC 9.
@end itemize
diff --git a/doc/pastposix-functions/gethostbyname.texi b/doc/pastposix-functions/gethostbyname.texi
index be2df6392c..f2a4e4c42c 100644
--- a/doc/pastposix-functions/gethostbyname.texi
+++ b/doc/pastposix-functions/gethostbyname.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-mingw.
+mingw, MSVC 9.
@end itemize
diff --git a/doc/pastposix-functions/getwd.texi b/doc/pastposix-functions/getwd.texi
index 170a6e3917..09a9398d8b 100644
--- a/doc/pastposix-functions/getwd.texi
+++ b/doc/pastposix-functions/getwd.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, BeOS.
+Solaris 2.4, mingw, MSVC 9, BeOS.
@item
The size of the buffer required for this function is not a compile-time
constant. Also, the function truncates a result that would be larger than
diff --git a/doc/pastposix-functions/h_errno.texi b/doc/pastposix-functions/h_errno.texi
index d488a81ca5..728c113f34 100644
--- a/doc/pastposix-functions/h_errno.texi
+++ b/doc/pastposix-functions/h_errno.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5.
+IRIX 6.5, OSF/1 5.1, Cygwin, mingw, MSVC 9, Interix 3.5.
@end itemize
diff --git a/doc/pastposix-functions/index.texi b/doc/pastposix-functions/index.texi
index e28514a8ad..4c2314a481 100644
--- a/doc/pastposix-functions/index.texi
+++ b/doc/pastposix-functions/index.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw.
+Solaris 2.4, mingw, MSVC 9.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strchr}
instead.
diff --git a/doc/pastposix-functions/makecontext.texi b/doc/pastposix-functions/makecontext.texi
index 82e4668b26..73bcf41963 100644
--- a/doc/pastposix-functions/makecontext.texi
+++ b/doc/pastposix-functions/makecontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
index 5e04bfdb93..67e2c6e862 100644
--- a/doc/pastposix-functions/pthread_attr_getstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, Solaris 2.4, Cygwin, mingw, BeOS.
+HP-UX 11, Solaris 2.4, Cygwin, mingw, MSVC 9, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
index 90cfb34cfc..2cb6d13383 100644
--- a/doc/pastposix-functions/pthread_attr_setstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.4, Cygwin, mingw, BeOS.
+HP-UX 11, IRIX 5.3, Solaris 2.4, Cygwin, mingw, MSVC 9, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/rindex.texi b/doc/pastposix-functions/rindex.texi
index b68d89d8b4..6b58b69e35 100644
--- a/doc/pastposix-functions/rindex.texi
+++ b/doc/pastposix-functions/rindex.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw.
+Solaris 2.4, mingw, MSVC 9.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strrchr}
instead.
diff --git a/doc/pastposix-functions/setcontext.texi b/doc/pastposix-functions/setcontext.texi
index b8b04fa964..3b098c7d9f 100644
--- a/doc/pastposix-functions/setcontext.texi
+++ b/doc/pastposix-functions/setcontext.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
@item
The effects of this call are system and compiler optimization dependent,
since it restores the contents of register-allocated variables but not
diff --git a/doc/pastposix-functions/swapcontext.texi b/doc/pastposix-functions/swapcontext.texi
index 30ea3a047e..58b35c90f2 100644
--- a/doc/pastposix-functions/swapcontext.texi
+++ b/doc/pastposix-functions/swapcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/ualarm.texi b/doc/pastposix-functions/ualarm.texi
index dcfbe3ebe2..de0740a6c9 100644
--- a/doc/pastposix-functions/ualarm.texi
+++ b/doc/pastposix-functions/ualarm.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, BeOS.
+Solaris 2.4, mingw, MSVC 9, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi
index 8ca0da9e51..468ec66702 100644
--- a/doc/pastposix-functions/usleep.texi
+++ b/doc/pastposix-functions/usleep.texi
@@ -16,7 +16,7 @@ mingw.
This function is missing on some platforms. However, the replacement
is designed to be lightweight, and may round to the neareset second;
use @code{select} or @code{nanosleep} if better resolution is needed:
-IRIX 5.3, Solaris 2.4, older mingw, BeOS.
+IRIX 5.3, Solaris 2.4, older mingw, MSVC 9, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
diff --git a/doc/pastposix-functions/vfork.texi b/doc/pastposix-functions/vfork.texi
index 66ebd08bbb..f5bcf3dff5 100644
--- a/doc/pastposix-functions/vfork.texi
+++ b/doc/pastposix-functions/vfork.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-IRIX 6.5, mingw, BeOS.
+IRIX 6.5, mingw, MSVC 9, BeOS.
@end itemize
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index 28c8fedba6..70fa1c6133 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, BeOS.
+MacOS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 9, BeOS.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.