From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KSwAZ-0008Ri-CE for mharc-grub-devel@gnu.org; Tue, 12 Aug 2008 11:52:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSwAW-0008O2-LK for grub-devel@gnu.org; Tue, 12 Aug 2008 11:52:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSwAV-0008M0-3G for grub-devel@gnu.org; Tue, 12 Aug 2008 11:52:20 -0400 Received: from [199.232.76.173] (port=36013 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSwAU-0008Ld-NC for grub-devel@gnu.org; Tue, 12 Aug 2008 11:52:18 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:49181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSwAT-0004HU-MK for grub-devel@gnu.org; Tue, 12 Aug 2008 11:52:18 -0400 Received: from [85.180.52.249] (e180052249.adsl.alicedsl.de [85.180.52.249]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1KSwAS1ICK-0007MP; Tue, 12 Aug 2008 17:52:16 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20080812154149.GB24956@thorin> References: <1218555015.1604.6.camel@fz.local> <20080812154149.GB24956@thorin> Content-Type: text/plain Date: Tue, 12 Aug 2008 17:52:20 +0200 Message-Id: <1218556340.19045.5.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+/gKzWUGsRbpkxVmZA1UMUVOZfFk2UymSB41E 6FE4vJ8F2w6+L+nhgEcgwY8tcaI60FRRFDeCmLKHmhhnmlui+q gyk8xZ1f+IJSbwjdwjFSolMyeXmyP8I X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [PATCH] change grub_print_error to use stderr for the utils 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: Tue, 12 Aug 2008 15:52:21 -0000 Am Dienstag, den 12.08.2008, 17:41 +0200 schrieb Robert Millan: > On Tue, Aug 12, 2008 at 05:30:15PM +0200, Felix Zielcke wrote: > > > > 2008-08-12 Felix Zielcke > > > > * kern/err.c [GRUB_UTIL]: Include . > > (grub_print_error) [GRUB_UTIL]: Use fprintf (stderr, ...) instead of > > grub_printf. > > IIRC we usually put the [FOO] before the (bar). > 2008-07-30 Robert Millan * include /grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix): New variable reference. 2008-05-05 Christian Franke * util/grub-mkdevicemap.c (get_floppy_disk_name) [__CYGWIN__]: Add Cygwin device names. But because I have more to do with you Robert then with Christian ;) 2008-08-12 Felix Zielcke * kern/err.c [GRUB_UTIL]: Include . [GRUB_UTIL] (grub_print_error): Use fprintf (stderr, ...) instead of grub_printf.