X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fnl_langinfo.texi;h=cdb56686b693c96442333d2228d9a2dd0fd0c03b;hb=58d8afd0545d6321272bb7fb243db3295c5fdeec;hp=710ee749ec34da2857e109397d88d6a8275855a3;hpb=9645318f03f2c43c8717886f2e129df7931afcb6;p=gnulib.git diff --git a/doc/posix-functions/nl_langinfo.texi b/doc/posix-functions/nl_langinfo.texi index 710ee749e..cdb56686b 100644 --- a/doc/posix-functions/nl_langinfo.texi +++ b/doc/posix-functions/nl_langinfo.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -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. @@ -22,6 +22,10 @@ OpenBSD 3.8. The constants @code{T_FMT_AMPM}, @code{YESEXPR}, @code{NOEXPR} are not supported on some platforms: IRIX 5.3. +@item +The constants @code{YESEXPR} and @code{NOEXPR} do not return a valid +string on some platforms: +Irix 6.5. @end itemize Portability problems not fixed by Gnulib: @@ -37,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