[Pcre-svn] [1524] code/trunk: Add notes about PCRE2 to three…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1524] code/trunk: Add notes about PCRE2 to three critical documentation files.
Revision: 1524
          http://vcs.pcre.org/viewvc?view=rev&revision=1524
Author:   ph10
Date:     2015-02-10 16:49:16 +0000 (Tue, 10 Feb 2015)


Log Message:
-----------
Add notes about PCRE2 to three critical documentation files.

Modified Paths:
--------------
    code/trunk/NON-AUTOTOOLS-BUILD
    code/trunk/README
    code/trunk/doc/pcre.3


Modified: code/trunk/NON-AUTOTOOLS-BUILD
===================================================================
--- code/trunk/NON-AUTOTOOLS-BUILD    2015-02-08 18:00:45 UTC (rev 1523)
+++ code/trunk/NON-AUTOTOOLS-BUILD    2015-02-10 16:49:16 UTC (rev 1524)
@@ -1,6 +1,14 @@
 Building PCRE without using autotools
 -------------------------------------


+NOTE: This document relates to PCRE releases that use the original API, with
+library names libpcre, libpcre16, and libpcre32. January 2015 saw the first
+release of a new API, known as PCRE2, with release numbers starting at 10.00
+and library names libpcre2-8, libpcre2-16, and libpcre2-32. The old libraries
+(now called PCRE1) are still being maintained for bug fixes, but there will be
+no new development. New projects are advised to use the new PCRE2 libraries.
+
+
This document contains the following sections:

General
@@ -761,4 +769,4 @@
http://www.vsoft-software.com/downloads.html

==========================
-Last Updated: 14 May 2013
+Last Updated: 10 February 2015

Modified: code/trunk/README
===================================================================
--- code/trunk/README    2015-02-08 18:00:45 UTC (rev 1523)
+++ code/trunk/README    2015-02-10 16:49:16 UTC (rev 1524)
@@ -1,7 +1,16 @@
 README file for PCRE (Perl-compatible regular expression library)
 -----------------------------------------------------------------


-The latest release of PCRE is always available in three alternative formats
+NOTE: This set of files relates to PCRE releases that use the original API,
+with library names libpcre, libpcre16, and libpcre32. January 2015 saw the
+first release of a new API, known as PCRE2, with release numbers starting at
+10.00 and library names libpcre2-8, libpcre2-16, and libpcre2-32. The old
+libraries (now called PCRE1) are still being maintained for bug fixes, but
+there will be no new development. New projects are advised to use the new PCRE2
+libraries.
+
+
+The latest release of PCRE1 is always available in three alternative formats
from:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
@@ -990,4 +999,4 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 24 October 2014
+Last updated: 10 February 2015

Modified: code/trunk/doc/pcre.3
===================================================================
--- code/trunk/doc/pcre.3    2015-02-08 18:00:45 UTC (rev 1523)
+++ code/trunk/doc/pcre.3    2015-02-10 16:49:16 UTC (rev 1524)
@@ -1,6 +1,18 @@
-.TH PCRE 3 "08 January 2014" "PCRE 8.35"
+.TH PCRE 3 "10 February 2015" "PCRE 8.37"
 .SH NAME
-PCRE - Perl-compatible regular expressions
+PCRE - Perl-compatible regular expressions (original API)
+.SH "PLEASE TAKE NOTE"
+.rs
+.sp
+This document relates to PCRE releases that use the original API,
+with library names libpcre, libpcre16, and libpcre32. January 2015 saw the
+first release of a new API, known as PCRE2, with release numbers starting at
+10.00 and library names libpcre2-8, libpcre2-16, and libpcre2-32. The old
+libraries (now called PCRE1) are still being maintained for bug fixes, but
+there will be no new development. New projects are advised to use the new PCRE2
+libraries.
+.
+.
 .SH INTRODUCTION
 .rs
 .sp
@@ -213,6 +225,6 @@
 .rs
 .sp
 .nf
-Last updated: 08 January 2014
-Copyright (c) 1997-2014 University of Cambridge.
+Last updated: 10 February 2015
+Copyright (c) 1997-2015 University of Cambridge.
 .fi