[Pcre-svn] [1609] code/trunk: Final file updates/tidies for …

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [1609] code/trunk: Final file updates/tidies for 8.38.
Revision: 1609
          http://vcs.pcre.org/viewvc?view=rev&revision=1609
Author:   ph10
Date:     2015-11-23 12:39:23 +0000 (Mon, 23 Nov 2015)
Log Message:
-----------
Final file updates/tidies for 8.38.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/pcre_compile.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-11-20 17:34:16 UTC (rev 1608)
+++ code/trunk/ChangeLog    2015-11-23 12:39:23 UTC (rev 1609)
@@ -4,8 +4,8 @@
 Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
 development is happening in the PCRE2 10.xx series.


-Version 8.38 27-October-2015
-----------------------------
+Version 8.38 23-November-2015
+-----------------------------

 1.  If a group that contained a recursive back reference also contained a
     forward reference subroutine call followed by a non-forward-reference


Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2015-11-20 17:34:16 UTC (rev 1608)
+++ code/trunk/NEWS    2015-11-23 12:39:23 UTC (rev 1609)
@@ -1,8 +1,8 @@
 News about PCRE releases
 ------------------------


-Release 8.38 27-October-2015
-----------------------------
+Release 8.38 23-November-2015
+-----------------------------

This is bug-fix release. Note that this library (now called PCRE1) is now being
maintained for bug fixes only. New projects are advised to use the new PCRE2

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2015-11-20 17:34:16 UTC (rev 1608)
+++ code/trunk/configure.ac    2015-11-23 12:39:23 UTC (rev 1609)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [38])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2015-10-27])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2015-11-23])

# 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/pcre_compile.c
===================================================================
--- code/trunk/pcre_compile.c    2015-11-20 17:34:16 UTC (rev 1608)
+++ code/trunk/pcre_compile.c    2015-11-23 12:39:23 UTC (rev 1609)
@@ -4941,7 +4941,7 @@
       however. */


       if (class_uchardata > class_uchardata_base) xclass = TRUE;
-       
+
       if (lengthptr != NULL && class_uchardata > class_uchardata_base)
         {
         *lengthptr += (int)(class_uchardata - class_uchardata_base);