From owner-cvs-all Tue Sep 17 17:17: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C8D37B401; Tue, 17 Sep 2002 17:16:59 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 287A543E3B; Tue, 17 Sep 2002 17:16:59 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8I0GwJF006311; Tue, 17 Sep 2002 17:16:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8I0GvR5006310; Tue, 17 Sep 2002 17:16:57 -0700 (PDT) Date: Tue, 17 Sep 2002 17:16:57 -0700 From: "David O'Brien" To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c Message-ID: <20020918001657.GA6110@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Akinori MUSHA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209160427.g8G4RUom036315@freefall.freebsd.org> <86ofayjsdr.wl@archon.local.idaemons.org> <86y9a05ip4.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86y9a05ip4.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 18, 2002 at 07:56:23AM +0900, Akinori MUSHA wrote: > 2. Unlike gzread(), BZ2_bzread() does not work against a non-bzip2ed > stream. (I guess BZ2_bzread() should be fixed in future because > it claims to be compatible with gzread()) > > The attached patch should fix them and make `grep -J foo foo.bz2' work > just as expected. This isn't working for me with your patch: ''grep -J Berk COPYRIGHT'' gives nothing. Also amusing is that our zgrep won't read .Z files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message