From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LQ6AZ-00060O-OB for mharc-grub-devel@gnu.org; Thu, 22 Jan 2009 15:28:55 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ6AX-0005zl-RY for grub-devel@gnu.org; Thu, 22 Jan 2009 15:28:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ6AW-0005zQ-GF for grub-devel@gnu.org; Thu, 22 Jan 2009 15:28:53 -0500 Received: from [199.232.76.173] (port=48448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ6AW-0005zI-6j for grub-devel@gnu.org; Thu, 22 Jan 2009 15:28:52 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:42861) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ6AV-0003dq-Tv for grub-devel@gnu.org; Thu, 22 Jan 2009 15:28:52 -0500 Received: from fwd08.aul.t-online.de by mailout04.sul.t-online.de with smtp id 1LQ6AS-0003S6-09; Thu, 22 Jan 2009 21:28:48 +0100 Received: from [10.3.2.2] (b7THuOZV8hlIfRF19tuNYcSQoFG8n2OzvxF70MJ-mU-3Q2yE+kz+FgoTRUf-a3ygcj@[217.235.252.139]) by fwd08.aul.t-online.de with esmtp id 1LQ6AP-1HTxT60; Thu, 22 Jan 2009 21:28:45 +0100 Message-ID: <4978D6FE.2090403@t-online.de> Date: Thu, 22 Jan 2009 21:28:46 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: grub-devel@gnu.org References: <497771FA.8010200@t-online.de> In-Reply-To: <497771FA.8010200@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: b7THuOZV8hlIfRF19tuNYcSQoFG8n2OzvxF70MJ-mU-3Q2yE+kz+FgoTRUf-a3ygcj X-TOI-MSGID: 0328af3b-58f2-4c8f-8a5e-13d82849beeb X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Add 'precision' to grub_printf %s format X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 20:28:54 -0000 Christian Franke wrote: > This patch adds 'precision' support to grub_printf '%s' format, e.g.: Committed. Christian