pthread_sigmask: new module
[pspp] / doc / posix-functions / nl_langinfo.texi
index 27b8c16d9de519a9faf60b8a80ab9e1a51438ab4..24b641a5f6ad16c303cb2498769391dc188c663d 100644 (file)
@@ -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:
@@ -32,4 +36,9 @@ returns @code{"US-ASCII"}.
 
 @item
 On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
+
+@item
+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.
 @end itemize