Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 92EF163DFC7 for ; Sun, 2 Dec 2012 11:50:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7343914A33C; Sun, 2 Dec 2012 11:50:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A21CA14A2FE for ; Sun, 2 Dec 2012 11:50:48 +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 WHoSHmjIQS9q for ; Sun, 2 Dec 2012 11:50:48 +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 C8F1814A2F9 for ; Sun, 2 Dec 2012 11:50:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 85C42175DD; Sun, 2 Dec 2012 11:51:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 2 Dec 2012 11:51:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/pcre To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20121202115158.85C42175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sun Dec 2 11:51:58 UTC 2012 Modified Files: pkgsrc/devel/pcre: Makefile PLIST distinfo Log Message: Release 8.32 30-November-2012 ----------------------------- This release fixes a number of bugs, but also has some new features. These are the highlights: . There is now support for 32-bit character strings and UTF-32. Like the 16-bit support, this is done by compiling a separate 32-bit library. . \X now matches a Unicode extended grapheme cluster. . Case-independent matching of Unicode characters that have more than one "other case" now makes all three (or more) characters equivalent. This applies, for example, to Greek Sigma, which has two lowercase versions. . Unicode character properties are updated to Unicode 6.2.0. . The EBCDIC support, which had decayed, has had a spring clean. . A number of JIT optimizations have been added, which give faster JIT execution speed. In addition, a new direct interface to JIT execution is available. This bypasses some of the sanity checks of pcre_exec() to give a noticeable speed-up. . A number of issues in pcregrep have been fixed, making it more compatible with GNU grep. In particular, --exclude and --include (and variants) apply to all files now, not just those obtained from scanning a directory recursively. In Windows environments, the default action for directories is now "skip" instead of "read" (which provokes an error). . If the --only-matching (-o) option in pcregrep is specified multiple times, each one causes appropriate output. For example, -o1 -o2 outputs the substrings matched by the 1st and 2nd capturing parentheses. A separating string can be specified by --om-separator (default empty). . When PCRE is built via Autotools using a version of gcc that has the "visibility" feature, it is used to hide internal library functions that are not part of the public API. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/pcre/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/pcre/PLIST cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/pcre/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.