From owner-cvs-src@FreeBSD.ORG Wed Oct 13 22:32:12 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 507EE16A4CE; Wed, 13 Oct 2004 22:32:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3127B43D1F; Wed, 13 Oct 2004 22:32:12 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMWCuj045361; Wed, 13 Oct 2004 22:32:12 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMWCKk045360; Wed, 13 Oct 2004 22:32:12 GMT (envelope-from keramida) Message-Id: <200410132232.i9DMWCKk045360@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 13 Oct 2004 22:32:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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:32:12 -0000 keramida 2004-10-13 22:32:12 UTC FreeBSD src repository (doc committer) Modified files: tools/regression/lib/libc/stdio test-printfloat.c Log: 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 Reviewed by: das (a while ago) Revision Changes Path 1.7 +7 -0 src/tools/regression/lib/libc/stdio/test-printfloat.c