summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getopt.texi
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/posix-functions/getopt.texi
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/posix-functions/getopt.texi')
-rw-r--r--doc/posix-functions/getopt.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/posix-functions/getopt.texi b/doc/posix-functions/getopt.texi
index 099c2e3d07..5f4d321a15 100644
--- a/doc/posix-functions/getopt.texi
+++ b/doc/posix-functions/getopt.texi
@@ -25,6 +25,9 @@ MacOS 10.5, AIX 7.1.
Portability problems fixed by Gnulib module @code{getopt-gnu}:
@itemize
@item
+This function is missing on some platforms:
+MSVC 9.
+@item
The function @code{getopt} does not support the @samp{+} flag in the options
string on some platforms:
MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11.
@@ -43,11 +46,11 @@ MacOS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1,
Solaris 11 2010-11, Cygwin 1.5.x.
@item
The function @code{getopt_long} is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5.
+AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, MSVC 9, Interix 3.5.
@item
The function @code{getopt_long_only} is missing on some platforms:
MacOS X 10.3, FreeBSD 5.2.1, NetBSD 5.0, AIX 5.1, HP-UX 11, IRIX 6.5,
-OSF/1 5.1, Solaris 9, mingw, Interix 3.5.
+OSF/1 5.1, Solaris 9, mingw, MSVC 9, Interix 3.5.
@item
This function crashes if the option string includes @code{W;} on some
platforms: