@@ -5,9 +5,8 @@ PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
5
5
API. Since its initial release in 2015, there has been further development of
6
6
the code and it now differs from PCRE1 in more than just the API. There are new
7
7
features, and the internals have been improved. The original PCRE1 library is
8
- now obsolete and should not be used in new projects. The latest release of
9
- PCRE2 is available in .tar.gz, tar.bz2, or .zip form from this GitHub
10
- repository:
8
+ now obsolete and no longer maintained. The latest release of PCRE2 is available
9
+ in .tar.gz, tar.bz2, or .zip form from this GitHub repository:
11
10
12
11
https://github.com/PhilipHazel/pcre2/releases
13
12
@@ -377,12 +376,12 @@ library. They are also documented in the pcre2build man page.
377
376
378
377
. The C99 standard defines formatting modifiers z and t for size_t and
379
378
ptrdiff_t values, respectively. By default, PCRE2 uses these modifiers in
380
- environments other than Microsoft Visual Studio when __STDC_VERSION__ is
381
- defined and has a value greater than or equal to 199901L (indicating C99).
382
- However, there is at least one environment that claims to be C99 but does not
383
- support these modifiers. If --disable-percent-zt is specified, no use is made
384
- of the z or t modifiers. Instead of %td or %zu, %lu is used, with a cast for
385
- size_t values.
379
+ environments other than Microsoft Visual Studio versions earlier than 2013
380
+ when __STDC_VERSION__ is defined and has a value greater than or equal to
381
+ 199901L (indicating C99). However, there is at least one environment that
382
+ claims to be C99 but does not support these modifiers. If
383
+ --disable-percent-zt is specified, no use is made of the z or t modifiers.
384
+ Instead of %td or %zu, %lu is used, with a cast for size_t values.
386
385
387
386
. There is a special option called --enable-fuzz-support for use by people who
388
387
want to run fuzzing tests on PCRE2. At present this applies only to the 8-bit
@@ -906,4 +905,4 @@ The distribution should contain the files listed below.
906
905
Philip Hazel
907
906
Email local part: Philip.Hazel
908
907
Email domain: gmail.com
909
- Last updated: 27 August 2021
908
+ Last updated: 29 October 2021
0 commit comments