X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fgetopt.texi;h=099c2e3d0739c6302f39dd0cebb57d72f5ac3fac;hb=260e67ceada4f5a198c34a018e8eff4bf15b8a4a;hp=4067295ca1720c4dc0b7aa181f04ad4cf72185e8;hpb=e8eabe5a3d44bcd5ca87fba668d52203192b1645;p=gnulib.git diff --git a/doc/posix-functions/getopt.texi b/doc/posix-functions/getopt.texi index 4067295ca..099c2e3d0 100644 --- a/doc/posix-functions/getopt.texi +++ b/doc/posix-functions/getopt.texi @@ -48,6 +48,10 @@ AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5. 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. +@item +This function crashes if the option string includes @code{W;} on some +platforms: +glibc 2.14. @end itemize Portability problems not fixed by Gnulib: @@ -67,4 +71,8 @@ causing a reset by setting it non-zero, although it does not necessarily re-read @env{POSIXLY_CORRECT}. Solaris @code{getopt} does not support either reset method, but does not maintain state that needs the extra level of reset. +@item +On some platforms, this function does not set the stream error +indicator on attempts to write to a read-only stream: +glibc 2.13, Cygwin 1.7.9. @end itemize