From owner-soc-status@FreeBSD.ORG Sun Jul 24 21:37:56 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 EBBC6106564A for ; Sun, 24 Jul 2011 21:37:56 +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 A63B08FC0A for ; Sun, 24 Jul 2011 21:37:56 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id DE7C514E5B82 for ; Sun, 24 Jul 2011 23:37:54 +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 JJU5sYGhNAIJ for ; Sun, 24 Jul 2011 23:37:52 +0200 (CEST) Received: from [193.137.158.219] (unknown [193.137.158.219]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id B42EC14E5B1E for ; Sun, 24 Jul 2011 23:37:52 +0200 (CEST) Message-ID: <4E2C90C6.30405@FreeBSD.org> Date: Sun, 24 Jul 2011 22:38:14 +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 #9 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, 24 Jul 2011 21:37:57 -0000 Hi, there is an issue in the fixed string matching code that I could not track down yet so I started reviewing the code in depth and in turn, I fixed and reworked some parts and I think the code is much cleaner now. I got some new ideas how to simplify my code. I will continue reviewing and improving the code and hopefully I'll find soon the bug that is not fixed yet. Apart from the code, I've been working on my regression test suite and I added tests for EREs. I've also extended the test suite to support locales other than C to be able to test MBS input with collation-specific test cases. I'll add more test cases for different locales. Gabor