comparison auto/lib/pcre/make @ 9318:8149e6e3ea2a

Updated PCRE2 used for win32 builds. Note that PCRE2 10.40 and newer versions require C99 support, as it now uses "for (int i = 0; ...)" constructs[1], and thus cannot be compiled with MSVC 2010 and older versions anymore. [1] https://github.com/PCRE2Project/pcre2/issues/163
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 07 Aug 2024 03:59:13 +0300
parents 0b5f12d5c531
children
comparison
equal deleted inserted replaced
9317:314be1eba450 9318:8149e6e3ea2a
34 pcre2_tables.c \ 34 pcre2_tables.c \
35 pcre2_ucd.c \ 35 pcre2_ucd.c \
36 pcre2_valid_utf.c \ 36 pcre2_valid_utf.c \
37 pcre2_xclass.c" 37 pcre2_xclass.c"
38 38
39 ngx_pcre_test="pcre2_convert.c \ 39 ngx_pcre_test="pcre2_chkdint.c \
40 pcre2_convert.c \
40 pcre2_extuni.c \ 41 pcre2_extuni.c \
41 pcre2_find_bracket.c \ 42 pcre2_find_bracket.c \
42 pcre2_script_run.c \ 43 pcre2_script_run.c \
43 pcre2_serialize.c" 44 pcre2_serialize.c"
44 45