[Pcre-svn] [1504] code/trunk: Final tidies for 8.36

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1504] code/trunk: Final tidies for 8.36
Revision: 1504
          http://vcs.pcre.org/viewvc?view=rev&revision=1504
Author:   ph10
Date:     2014-09-26 10:21:46 +0100 (Fri, 26 Sep 2014)


Log Message:
-----------
Final tidies for 8.36

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/doc/html/README.txt


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2014-09-24 09:09:40 UTC (rev 1503)
+++ code/trunk/ChangeLog    2014-09-26 09:21:46 UTC (rev 1504)
@@ -1,7 +1,7 @@
 ChangeLog for PCRE
 ------------------


-Version 8.36 15-September-2014
+Version 8.36 26-September-2014
------------------------------

1. Got rid of some compiler warnings in the C++ modules that were shown up by

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2014-09-24 09:09:40 UTC (rev 1503)
+++ code/trunk/NEWS    2014-09-26 09:21:46 UTC (rev 1504)
@@ -1,7 +1,7 @@
 News about PCRE releases
 ------------------------


-Release 8.36 15-September-2014
+Release 8.36 26-September-2014
------------------------------

This is primarily a bug-fix release. However, in addition, the Unicode data

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2014-09-24 09:09:40 UTC (rev 1503)
+++ code/trunk/configure.ac    2014-09-26 09:21:46 UTC (rev 1504)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [36])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2014-09-15])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2014-09-26])

# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.

Modified: code/trunk/doc/html/README.txt
===================================================================
--- code/trunk/doc/html/README.txt    2014-09-24 09:09:40 UTC (rev 1503)
+++ code/trunk/doc/html/README.txt    2014-09-26 09:21:46 UTC (rev 1504)
@@ -45,14 +45,16 @@
 32-bit library, which processes strings of 32-bit values. The distribution also
 includes a set of C++ wrapper functions (see the pcrecpp man page for details),
 courtesy of Google Inc., which can be used to call the 8-bit PCRE library from
-C++.
+C++. Other C++ wrappers have been created from time to time. See, for example:
+https://github.com/YasserAsmi/regexp, which aims to be simple and similar in
+style to the C API.


-In addition, there is a set of C wrapper functions (again, just for the 8-bit
-library) that are based on the POSIX regular expression API (see the pcreposix
-man page). These end up in the library called libpcreposix. Note that this just
-provides a POSIX calling interface to PCRE; the regular expressions themselves
-still follow Perl syntax and semantics. The POSIX API is restricted, and does
-not give full access to all of PCRE's facilities.
+The distribution also contains a set of C wrapper functions (again, just for
+the 8-bit library) that are based on the POSIX regular expression API (see the
+pcreposix man page). These end up in the library called libpcreposix. Note that
+this just provides a POSIX calling interface to PCRE; the regular expressions
+themselves still follow Perl syntax and semantics. The POSIX API is restricted,
+and does not give full access to all of PCRE's facilities.

The header file for the POSIX-style functions is called pcreposix.h. The
official POSIX name is regex.h, but I did not want to risk possible problems
@@ -988,4 +990,4 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 17 January 2014
+Last updated: 24 October 2014