From owner-cvs-src@FreeBSD.ORG Wed Oct 13 22:41:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F1F16A4CE; Wed, 13 Oct 2004 22:41:38 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256E043D1D; Wed, 13 Oct 2004 22:41:37 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b222.otenet.gr [212.205.244.230]) i9DMfYq1015618; Thu, 14 Oct 2004 01:41:35 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9DMeIdK001528; Thu, 14 Oct 2004 01:40:18 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9DMeIp0001527; Thu, 14 Oct 2004 01:40:18 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 14 Oct 2004 01:40:17 +0300 From: Giorgos Keramidas To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20041013224017.GA1433@gothmog.gr> References: <200410132232.i9DMWCKk045360@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410132232.i9DMWCKk045360@repoman.freebsd.org> Subject: Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 13 Oct 2004 22:41:43 -0000 On 2004-10-13 22:32, Giorgos Keramidas wrote: > Add a regression test for floating-point output in the Greek locale. > See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src > > Revision Changes Path > 1.7 +7 -0 src/tools/regression/lib/libc/stdio/test-printfloat.c FWIW, an unrelated bug in the formatting of hexadecimal floating-point constants breaks this regression test. AFAIK, David Schultz is already looking into this, in order to have this collection of tests work again :-)