From owner-cvs-all Tue Mar 12 9:20:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7437B416; Tue, 12 Mar 2002 09:20:54 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CHKsI07747; Tue, 12 Mar 2002 09:20:54 -0800 (PST) (envelope-from phantom) Message-Id: <200203121720.g2CHKsI07747@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 12 Mar 2002 09:20:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale setlocale.3 setlocale.c X-FreeBSD-CVS-Branch: RELENG_4 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 phantom 2002/03/12 09:20:54 PST Modified files: (Branch: RELENG_4) lib/libc/locale setlocale.3 setlocale.c Log: MFC: sync with -CURRENT's locale code This MFC brings to -STABLE following features: . support for LC_NUMERIC/LC_MONETARY/LC_MESSAGES locale categories . real implementation of nl_langinfo(3) WARNING: please beware about this commit. It can trigger some hidden or implicit problems with locale specific functions or related/dependent stuff in userland applications. Please report anything unusual! Following files/revisions were MFCed: Makefile.inc 1.17, 1.18, 1.20 localeconv.c 1.2 - 1.10 setlocale.c 1.27, 1.29, 1.32 setlocale.3 1.18, 1.19 Following files were added to RELENG_4 branch: fix_grouping.c ldpart.c ldpart.h lmessages.c lmessages.h lmonetary.c lmonetary.h lnumeric.c lnumeric.h nl_langinfo.3 nl_langinfo.c Following files were removed: lconv.c Revision Changes Path 1.15.2.6 +6 -25 src/lib/libc/locale/setlocale.3 1.25.2.5 +20 -58 src/lib/libc/locale/setlocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message