From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DM2nx-0002a0-VP for mharc-grub-devel@gnu.org; Thu, 14 Apr 2005 07:46:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DM2mj-0001py-K7 for grub-devel@gnu.org; Thu, 14 Apr 2005 07:45:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DM2mb-0001ko-F9 for grub-devel@gnu.org; Thu, 14 Apr 2005 07:45:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM2mX-0001dw-Bb for grub-devel@gnu.org; Thu, 14 Apr 2005 07:45:13 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DM2fi-0003Ci-63 for grub-devel@gnu.org; Thu, 14 Apr 2005 07:38:10 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id AE6DBFF54DAB for ; Thu, 14 Apr 2005 13:37:31 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 14 Apr 05 11:37:31 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 14 Apr 2005 13:37:31 +0200 User-Agent: KMail/1.7.1 References: <421A4CEA.5030603@yahoo.fr> <200502251812.04315.okuji@enbug.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504141337.31145.okuji@enbug.org> Subject: Re: [PATCHv2] dprintf implementation 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, 14 Apr 2005 11:46:38 -0000 On Thursday 14 April 2005 05:31 am, Hollis Blanchard wrote: > I would like to make sure Vincent's patch gets in soon, so that as I > debug I can leave conditional debug printfs in the code where they're > needed. I believe grub_strword was the only subject of conversation in > his patch; are there any other comments? If so please speak up soon... Please check it in, if it works for you. Okuji