From owner-cvs-all Wed Oct 9 2:19:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E485237B401; Wed, 9 Oct 2002 02:19:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C7443E42; Wed, 9 Oct 2002 02:19:28 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g999JSCo054121; Wed, 9 Oct 2002 02:19:28 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g999JSdC054120; Wed, 9 Oct 2002 02:19:28 -0700 (PDT) Message-Id: <200210090919.g999JSdC054120@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 9 Oct 2002 02:19:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include locale.h src/lib/libc/locale lmonetary.c lmonetary.h localeconv.c setlocale.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/10/09 02:19:28 PDT Modified files: include locale.h lib/libc/locale lmonetary.c lmonetary.h localeconv.c setlocale.3 Log: 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 Revision Changes Path 1.7 +6 -0 src/include/locale.h 1.16 +32 -2 src/lib/libc/locale/lmonetary.c 1.4 +6 -0 src/lib/libc/locale/lmonetary.h 1.12 +6 -0 src/lib/libc/locale/localeconv.c 1.24 +32 -2 src/lib/libc/locale/setlocale.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message