From 03b83cd27b6d5d29c086e1ab44d4405a3bfd3a9c Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 5 Jan 2015 16:02:11 +0000 Subject: Final file tides for the 10.00 release. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@181 6239d852-aaf2-0410-a92c-79f79f948069 --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 4294c48..28d64f6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README file for PCRE2 (Perl-compatible regular expression library) ------------------------------------------------------------------ -PCRE2 is a re-implementation of the original PCRE library with an entirely new +PCRE2 is a re-working of the original PCRE library to provide an entirely new API. The latest release of PCRE2 is always available in three alternative formats from: @@ -39,8 +39,8 @@ The PCRE2 APIs PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the -32-bit library, which processes strings of 32-bit values. As this is a new API, -there as yet no C++ wrappers. +32-bit library, which processes strings of 32-bit values. There are no C++ +wrappers. The distribution does contain a set of C wrapper functions for the 8-bit library that are based on the POSIX regular expression API (see the pcre2posix @@ -816,4 +816,4 @@ The distribution should contain the files listed below. Philip Hazel Email local part: ph10 Email domain: cam.ac.uk -Last updated: 24 November 2014 +Last updated: 05 January 2015 -- cgit v1.2.1