From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 7 20:39:51 2008 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D1691065682; Mon, 7 Jul 2008 20:39:51 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B158FC18; Mon, 7 Jul 2008 20:39:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48727F14.6090507@FreeBSD.org> Date: Mon, 07 Jul 2008 22:39:48 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Andrey Chernov , Kris Kennaway , Maxim Sobolev , Dag-Erling Sm?rgrav , Doug Barton , current@FreeBSD.org, Konrad Jankowski , Diomidis Spinellis , hackers@FreeBSD.org, Gabor Kovesdan , K?vesd?n G?bor , "Sean C. Farley" , Max Khon References: <20080617004647.GA16546@nagual.pp.ru> <48576610.9080808@FreeBSD.org> <48577510.4020007@aueb.gr> <48577BD2.4070205@bluemedia.pl> <20080617102900.GA46479@nagual.pp.ru> <485798C4.2050605@FreeBSD.org> <20080618055851.GA85018@nagual.pp.ru> <86zlpjduew.fsf@ds4.des.no> <48598C6D.4040102@FreeBSD.org> <48727747.7070509@FreeBSD.org> <20080707201447.GA37354@nagual.pp.ru> In-Reply-To: <20080707201447.GA37354@nagual.pp.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 07 Jul 2008 20:50:04 +0000 Cc: Subject: Re: CFT: BSD-licensed grep [Fwd: cvs commit: ports/textproc/bsdgrep Makefile distinfo] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 20:39:51 -0000 Andrey Chernov wrote: > On Mon, Jul 07, 2008 at 10:06:31PM +0200, Kris Kennaway wrote: >> What regression suites do other implementations have? e.g. the GNU >> textutils. > > They basically have regex tests, but nothing locale specific, since locale > ordering is different from platform to platform (until Unicode Collation > Algorithm will win). > OK. Well at least it is a start - passing those existing regression tests should be a goal. Kris