From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KSagn-0006H2-5u for mharc-grub-devel@gnu.org; Mon, 11 Aug 2008 12:56:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSagm-0006GO-1X for grub-devel@gnu.org; Mon, 11 Aug 2008 12:56:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSagk-0006Fq-Vh for grub-devel@gnu.org; Mon, 11 Aug 2008 12:56:11 -0400 Received: from [199.232.76.173] (port=40469 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSagk-0006Fc-MJ for grub-devel@gnu.org; Mon, 11 Aug 2008 12:56:10 -0400 Received: from gateway12.websitewelcome.com ([69.56.144.7]:55703) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KSagk-0005G3-At for grub-devel@gnu.org; Mon, 11 Aug 2008 12:56:10 -0400 Received: (qmail 18504 invoked from network); 11 Aug 2008 17:02:36 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway12.websitewelcome.com with SMTP; 11 Aug 2008 17:02:36 -0000 Received: from spk.venturedesignservices.com ([65.61.115.34]:32175 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KSafk-0007lG-Bc for grub-devel@gnu.org; Mon, 11 Aug 2008 11:55:08 -0500 Date: Mon, 11 Aug 2008 09:56:04 -0700 From: Colin D Bennett To: grub-devel@gnu.org Message-ID: <20080811095604.3d794bf6@gibibit.com> In-Reply-To: <4EDC0971DA234DE69A57C17D30812C79@hp2003> References: <48a04fce.3c432c0a.185e.ffffe7e9SMTPIN_ADDED@mx.google.com> <4EDC0971DA234DE69A57C17D30812C79@hp2003> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] add pkzip support for gzio 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: Mon, 11 Aug 2008 16:56:12 -0000 On Mon, 11 Aug 2008 23:41:38 +0800 "y.volta" wrote: > hi, > > i've made a little patch for pkziped ( deflate mode ) file. by > using this, we can have both gunzip and pkunzip supported: they have > only header different with the same file. ;-) > > please note, if your file is too small, pkzip will not compress > it but store the orginal data to the output file. > > y.volta What happens if you open a ZIP file containing multiple files? Regards, Colin