[Pcre-svn] [299] code/trunk: Final file tidies for 10.20.

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [299] code/trunk: Final file tidies for 10.20.
Revision: 299
          http://www.exim.org/viewvc/pcre2?view=rev&revision=299
Author:   ph10
Date:     2015-07-02 14:18:14 +0100 (Thu, 02 Jul 2015)
Log Message:
-----------
Final file tidies for 10.20.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/doc/html/NON-AUTOTOOLS-BUILD.txt
    code/trunk/maint/ManyConfigTests
    code/trunk/src/config.h.generic
    code/trunk/src/pcre2.h.generic
    code/trunk/src/pcre2_compile.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/ChangeLog    2015-07-02 13:18:14 UTC (rev 299)
@@ -170,12 +170,12 @@
 44. The EBCDIC character 0x41 is a non-breaking space, equivalent to 0xa0 in
 ASCII/Unicode. This has now been added to the list of characters that are
 recognized as white space in EBCDIC.
-    
+
 45. When PCRE2 was compiled without Unicode support, the use of \p and \P gave
 an error (correctly) when used outside a class, but did not give an error
 within a class.


-46. \h within a class was incorrectly compiled in EBCDIC environments.
+46. \h within a class was incorrectly compiled in EBCDIC environments.

47. JIT should return with error when the compiled pattern requires
more stack space than the maximum.

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/NEWS    2015-07-02 13:18:14 UTC (rev 299)
@@ -1,7 +1,7 @@
 News about PCRE2 releases
 -------------------------


-Version 10.20 16-June-2015
+Version 10.20 30-June-2015
--------------------------

1. Callouts with string arguments and the pcre2_callout_enumerate() function

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/configure.ac    2015-07-02 13:18:14 UTC (rev 299)
@@ -10,8 +10,8 @@


m4_define(pcre2_major, [10])
m4_define(pcre2_minor, [20])
-m4_define(pcre2_prerelease, [-RC1])
-m4_define(pcre2_date, [2015-06-16])
+m4_define(pcre2_prerelease, [])
+m4_define(pcre2_date, [2015-06-30])

# 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/NON-AUTOTOOLS-BUILD.txt
===================================================================
--- code/trunk/doc/html/NON-AUTOTOOLS-BUILD.txt    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/doc/html/NON-AUTOTOOLS-BUILD.txt    2015-07-02 13:18:14 UTC (rev 299)
@@ -380,12 +380,12 @@


http://www.zaconsultants.net

-There is also a mirror here:
-
- http://www.vsoft-software.com/downloads.html
-
The site currently has ports for PCRE1 releases, but PCRE2 should follow in due
course.

+You may also download PCRE1 from WWW.CBTTAPE.ORG, file 882. Everything, source
+and executable, is in EBCDIC and native z/OS file formats and this is the
+recommended download site.
+
=============================
-Last Updated: 25 February 2015
+Last Updated: 15 June 2015

Modified: code/trunk/maint/ManyConfigTests
===================================================================
--- code/trunk/maint/ManyConfigTests    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/maint/ManyConfigTests    2015-07-02 13:18:14 UTC (rev 299)
@@ -238,8 +238,8 @@
     runtest
   fi
   if [ $useusan -ne 0 ]; then
-    echo "------- Maximally configured test with -fsanitize=undefined -fno-sanitize=shift -std=gnu99 -------"
-    CFLAGS="$OFLAGS $SAVECFLAGS -fsanitize=undefined -fno-sanitize=shift -std=gnu99"
+    echo "------- Maximally configured test with -fsanitize=undefined -fno-sanitize=shift -fno-sanitize=alignment -std=gnu99 -------"
+    CFLAGS="$OFLAGS $SAVECFLAGS -fsanitize=undefined -fno-sanitize=shift -fno-sanitize=alignment -std=gnu99"
     echo "CFLAGS=$CFLAGS"
     opts="--disable-shared $enable_jit --disable-stack-for-recursion --enable-pcre2-16 --enable-pcre2-32"
     runtest


Modified: code/trunk/src/config.h.generic
===================================================================
--- code/trunk/src/config.h.generic    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/src/config.h.generic    2015-07-02 13:18:14 UTC (rev 299)
@@ -200,7 +200,7 @@
 #define PACKAGE_NAME "PCRE2"


/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE2 10.20-RC1"
+#define PACKAGE_STRING "PCRE2 10.20"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre2"
@@ -209,7 +209,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
-#define PACKAGE_VERSION "10.20-RC1"
+#define PACKAGE_VERSION "10.20"

 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
    parentheses (of any kind) in a pattern. This limits the amount of system
@@ -290,7 +290,7 @@
 /* #undef SUPPORT_VALGRIND */


/* Version number of package */
-#define VERSION "10.20-RC1"
+#define VERSION "10.20"

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

Modified: code/trunk/src/pcre2.h.generic
===================================================================
--- code/trunk/src/pcre2.h.generic    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/src/pcre2.h.generic    2015-07-02 13:18:14 UTC (rev 299)
@@ -43,8 +43,8 @@


 #define PCRE2_MAJOR          10
 #define PCRE2_MINOR          20
-#define PCRE2_PRERELEASE     -RC1
-#define PCRE2_DATE           2015-06-16
+#define PCRE2_PRERELEASE     
+#define PCRE2_DATE           2015-06-30


/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE2, the appropriate

Modified: code/trunk/src/pcre2_compile.c
===================================================================
--- code/trunk/src/pcre2_compile.c    2015-06-30 10:28:59 UTC (rev 298)
+++ code/trunk/src/pcre2_compile.c    2015-07-02 13:18:14 UTC (rev 299)
@@ -4415,7 +4415,7 @@
             break;
 #else
             *errorcodeptr = ERR45;
-            goto FAILED;              
+            goto FAILED;
 #endif
             /* Unrecognized escapes are faulted. */