From owner-cvs-all@FreeBSD.ORG Mon Aug 2 12:49:17 2004 Return-Path: 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 0657D16A4CE; Mon, 2 Aug 2004 12:49:17 +0000 (GMT) Received: from robbins.dropbear.id.au (058.g.010.mel.iprimus.net.au [210.50.206.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228C443D60; Mon, 2 Aug 2004 12:49:16 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 48E634208; Mon, 2 Aug 2004 22:48:41 +1000 (EST) Date: Mon, 2 Aug 2004 22:48:41 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040802124841.GA27027@cat.robbins.dropbear.id.au> References: <200408021228.i72CSSdf018158@repoman.freebsd.org> <20040802123745.GB53194@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802123745.GB53194@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/usr.bin/locale locale.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 12:49:17 -0000 On Mon, Aug 02, 2004 at 04:37:45PM +0400, Andrey Chernov wrote: > On Mon, Aug 02, 2004 at 12:28:28PM +0000, Tim J. Robbins wrote: > > tjr 2004-08-02 12:28:28 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/locale locale.c > > Log: > > Exclude bogus la_LN.* and UTF-8 locales from the output of locale -a > > to discourage people from using them. > > What is bogus with la_LN? Someone probably wish to speak Latin. At least > la_LN.US-ASCII should stay. Hm. They're less bogus than I originally thought, but they're still missing LC_MONETARY, LC_MESSAGES, and LC_NUMERIC data files. I guess I'll back out the la_LN part of that commit. Tim