From owner-soc-status@FreeBSD.ORG Sun Jul 10 20:37:47 2011 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6051106564A for ; Sun, 10 Jul 2011 20:37:47 +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 8536B8FC0C for ; Sun, 10 Jul 2011 20:37:47 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 16C1D14E5A67 for ; Sun, 10 Jul 2011 22:37:46 +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 5z87-c3CAgx6 for ; Sun, 10 Jul 2011 22:37:44 +0200 (CEST) Received: from [193.137.158.209] (unknown [193.137.158.209]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id E3F0E14E59EF for ; Sun, 10 Jul 2011 22:37:43 +0200 (CEST) Message-ID: <4E1A0DA2.8020700@FreeBSD.org> Date: Sun, 10 Jul 2011 21:37:54 +0100 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: regex status report #7 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2011 20:37:47 -0000 Hi, I've been debugging my code this week and I fixed a couple of bugs. Still there is one, which I'm working on at the moment, but I think that the fixed string matcher is near to a working state. I also wrote a little program for regression testing. It has a simple file format where pattern, input string and expected matching offsets are stored. It seems to work fine but I haven't wrote all the test cases yet. Gabor