]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the 6 new C99 struct lconv members dealing with formatting
authortjr <tjr@FreeBSD.org>
Wed, 9 Oct 2002 09:19:28 +0000 (09:19 +0000)
committertjr <tjr@FreeBSD.org>
Wed, 9 Oct 2002 09:19:28 +0000 (09:19 +0000)
commitc112e4d2cb3cd80c3f7cc0e6eb463cc71b2cf24f
treee00be7aa17b3302ae9bae53d68968425f800ee09
parent9a5a0eace469d8dfc930727142fecf4d13009558
Add support for the 6 new C99 struct lconv members dealing with formatting
international monetary values: int_p_cs_precedes, int_n_cs_precedes,
int_p_sep_by_space, int_n_sep_by_space, int_p_sign_posn, int_n_sign_posn.
This should not break existing binaries or LC_MONETARY data files.

Reviewed by: ache
MFC after: 1 month
include/locale.h
lib/libc/locale/lmonetary.c
lib/libc/locale/lmonetary.h
lib/libc/locale/localeconv.c
lib/libc/locale/setlocale.3