comparison doc/posix-headers/locale.texi @ 16719:8d5d2ed0afb0

locale: Provide a complete 'struct lconv'. * m4/locale_h.m4 (gl_LOCALE_H): Set REPLACE_STRUCT_LCONV to 1 if 'struct lconv' does not contain int_p_cs_precedes. * tests/test-locale.c (main): Check that 'struct lconv' is complete. * doc/posix-headers/locale.texi: Update.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Mar 2012 13:56:33 +0200
parents e4aad6f843ed
children 498a2211d839
comparison
equal deleted inserted replaced
16718:e4aad6f843ed 16719:8d5d2ed0afb0
22 @item 22 @item
23 The @code{struct lconv} type does not contain the members 23 The @code{struct lconv} type does not contain the members
24 @code{int_p_cs_precedes}, @code{int_p_sign_posn}, @code{int_p_sep_by_space}, 24 @code{int_p_cs_precedes}, @code{int_p_sign_posn}, @code{int_p_sep_by_space},
25 @code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space} 25 @code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space}
26 on some platforms: 26 on some platforms:
27 glibc, Solaris 11 2011-11. 27 glibc, OpenBSD 4.9, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin 1.5.x, mingw, MSVC 9.
28 28
29 @item 29 @item
30 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary 30 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
31 expressions: 31 expressions:
32 NetBSD 5.0 32 NetBSD 5.0
33 @end itemize 33 @end itemize
34 34
35 Portability problems not fixed by Gnulib: 35 Portability problems not fixed by Gnulib:
36 @itemize 36 @itemize
37 @item
38 The @code{struct lconv} type does not contain the members
39 @code{int_p_cs_precedes}, @code{int_p_sign_posn}, @code{int_p_sep_by_space},
40 @code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space}
41 on some platforms:
42 OpenBSD 4.9, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.x, mingw, MSVC 9.
43 @end itemize 37 @end itemize