X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fglibc-functions%2Fgetopt_long.texi;h=d1adb373d5265c6c19d9ffa03c556beb04a52bc1;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=f4d3561c03256f171fb06327c5686bfadbd31d24;hpb=e8eabe5a3d44bcd5ca87fba668d52203192b1645;p=gnulib.git diff --git a/doc/glibc-functions/getopt_long.texi b/doc/glibc-functions/getopt_long.texi index f4d3561c0..d1adb373d 100644 --- a/doc/glibc-functions/getopt_long.texi +++ b/doc/glibc-functions/getopt_long.texi @@ -7,6 +7,9 @@ Gnulib module: getopt-gnu Portability problems fixed by Gnulib: @itemize @item +This function is missing on some platforms: +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, MSVC 9, Interix 3.5. +@item The function @code{getopt_long} does not obey the combination of @samp{+} and @samp{:} flags in the options string on some platforms: glibc 2.11. @@ -17,11 +20,11 @@ glibc 2.11. @item The function @code{getopt_long} does not support the @samp{+} flag in the options string on some platforms: -MacOS X 10.5, AIX 5.2, OSF/1 5.1, Solaris 10. +Mac OS X 10.5, AIX 5.2, OSF/1 5.1, Solaris 10. @item The value of @code{optind} after a missing required argument is wrong on some platforms: -MacOS 10.5. +Mac OS X 10.5. @item The function @code{getopt_long} does not obey the @samp{-} flag in the options string when @env{POSIXLY_CORRECT} is set on some platforms: @@ -33,10 +36,11 @@ NetBSD, Cygwin 1.7.0. @item The function @code{getopt_long} does not support options with optional arguments on some platforms: -MacOS X 10.5, OpenBSD 4.0, AIX 5.2, IRIX 6.5, Solaris 11 2010-11, Cygwin 1.5.x. +Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, IRIX 6.5, Solaris 11 2010-11, Cygwin 1.5.x. @item -This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5. +This function crashes if the option string includes @code{W;} but +there are no long options, on some platforms: +glibc 2.14. @end itemize Portability problems not fixed by Gnulib: