From owner-svn-src-user@FreeBSD.ORG Thu Sep 15 15:56:57 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53769106564A; Thu, 15 Sep 2011 15:56:57 +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 0BE3F8FC14; Thu, 15 Sep 2011 15:56:56 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 2993214E6003; Thu, 15 Sep 2011 17:56:56 +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 01fGeKKH_wpp; Thu, 15 Sep 2011 17:56:54 +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 38B8714E5F93; Thu, 15 Sep 2011 17:56:54 +0200 (CEST) Message-ID: <4E722042.5080608@FreeBSD.org> Date: Thu, 15 Sep 2011 17:56:50 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110901 Thunderbird/9.0a1 MIME-Version: 1.0 To: Ben Kaduk References: <201109142108.p8EL82vN042595@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r225561 - user/gabor/tre-integration/lib/libc/regex X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2011 15:56:57 -0000 On 2011.09.14. 23:35, Ben Kaduk wrote: > Thanks for updating the man page! Thanks for your comments, I'll review these pieces according to your comments. But this version is not a final one by any means and it only applies to TRE, which is in my private branch at the moment and hopefully will be merged to 10-CURRENT later on. Gabor