[Lunar-commits] r22662 - moonbase/trunk/libs/pcre

Florin Braescu florin at lunar-linux.org
Tue Dec 19 15:31:15 CET 2006


Author: florin
Date: 2006-12-19 15:31:14 +0100 (Tue, 19 Dec 2006)
New Revision: 22662

Modified:
   moonbase/trunk/libs/pcre/DETAILS
Log:
bump the version from 6.7 to 7.0. Bugfixes, a major refactoring of the compiling code, which makes it easier to add new features, including some new optimizations. A QuoteMeta function has been added to the C++ wrapper. There is now a mode in which all Unicode newline sequences are recognized. Support for the Perl 5.10 syntax for features that were previously in PCRE but not in Perl (named groups, possessive quantifiers) has been added.

Modified: moonbase/trunk/libs/pcre/DETAILS
===================================================================
--- moonbase/trunk/libs/pcre/DETAILS	2006-12-19 12:55:38 UTC (rev 22661)
+++ moonbase/trunk/libs/pcre/DETAILS	2006-12-19 14:31:14 UTC (rev 22662)
@@ -1,13 +1,13 @@
           MODULE=pcre
-         VERSION=6.7
+         VERSION=7.0
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/$MODULE/
    SOURCE_URL[1]=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:499d5b20c29fe1314916c99aa70b5408a2c8e5f9
+      SOURCE_VFY=sha1:dc216fc717aca2ab2f7844d97adee6f6f3a6657c
         WEB_SITE=http://www.pcre.org/
          ENTERED=20010922
-         UPDATED=20060706
-           SHORT="Perl compatible regular expression library."
+         UPDATED=20061219
+           SHORT="Perl compatible regular expression library"
 
 cat << EOF
 The PCRE library is a set of functions that implement regular expression



More information about the Lunar-commits mailing list