From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hx5Ds-00055l-JZ for mharc-grub-devel@gnu.org; Sat, 09 Jun 2007 13:59:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx5Dr-00055g-DR for grub-devel@gnu.org; Sat, 09 Jun 2007 13:59:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx5Dp-00055U-Qe for grub-devel@gnu.org; Sat, 09 Jun 2007 13:59:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx5Do-00055R-Q0 for grub-devel@gnu.org; Sat, 09 Jun 2007 13:59:32 -0400 Received: from smtp-vbr16.xs4all.nl ([194.109.24.36]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hx5Do-00060N-9E for grub-devel@gnu.org; Sat, 09 Jun 2007 13:59:32 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id l59HxUfJ065833 for ; Sat, 9 Jun 2007 19:59:31 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070609045616.GA9839@ws3.vdp.com> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 09 Jun 2007 20:05:45 +0200 In-Reply-To: <20070609045616.GA9839@ws3.vdp.com> (bean123@126.com's message of "Sat, 9 Jun 2007 12:56:17 +0800") Message-ID: <87645x2ebq.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: FreeBSD 4.6-4.9 Subject: Re: Update for NTFS file system driver 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: Sat, 09 Jun 2007 17:59:35 -0000 Bean writes: > Add unicode support for NTFS file system driver > Fix a bug in the unicode conversion function grub_utf16_to_utf8 in kern/misc.c Can you please include the patches inline? That way they are easier to review. The normal procedure for patches is to make them consistent with the GCS (GNU Coding Standards), include a changelog. That way it is easier to review the patch and to include it in GRUB 2. Did you write all the code yourself or did you use code from another project, like Linux or grub4dos or so? -- Marco