summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-05 16:02:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-05 16:02:11 +0000
commit03b83cd27b6d5d29c086e1ab44d4405a3bfd3a9c (patch)
treed8a9fceb56b5d5c0c961574dd13d345f6be94fd2 /src
parentd6fe31c67582de327bc340428d887ba78a3e5b19 (diff)
downloadpcre2-03b83cd27b6d5d29c086e1ab44d4405a3bfd3a9c.tar.gz
Final file tides for the 10.00 release.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@181 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src')
-rw-r--r--src/config.h.generic9
-rw-r--r--src/pcre2.h.generic15
2 files changed, 12 insertions, 12 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index 5fb75f1..8c5986b 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -140,8 +140,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define LINK_SIZE 2
#endif
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
/* This is ignored unless you are using libtool. */
#ifndef LT_OBJDIR
#define LT_OBJDIR ".libs/"
@@ -201,7 +200,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_NAME "PCRE2"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE2 10.00-RC2"
+#define PACKAGE_STRING "PCRE2 10.00"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre2"
@@ -210,7 +209,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "10.00-RC2"
+#define PACKAGE_VERSION "10.00"
/* 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
@@ -288,7 +287,7 @@ sure both macros are undefined; an emulation function will then be used. */
/* #undef SUPPORT_VALGRIND */
/* Version number of package */
-#define VERSION "10.00-RC2"
+#define VERSION "10.00"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic
index 514cf63..fd06a1e 100644
--- a/src/pcre2.h.generic
+++ b/src/pcre2.h.generic
@@ -5,7 +5,7 @@
/* This is the public header file for the PCRE library, second API, to be
#included by applications that call PCRE2 functions.
- Copyright (c) 2014 University of Cambridge
+ Copyright (c) 2015 University of Cambridge
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -43,8 +43,8 @@ POSSIBILITY OF SUCH DAMAGE.
#define PCRE2_MAJOR 10
#define PCRE2_MINOR 00
-#define PCRE2_PRERELEASE -RC2
-#define PCRE2_DATE 2014-12-19
+#define PCRE2_PRERELEASE
+#define PCRE2_DATE 2014-01-05
/* 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
@@ -113,10 +113,11 @@ D is inspected during pcre2_dfa_match() execution
#define PCRE2_NEVER_UTF 0x00001000u /* C */
#define PCRE2_NO_AUTO_CAPTURE 0x00002000u /* C */
#define PCRE2_NO_AUTO_POSSESS 0x00004000u /* C */
-#define PCRE2_NO_START_OPTIMIZE 0x00008000u /* J M D */
-#define PCRE2_UCP 0x00010000u /* C J M D */
-#define PCRE2_UNGREEDY 0x00020000u /* C */
-#define PCRE2_UTF 0x00040000u /* C J M D */
+#define PCRE2_NO_DOTSTAR_ANCHOR 0x00008000u /* C */
+#define PCRE2_NO_START_OPTIMIZE 0x00010000u /* J M D */
+#define PCRE2_UCP 0x00020000u /* C J M D */
+#define PCRE2_UNGREEDY 0x00040000u /* C */
+#define PCRE2_UTF 0x00080000u /* C J M D */
/* These are for pcre2_jit_compile(). */