diff options
author | Eric Blake <eblake@redhat.com> | 2010-12-31 11:42:21 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-12-31 16:13:43 -0700 |
commit | c6fb743caa960cd140819012a34086a62e3571b2 (patch) | |
tree | df89fb59b0ccae8bdf5800f4e73e88aeecb2b0aa /doc/posix-functions | |
parent | 13b8c7355776ddfcc2d7d633eb38c5ad30604c25 (diff) | |
download | gnulib-c6fb743caa960cd140819012a34086a62e3571b2.tar.gz |
nl_langinfo: fix YESEXPR on Irix 6.5
* m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Test for Irix bug.
* lib/nl_langinfo.c (rpl_nl_langinfo): Work around it.
* doc/posix-functions/nl_langinfo.texi (nl_langinfo): Document
it.
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc/posix-functions')
-rw-r--r-- | doc/posix-functions/nl_langinfo.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/nl_langinfo.texi b/doc/posix-functions/nl_langinfo.texi index 710ee749ec..24b641a5f6 100644 --- a/doc/posix-functions/nl_langinfo.texi +++ b/doc/posix-functions/nl_langinfo.texi @@ -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: |