New upstream version 10.43
authorMatthew Vernon <matthew@debian.org>
Sat, 17 Feb 2024 10:16:01 +0000 (10:16 +0000)
committerMatthew Vernon <matthew@debian.org>
Sat, 17 Feb 2024 10:16:01 +0000 (10:16 +0000)
commit8abaf6dd548b6d20b3913fbb29cbdfea59850500
tree88bf06ff84ed9c4242863c10a14324c73829fa0d
parent9cf15c73547ea6f7e669eea06ede7df09476b8bb
New upstream version 10.43
207 files changed:
132html
AUTHORS
CMakeLists.txt
ChangeLog
HACKING
LICENCE
Makefile.am
Makefile.in
NEWS
NON-AUTOTOOLS-BUILD
PrepareRelease
README
RunGrepTest
RunTest
RunTest.bat
aclocal.m4
cmake/pcre2-config.cmake.in
config-cmake.h.in
configure
configure.ac
doc/html/NON-AUTOTOOLS-BUILD.txt
doc/html/README.txt
doc/html/index.html
doc/html/pcre2_compile.html
doc/html/pcre2_general_context_create.html
doc/html/pcre2_get_match_data_heapframes_size.html [new file with mode: 0644]
doc/html/pcre2_jit_match.html
doc/html/pcre2_jit_stack_create.html
doc/html/pcre2_match.html
doc/html/pcre2_match_data_free.html
doc/html/pcre2_set_compile_extra_options.html
doc/html/pcre2_set_max_varlookbehind.html [new file with mode: 0644]
doc/html/pcre2_set_recursion_memory_management.html
doc/html/pcre2_substring_list_free.html
doc/html/pcre2api.html
doc/html/pcre2build.html
doc/html/pcre2callout.html
doc/html/pcre2compat.html
doc/html/pcre2convert.html
doc/html/pcre2demo.html
doc/html/pcre2grep.html
doc/html/pcre2jit.html
doc/html/pcre2limits.html
doc/html/pcre2matching.html
doc/html/pcre2partial.html
doc/html/pcre2pattern.html
doc/html/pcre2posix.html
doc/html/pcre2sample.html
doc/html/pcre2serialize.html
doc/html/pcre2syntax.html
doc/html/pcre2test.html
doc/html/pcre2unicode.html
doc/index.html.src
doc/pcre2-config.txt
doc/pcre2.txt
doc/pcre2_compile.3
doc/pcre2_general_context_create.3
doc/pcre2_get_match_data_heapframes_size.3 [new file with mode: 0644]
doc/pcre2_jit_match.3
doc/pcre2_jit_stack_create.3
doc/pcre2_match.3
doc/pcre2_match_data_free.3
doc/pcre2_set_compile_extra_options.3
doc/pcre2_set_max_varlookbehind.3 [new file with mode: 0644]
doc/pcre2_set_recursion_memory_management.3
doc/pcre2_substring_list_free.3
doc/pcre2api.3
doc/pcre2build.3
doc/pcre2callout.3
doc/pcre2compat.3
doc/pcre2convert.3
doc/pcre2demo.3
doc/pcre2grep.1
doc/pcre2grep.txt
doc/pcre2jit.3
doc/pcre2limits.3
doc/pcre2matching.3
doc/pcre2partial.3
doc/pcre2pattern.3
doc/pcre2posix.3
doc/pcre2sample.3
doc/pcre2serialize.3
doc/pcre2syntax.3
doc/pcre2test.1
doc/pcre2test.txt
doc/pcre2unicode.3
libpcre2-posix.pc.in
ltmain.sh
m4/ltversion.m4
m4/pcre2_visibility.m4
pcre2-config.in
perltest.sh
src/config.h.generic
src/config.h.in
src/pcre2.h.generic
src/pcre2.h.in
src/pcre2_auto_possess.c
src/pcre2_chartables.c.dist
src/pcre2_chkdint.c [new file with mode: 0644]
src/pcre2_compile.c
src/pcre2_context.c
src/pcre2_convert.c
src/pcre2_dfa_match.c
src/pcre2_dftables.c
src/pcre2_error.c
src/pcre2_find_bracket.c
src/pcre2_fuzzsupport.c
src/pcre2_internal.h
src/pcre2_intmodedep.h
src/pcre2_jit_compile.c
src/pcre2_jit_match.c
src/pcre2_jit_neon_inc.h
src/pcre2_jit_simd_inc.h
src/pcre2_jit_test.c
src/pcre2_maketables.c
src/pcre2_match.c
src/pcre2_match_data.c
src/pcre2_printint.c
src/pcre2_study.c
src/pcre2_substring.c
src/pcre2_ucd.c
src/pcre2_ucp.h
src/pcre2_ucptables.c
src/pcre2_valid_utf.c
src/pcre2_xclass.c
src/pcre2grep.c
src/pcre2posix.c
src/pcre2posix.h
src/pcre2posix_test.c
src/pcre2test.c
src/sljit/allocator_src/sljitExecAllocatorApple.c [new file with mode: 0644]
src/sljit/allocator_src/sljitExecAllocatorCore.c [new file with mode: 0644]
src/sljit/allocator_src/sljitExecAllocatorFreeBSD.c [new file with mode: 0644]
src/sljit/allocator_src/sljitExecAllocatorPosix.c [new file with mode: 0644]
src/sljit/allocator_src/sljitExecAllocatorWindows.c [new file with mode: 0644]
src/sljit/allocator_src/sljitProtExecAllocatorNetBSD.c [new file with mode: 0644]
src/sljit/allocator_src/sljitProtExecAllocatorPosix.c [new file with mode: 0644]
src/sljit/allocator_src/sljitWXExecAllocatorPosix.c [new file with mode: 0644]
src/sljit/allocator_src/sljitWXExecAllocatorWindows.c [new file with mode: 0644]
src/sljit/sljitConfig.h
src/sljit/sljitConfigCPU.h [new file with mode: 0644]
src/sljit/sljitConfigInternal.h
src/sljit/sljitExecAllocator.c [deleted file]
src/sljit/sljitLir.c
src/sljit/sljitLir.h
src/sljit/sljitNativeARM_32.c
src/sljit/sljitNativeARM_64.c
src/sljit/sljitNativeARM_T2_32.c
src/sljit/sljitNativeLOONGARCH_64.c [new file with mode: 0644]
src/sljit/sljitNativeMIPS_32.c
src/sljit/sljitNativeMIPS_64.c
src/sljit/sljitNativeMIPS_common.c
src/sljit/sljitNativePPC_32.c
src/sljit/sljitNativePPC_64.c
src/sljit/sljitNativePPC_common.c
src/sljit/sljitNativeRISCV_32.c
src/sljit/sljitNativeRISCV_64.c
src/sljit/sljitNativeRISCV_common.c
src/sljit/sljitNativeS390X.c
src/sljit/sljitNativeX86_32.c
src/sljit/sljitNativeX86_64.c
src/sljit/sljitNativeX86_common.c
src/sljit/sljitProtExecAllocator.c [deleted file]
src/sljit/sljitWXExecAllocator.c [deleted file]
testdata/grepinput8
testdata/grepoutput
testdata/grepoutput8
testdata/testinput1
testdata/testinput10
testdata/testinput12
testdata/testinput14
testdata/testinput15
testdata/testinput17
testdata/testinput2
testdata/testinput25
testdata/testinput26
testdata/testinput3
testdata/testinput4
testdata/testinput5
testdata/testinput6
testdata/testinput7
testdata/testinputheap
testdata/testoutput1
testdata/testoutput10
testdata/testoutput12-16
testdata/testoutput12-32
testdata/testoutput14-16
testdata/testoutput14-32
testdata/testoutput14-8
testdata/testoutput15
testdata/testoutput17
testdata/testoutput18
testdata/testoutput2
testdata/testoutput25
testdata/testoutput26
testdata/testoutput3
testdata/testoutput3A
testdata/testoutput3B
testdata/testoutput4
testdata/testoutput5
testdata/testoutput6
testdata/testoutput7
testdata/testoutput8-16-2
testdata/testoutput8-8-2
testdata/testoutputheap-16
testdata/testoutputheap-32
testdata/testoutputheap-8