From owner-cvs-src@FreeBSD.ORG Wed Oct 13 22:12:59 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 BDEFC16A4CF; Wed, 13 Oct 2004 22:12:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC6943D2F; Wed, 13 Oct 2004 22:12:59 +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 i9DMCxkL044383; Wed, 13 Oct 2004 22:12:59 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMCxoV044382; Wed, 13 Oct 2004 22:12:59 GMT (envelope-from keramida) Message-Id: <200410132212.i9DMCxoV044382@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 13 Oct 2004 22:12:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/numericdef el_GR.ISO8859-7.src 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:12:59 -0000 keramida 2004-10-13 22:12:59 UTC FreeBSD src repository (doc committer) Modified files: share/numericdef el_GR.ISO8859-7.src Log: Add the necessary magic to make the thousands separator work for floating-point formats in the Greek locale. This allows printing numbers with the ' format modifier, like this: $ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000 1.024.000,000 Reviewed by: das Revision Changes Path 1.3 +2 -2 src/share/numericdef/el_GR.ISO8859-7.src