From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BeXYV-0003fo-JB for mharc-grub-devel@gnu.org; Sun, 27 Jun 2004 07:10:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BeXYV-0003fj-2m for grub-devel@gnu.org; Sun, 27 Jun 2004 07:10:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BeXYT-0003fX-HQ for grub-devel@gnu.org; Sun, 27 Jun 2004 07:10:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BeXYT-0003fU-EO for grub-devel@gnu.org; Sun, 27 Jun 2004 07:10:37 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BeXVj-0008IX-GB for grub-devel@gnu.org; Sun, 27 Jun 2004 07:07:47 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 32619883D for ; Sun, 27 Jun 2004 13:07:37 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 01306-03 for ; Sun, 27 Jun 2004 13:07:35 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 78BD28796 for ; Sun, 27 Jun 2004 13:07:35 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id B59EEC046 for ; Sun, 27 Jun 2004 12:07:34 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20040615113103.GA4639@artax.karlin.mff.cuni.cz> <20040615113923.GA5398@artax.karlin.mff.cuni.cz> <20040615134517.GA19541@artax.karlin.mff.cuni.cz> <87r7sgvrd1.fsf@marco.marco-g.com> <20040615162213.GA1760@artax.karlin.mff.cuni.cz> <20040615180341.GA11591@artax.karlin.mff.cuni.cz> <87brjkh82n.fsf@marco.marco-g.com> <20040616084802.GA18807@artax.karlin.mff.cuni.cz> <877ju4bn8y.fsf@marco.marco-g.com> <20040618212751.GA11637@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Sun, 27 Jun 2004 13:07:40 +0200 In-Reply-To: <20040618212751.GA11637@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Fri, 18 Jun 2004 23:27:51 +0200") Message-ID: <87fz8h45tv.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: normal/cmdline bug & patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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: Sun, 27 Jun 2004 11:10:39 -0000 ebik@artax.karlin.mff.cuni.cz (Tomas Ebenlendr) writes: >> >> Can you send the patch in an attachment? (and preferable -up diffed) >> > I did diff once more and compared the two diffs. They differed in some > whitespaces. I probably deleted them when viewing the patch with vim. > (I store my grub2 patches, because I want to be able reconstruct sources > when I mess them up by my debuging prints.) Committed. Thanks again for fixing this. :) I've used this changelog entry to describe your changes: 2004-06-27 Tomas Ebenlendr * normal/cmdline.c (grub_set_history): Fix off by one bug. Fixed the history buffer logic. Thanks, Marco