From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14443 invoked by alias); 4 Apr 2006 00:12:26 -0000 Received: (qmail 14426 invoked by uid 22791); 4 Apr 2006 00:12:25 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Apr 2006 00:12:24 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k340CMRf021151; Mon, 3 Apr 2006 20:12:22 -0400 Received: from opsy.redhat.com (vpn50-66.rdu.redhat.com [172.16.50.66]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k340CLtq026051; Mon, 3 Apr 2006 20:12:21 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 731312DDE65; Mon, 3 Apr 2006 18:05:45 -0600 (MDT) To: Mark Wielaard Cc: Andrew Pinski , David Daney , Gcc Patch List , Java Patch List Subject: Re: Patch: Remove fastjar References: <200603302329.k2UNT0mU007455@earth.phy.uc.edu> <1143763021.5220.5.camel@localhost.localdomain> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 04 Apr 2006 00:12:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00017.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Mark> Would it be possible to use the minizip Mark> implementation from the included zlib to create the jar/zip Mark> file? Tom> Good idea. I will look into this... I didn't realize that there was Tom> a complete zip in here -- I thought there was only a mini-gzip. I looked into this a bit. It turns out to be a pain. If someone else wants to make a stab at it, that is fine by me; but I'm dropping this idea. Tom