From owner-cvs-all@FreeBSD.ORG Sun Jul 4 16:05:55 2004 Return-Path: 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 ED57316A4CF; Sun, 4 Jul 2004 16:05:55 +0000 (GMT) Received: from robbins.dropbear.id.au (173.a.011.mel.iprimus.net.au [210.50.216.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD3843D3F; Sun, 4 Jul 2004 16:05:55 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 2D873421E; Mon, 5 Jul 2004 02:09:40 +1000 (EST) Date: Mon, 5 Jul 2004 02:09:40 +1000 From: Tim Robbins To: "Tim J. Robbins" Message-ID: <20040704160940.GA55418@cat.robbins.dropbear.id.au> References: <200407040952.i649q9Yi037769@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407040952.i649q9Yi037769@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/grep - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 16:05:56 -0000 On Sun, Jul 04, 2004 at 09:52:09AM +0000, Tim J. Robbins wrote: > tjr 2004-07-04 09:52:09 UTC > > FreeBSD src repository > > src/gnu/usr.bin/grep - Imported sources > Update of /home/ncvs/src/gnu/usr.bin/grep > In directory repoman.freebsd.org:/tmp/cvs-serv37628 > > Log Message: > Import GNU grep 2.5.1 (trimmed) In case anyone is worried by the number of local changes I've introduced to grep, my main reason for doing so is that GNU grep is not being properly maintained these days. We want the features from 2.5.1, but it was a rather buggy release. With no signs of a newer release on the way (no commits to GNU grep CVS repo for almost a year), we have little choice but to commit the various fixes that are circulating. If an updated version of grep ever comes out, it's likely that we'll be able to discard all of my local changes. Tim