From owner-cvs-all Mon Feb 12 3:17:51 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (ns.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id CC98F37B401; Mon, 12 Feb 2001 03:17:41 -0800 (PST) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id NAA18052; Mon, 12 Feb 2001 13:16:12 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f1CBH7F73941; Mon, 12 Feb 2001 13:17:07 +0200 (EET) Date: Mon, 12 Feb 2001 13:17:03 +0200 From: Alexey Zelkin To: Sheldon Hearn Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/locale lnumeric.c lnumeric.h lmonetary.c lmonetary.h lmessages.c lmessages.h ldpart.c ldpart.h setlocale.c Message-ID: <20010212131703.A70811@ark.cris.net> References: <200102081658.f18GwsS83259@freefall.freebsd.org> <6428.981966538@axl.fw.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <6428.981966538@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Mon, Feb 12, 2001 at 10:28:58AM +0200 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Just checked NetBSD langinfo stuff. I did it in almost same way, but NetBSD's version is SUSv2 subset, not complete implementation. Our nl_langinfo() is more powerful and will be extended even more (until full SUSv2 or POSIX compliance, hopefully). Also there are many differences in way how NetBSD has implemented locale internals and FreeBSD. And last -- they don't have complete locale support, but we have (or almost have). On Mon, Feb 12, 2001 at 10:28:58AM +0200, Sheldon Hearn wrote: > > Modified files: > > lib/libc/locale setlocale.c > > Added files: > > lib/libc/locale lnumeric.c lnumeric.h lmonetary.c > > lmonetary.h lmessages.c lmessages.h > > ldpart.c ldpart.h > > Log: > > Make FreeBSD locale support complete: add support for rest locale categories > > LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they > > don't need anymore. > > Have you looked at the langinfo support available in NetBSD? It's > pretty good stuff, and set to be a standard as well. > > I got some of the way into bringing it across. If you try to do the > same, make sure you chat to Andrey Chernov about it. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message