Revision: 1732
http://vcs.pcre.org/viewvc?view=rev&revision=1732
Author: ph10
Date: 2018-03-20 10:56:03 +0000 (Tue, 20 Mar 2018)
Log Message:
-----------
Final file tidies for 8.42.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/NEWS
code/trunk/configure.ac
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2018-03-19 16:18:19 UTC (rev 1731)
+++ code/trunk/ChangeLog 2018-03-20 10:56:03 UTC (rev 1732)
@@ -4,9 +4,10 @@
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.42 20-February-2018
------------------------------
+Version 8.42 20-March-2018
+--------------------------
+
1. Fixed a MIPS issue in the JIT compiler reported by Joshua Kinard.
2. Fixed outdated real_pcre definitions in pcre.h.in (patch by Evgeny Kotkov).
@@ -49,11 +50,11 @@
crash. This issue was fixed for other kinds of repeat in release 8.37 by change
38, but repeating character classes were overlooked.
-6. A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.
+11. A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.
-7. Added --enable-jit=auto support to configure.ac.
+12. Added --enable-jit=auto support to configure.ac.
-8. Fix misleading error message in configure.ac.
+13. Fix misleading error message in configure.ac.
Version 8.41 05-July-2017
Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS 2018-03-19 16:18:19 UTC (rev 1731)
+++ code/trunk/NEWS 2018-03-20 10:56:03 UTC (rev 1732)
@@ -1,8 +1,8 @@
News about PCRE releases
------------------------
-Release 8.42 20-February-2018
------------------------------
+Release 8.42 20-March-2018
+--------------------------
This is a bug-fix release.
Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac 2018-03-19 16:18:19 UTC (rev 1731)
+++ code/trunk/configure.ac 2018-03-20 10:56:03 UTC (rev 1732)
@@ -10,8 +10,8 @@
m4_define(pcre_major, [8])
m4_define(pcre_minor, [42])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2018-02-20])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2018-03-20])
# 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.
@@ -156,7 +156,7 @@
, enable_jit=no)
# This code enables JIT if the hardware supports it.
-
+
if test "$enable_jit" = "auto"; then
AC_LANG(C)
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
@@ -481,7 +481,7 @@
pcre_have_bits_type_traits="0"
if test "x$enable_cpp" = "xyes" -a -z "$CXX"; then
- AC_MSG_ERROR([Invalid C++ compiler or C++ compiler flags])
+ AC_MSG_ERROR([Invalid C++ compiler or C++ compiler flags])
fi
if test "x$enable_cpp" = "xyes" -a -n "$CXX"