From owner-freebsd-current@FreeBSD.ORG Thu Aug 11 19:38:25 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A8711065672; Thu, 11 Aug 2011 19:38:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id DD11D8FC19; Thu, 11 Aug 2011 19:38:24 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id B49EA14E5CE3; Thu, 11 Aug 2011 21:33:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ryyea6-ZjdEw; Thu, 11 Aug 2011 21:33:12 +0200 (CEST) Received: from [192.168.1.106] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id A824A14D28F0; Thu, 11 Aug 2011 21:33:12 +0200 (CEST) Message-ID: <4E442E75.6010002@FreeBSD.org> Date: Thu, 11 Aug 2011 21:33:09 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Alexander Best References: <20110809081842.GA64643@freebsd.org> <20110810030257.GA31452@DataIX.net> <20110810200908.GA40799@freebsd.org> In-Reply-To: <20110810200908.GA40799@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jason Hellenthal , freebsd-current@freebsd.org Subject: Re: issues with bsdgrep and lang/go X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 19:38:25 -0000 Em 2011.08.10. 22:09, Alexander Best escreveu: > well i'd like to help the author of bsdgrep to improve it. testing it and > then going back to gnu grep, because bsdgrep still has bugs isn't going to help > much. by using it i'd like to trip over these kind of bugs and report them. > > but you're right...the author hasn't really paid a lot of attention to bsdgrep, > lately.:( i guess that's a problem when you have an open os, where everybody > can do as much or as little as it pleases him.;) I do! In this year's Summer of Code I'm working on the regex code. A good and efficient regex support is important for a fast and clean BSD grep. The ultimate goal is to get rid of both GNU grep and libgnuregex. I'm sorry if I temporarily neglected some bug reports. Gabor