From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O6HZM-0003KY-OA for mharc-grub-devel@gnu.org; Mon, 26 Apr 2010 02:13:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6HZJ-0003Jd-GG for grub-devel@gnu.org; Mon, 26 Apr 2010 02:13:21 -0400 Received: from [140.186.70.92] (port=36857 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6HZH-0003Io-4e for grub-devel@gnu.org; Mon, 26 Apr 2010 02:13:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6HZG-0001mV-5T for grub-devel@gnu.org; Mon, 26 Apr 2010 02:13:19 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:39744) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6HZG-0001mK-0H for grub-devel@gnu.org; Mon, 26 Apr 2010 02:13:18 -0400 Received: from fwd03.aul.t-online.de (fwd03.aul.t-online.de ) by mailout06.t-online.de with smtp id 1O6HZD-00020z-GC; Mon, 26 Apr 2010 08:13:15 +0200 Received: from [192.168.2.100] (rIUSViZVrhoL93bjyObxYijxYBWjyFngj0gZQy5FwSA7l5KB6ytpyGDHKwJ6CYWQTG@[217.235.255.18]) by fwd03.aul.t-online.de with esmtp id 1O6HZ1-2BgoGu0; Mon, 26 Apr 2010 08:13:03 +0200 Message-ID: <4BD52EE8.5020403@t-online.de> Date: Mon, 26 Apr 2010 08:12:56 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4 MIME-Version: 1.0 To: The development of GNU GRUB References: <4BC60B1D.8080609@t-online.de> <4BD4F04D.8030005@gmail.com> In-Reply-To: <4BD4F04D.8030005@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ID: rIUSViZVrhoL93bjyObxYijxYBWjyFngj0gZQy5FwSA7l5KB6ytpyGDHKwJ6CYWQTG X-TOI-MSGID: 61bd6d13-435d-4ed0-9499-a133e0e6ebf9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Fix Cygwin path handling X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 06:13:22 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Christian Franke wrote: > >> > + /* Include leading slash. */ > + offset = 0; > + break; > Why do you make this change? It seems to make the behaviour of make_path_relative_to_its root inconsistent since E.g. > /boot/grub -> grub > /etc -> /etc > Could not reproduce. Old and new code always include the leading slash (except "/" -> ''"). -- Regards, Christian Franke