Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8288063B85F for ; Sat, 7 Jul 2012 08:00:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2BB3714A200; Sat, 7 Jul 2012 08:00:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3F1F14A1FF for ; Sat, 7 Jul 2012 08:00:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rVFLr1AHmG57 for ; Sat, 7 Jul 2012 08:00:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 54D1214A1FC for ; Sat, 7 Jul 2012 08:00:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 238EC175DD; Sat, 7 Jul 2012 08:00:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Jul 2012 08:00:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pcre To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120707080008.238EC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jul 7 08:00:07 UTC 2012 Modified Files: pkgsrc/devel/pcre: Makefile distinfo Log Message: Update to 8.31: Release 8.31 06-July-2012 ------------------------- This is mainly a bug-fixing release, with a small number of developments: . The JIT compiler now supports partial matching and the (*MARK) and (*COMMIT) verbs. . PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehing in a pattern. . There should be a performance improvement when using the heap instead of the stack for recursion. . pcregrep can now be linked with libedit as an alternative to libreadline. . pcregrep now has a --file-list option where the list of files to scan is given as a file. . pcregrep now recognizes binary files and there are related options. . The Unicode tables have been updated to 6.1.0. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/pcre/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/pcre/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.