summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-23 12:39:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-23 12:39:23 +0000
commitbb522f07121a0c5796fc73fb5824f8ba1b6aa5c8 (patch)
treea940b9b94a2df006cf1f5a188e0a153fb386c8ce
parentcc97428733afa4374b180ae8261852f60cb61de2 (diff)
downloadpcre-bb522f07121a0c5796fc73fb5824f8ba1b6aa5c8.tar.gz
Final file updates/tidies for 8.38.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1609 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
-rw-r--r--pcre_compile.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 8073df1..5e5bf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,8 @@ ChangeLog for PCRE
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
diff --git a/NEWS b/NEWS
index 5e59dd8..7e42dcb 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index 0dd44bc..9ebe598 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@ dnl be defined as -RC2, for example. For real releases, it should be empty.
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.
diff --git a/pcre_compile.c b/pcre_compile.c
index b16e641..4d3b313 100644
--- a/pcre_compile.c
+++ b/pcre_compile.c
@@ -4941,7 +4941,7 @@ for (;; ptr++)
however. */
if (class_uchardata > class_uchardata_base) xclass = TRUE;
-
+
if (lengthptr != NULL && class_uchardata > class_uchardata_base)
{
*lengthptr += (int)(class_uchardata - class_uchardata_base);