[Pcre-svn] [1656] code/trunk: Final code tidies for 8.39

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [1656] code/trunk: Final code tidies for 8.39
Revision: 1656
          http://vcs.pcre.org/viewvc?view=rev&revision=1656
Author:   ph10
Date:     2016-06-14 11:26:11 +0100 (Tue, 14 Jun 2016)
Log Message:
-----------
Final code tidies for 8.39


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


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2016-06-14 09:01:52 UTC (rev 1655)
+++ code/trunk/ChangeLog    2016-06-14 10:26:11 UTC (rev 1656)
@@ -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.39 21-May-2016
-------------------------
+Version 8.39 14-June-2016
+-------------------------

 1.  If PCRE_AUTO_CALLOUT was set on a pattern that had a (?# comment between
     an item and its qualifier (for example, A(?#comment)?B) pcre_compile()
@@ -33,7 +33,7 @@
     pcre_compile() assumed that (?-x) applied to the whole pattern and
     consequently mis-compiled it. This bug was found by the LLVM fuzzer.


-8.  An call of pcre_copy_named_substring() for a named substring whose number
+8.  A call of pcre_copy_named_substring() for a named substring whose number
     was greater than the space in the ovector could cause a crash.


9. Yet another buffer overflow bug involved duplicate named groups with a
@@ -88,9 +88,9 @@

 23. Fix typo causing compile error when 16- or 32-bit JIT is compiled without
     UCP support.
-    
-24. Refactor to avoid compiler warnings in pcrecpp.cc. 


+24. Refactor to avoid compiler warnings in pcrecpp.cc.
+
25. Refactor to fix a typo in pcre_jit_test.c

26. Patch to support compiling pcrecpp.cc with Intel compiler.

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2016-06-14 09:01:52 UTC (rev 1655)
+++ code/trunk/NEWS    2016-06-14 10:26:11 UTC (rev 1656)
@@ -1,8 +1,8 @@
 News about PCRE releases
 ------------------------


-Release 8.39 21-May-2016
-------------------------
+Release 8.39 14-June-2016
+-------------------------

Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. Apart
from that, this is another bug-fix release. Note that this library (now called

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2016-06-14 09:01:52 UTC (rev 1655)
+++ code/trunk/configure.ac    2016-06-14 10:26:11 UTC (rev 1656)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [39])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2016-05-21])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2016-06-14])

# 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.