Merge pull request #113967 from akien-mga/pcre2-10.47
pcre2: Update to 10.47
This commit is contained in:
commit
cf66274d81
69 changed files with 8548 additions and 3234 deletions
|
|
@ -22,6 +22,7 @@ if env["builtin_pcre2"]:
|
|||
"pcre2_chartables.c",
|
||||
"pcre2_chkdint.c",
|
||||
"pcre2_compile.c",
|
||||
"pcre2_compile_cgroup.c",
|
||||
"pcre2_compile_class.c",
|
||||
"pcre2_config.c",
|
||||
"pcre2_context.c",
|
||||
|
|
@ -31,10 +32,10 @@ if env["builtin_pcre2"]:
|
|||
"pcre2_extuni.c",
|
||||
"pcre2_find_bracket.c",
|
||||
"pcre2_jit_compile.c",
|
||||
# "pcre2_jit_match.c", "pcre2_jit_misc.c", # Included in `pcre2_jit_compile.c`.
|
||||
"pcre2_maketables.c",
|
||||
"pcre2_match.c",
|
||||
"pcre2_match_data.c",
|
||||
"pcre2_match_next.c",
|
||||
"pcre2_newline.c",
|
||||
"pcre2_ord2utf.c",
|
||||
"pcre2_pattern_info.c",
|
||||
|
|
@ -46,7 +47,6 @@ if env["builtin_pcre2"]:
|
|||
"pcre2_substring.c",
|
||||
"pcre2_tables.c",
|
||||
"pcre2_ucd.c",
|
||||
# "pcre2_ucptables.c", # Included in `pcre2_tables.c`.
|
||||
"pcre2_valid_utf.c",
|
||||
"pcre2_xclass.c",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue