From owner-freebsd-hackers@FreeBSD.ORG Tue May 10 13:34:33 2011 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 A5F3D106566B; Tue, 10 May 2011 13:34:33 +0000 (UTC) (envelope-from gabor@kovesdan.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 5AEA48FC14; Tue, 10 May 2011 13:34:33 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 44F7314E5461; Tue, 10 May 2011 15:34:31 +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 3DCG9wGaSfcF; Tue, 10 May 2011 15:34:26 +0200 (CEST) Received: from [193.137.158.225] (unknown [193.137.158.225]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 1779D14E533D; Tue, 10 May 2011 15:34:26 +0200 (CEST) Message-ID: <4DC93EDF.6000908@kovesdan.org> Date: Tue, 10 May 2011 14:34:23 +0100 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tim Kientzle References: <4DC7356C.20905@kovesdan.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 10 May 2011 15:21:25 +0000 Cc: "Pedro F. Giffuni" , hackers@freebsd.org, Brooks Davis Subject: Re: [RFC] Replacing our regex implementation 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: Tue, 10 May 2011 13:34:33 -0000 Em 09-05-2011 06:44, Tim Kientzle escreveu: > Have you asked the TRE maintainers if they would accept this change? > > If they would, then getting this change into TRE would benefit a lot more people than just FreeBSD's libc. This is a longer term goal. First, I prefer having something to talk about with the maintainer and then I can work out the patches to integrate it if he accepts it. For now, I prefer keeping them separate and if he is open to those ideas then I can easily refactor the code to fit the vendor code. Gabor