From owner-cvs-src@FreeBSD.ORG Mon Dec 3 08:07:41 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2F2B16A417; Mon, 3 Dec 2007 08:07:41 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 4033D13C448; Mon, 3 Dec 2007 08:07:40 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lB387dPq056847; Mon, 3 Dec 2007 11:07:39 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1196669259; bh=Pxhln/2tORi6IUujaj7igCcjo03ueJ92P/bmuKi lhek=; l=978; h=Date:From:To:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=hjWsri6eFaoxIAkhPOnz4BwCS+05A2zY4D1YFI9q 3mwp7doiR/eomxl7LJ0+8wICqsuqRPU86M0AO/Er09u02IoZucF1fJCC0l0Japg/RXK 3f2RZ7UuFu96F/CoZlgk7gz63kOm9Ir56GnotAP56//Rate1jgTD7OW/eembTQ6w= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lB387dVM056846; Mon, 3 Dec 2007 11:07:39 +0300 (MSK) (envelope-from ache) Date: Mon, 3 Dec 2007 11:07:39 +0300 From: Andrey Chernov To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20071203080739.GA56795@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200712030718.lB37IlLc009328@repoman.freebsd.org> <20071203072214.GA11030@VARK.MIT.EDU> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071203072214.GA11030@VARK.MIT.EDU> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 08:07:41 -0000 On Mon, Dec 03, 2007 at 02:22:14AM -0500, David Schultz wrote: > On Mon, Dec 03, 2007, David Schultz wrote: > > das 2007-12-03 07:18:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > tools/regression/lib/libc/stdio test-printfloat.c > > test-scanfloat.c > > Log: > > Tests for rounding, and for the leading 0's bug. > > test-printfloat is failing on my machine due to the fact that the > default locale in FreeBSD seems to have a thousands separator now. > I thought the default locale wasn't supposed to. Can someone > comment? Default locale don't have thousands separator as you can see: static const struct lc_numeric_T _C_numeric_locale = { ".", /* decimal_point */ "", /* thousands_sep */ numempty /* grouping */ }; Something wrong in your default locale setup, use LC_ALL=C for sure. -- http://ache.pp.ru/