From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KTCjm-0002Hg-Ut for mharc-grub-devel@gnu.org; Wed, 13 Aug 2008 05:33:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTCjk-0002Ga-8d for grub-devel@gnu.org; Wed, 13 Aug 2008 05:33:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTCjg-0002F5-FI for grub-devel@gnu.org; Wed, 13 Aug 2008 05:33:46 -0400 Received: from [199.232.76.173] (port=35199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTCjg-0002El-0J for grub-devel@gnu.org; Wed, 13 Aug 2008 05:33:44 -0400 Received: from smtp-vbr3.xs4all.nl ([194.109.24.23]:4871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTCjf-0005l1-Gn for grub-devel@gnu.org; Wed, 13 Aug 2008 05:33:43 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id m7D9XgdL006253 for ; Wed, 13 Aug 2008 11:33:42 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <1218555015.1604.6.camel@fz.local> <20080812154149.GB24956@thorin> <1218556340.19045.5.camel@fz.local> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 13 Aug 2008 11:37:18 +0200 In-Reply-To: <1218556340.19045.5.camel@fz.local> (Felix Zielcke's message of "Tue, 12 Aug 2008 17:52:20 +0200") Message-ID: <87prodb6i9.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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: Wed, 13 Aug 2008 09:33:49 -0000 Felix Zielcke writes: > 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. Actually, both syntaxes are used. See: http://www.gnu.org/prep/standards/html_node/Conditional-Changes.html#Conditional-Changes Please do not use the current changelog as a manual, only for examples. The GCS is the manual :-) -- Marco