dup2, dup3: work around another cygwin crasher
[gnulib.git] / doc / posix-functions / nl_langinfo.texi
index 8348782..cdb5668 100644 (file)
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Minix 3.1.8, mingw, BeOS.
+Minix 3.1.8, mingw, MSVC 9, BeOS.
 @item
 The constant @code{CODESET} is not supported on some platforms:
 glibc 2.0.6, OpenBSD 3.8.
@@ -41,4 +41,9 @@ On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
 On NetBSD 5.0, in some locales, @code{nl_langinfo(CRNCYSTR)} returns the
 empty string, although the local currency symbol, as returned by
 @code{localeconv()->currency_symbol}, is non-empty.
+
+@item
+On NetBSD 5.1, in the "C" locale, the results of
+@code{nl_langinfo(ABMON_1)} ... @code{nl_langinfo(ABMON_12)} are full month
+names, not abbreviated month names.
 @end itemize