File tree
6 files changed
+22
-19
lines changed- example
- src
6 files changed
+22
-19
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Submodule lighttpd1.4 updated 1 file
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
|
- .github/workflows/build.yml+16-16
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/codeql.yml+1-1
- .github/workflows/dev.yml+33-5
- .github/workflows/scorecards.yml+1-1
- CMakeLists.txt+2-2
- ChangeLog+63-10
- Makefile.am+23-2
- NEWS+8
- NON-AUTOTOOLS-BUILD+10-1
- README+8-2
- build.zig+72-45
- cmake/pcre2-config.cmake.in+2
- config-cmake.h.in+1-1
- configure.ac+7-7
- doc/html/NON-AUTOTOOLS-BUILD.txt+10-1
- doc/html/README.txt+8-2
- doc/html/index.html+4-1
- doc/html/pcre2_set_max_pattern_compiled_length.html+44
- doc/html/pcre2api.html+17-1
- doc/html/pcre2build.html+4-3
- doc/html/pcre2jit.html+3-3
- doc/html/pcre2pattern.html+9-7
- doc/html/pcre2test.html+13-2
- doc/index.html.src+4-1
- doc/pcre2.txt+769-753
- doc/pcre2_set_max_pattern_compiled_length.3+32
- doc/pcre2api.3+17-2
- doc/pcre2build.3+5-4
- doc/pcre2demo.3+1-1
- doc/pcre2jit.3+4-4
- doc/pcre2pattern.3+10-8
- doc/pcre2test.1+14-3
- doc/pcre2test.txt+347-338
- m4/pcre2_visibility.m4+2
- maint/ManyConfigTests+3-5
- maint/README+8
- pcre2_fuzzer.options+1
- pcre2_fuzzer_16.options+1
- pcre2_fuzzer_32.options+1
- src/config.h.generic+4-4
- src/pcre2.h.generic+5-2
- src/pcre2.h.in+3
- src/pcre2_compile.c+18-9
- src/pcre2_context.c+9-1
- src/pcre2_error.c+2-1
- src/pcre2_extuni.c+21-7
- src/pcre2_fuzzsupport.c+308-142
- src/pcre2_intmodedep.h+2-1
- src/pcre2_jit_compile.c+107-45
- src/pcre2_jit_misc.c+2-2
- src/pcre2_jit_simd_inc.h+1-1
- src/pcre2_jit_test.c+13-11
- src/pcre2_match.c+1-1
- src/pcre2_tables.c+6-6
- src/pcre2test.c+63-32
- src/sljit/allocator_src/sljitExecAllocatorApple.c+5-1
- src/sljit/allocator_src/sljitExecAllocatorCore.c+10-13
- src/sljit/sljitConfigInternal.h+51-25
- src/sljit/sljitLir.c+201-100
- src/sljit/sljitLir.h+190-53
- src/sljit/sljitNativeARM_32.c+328-193
- src/sljit/sljitNativeARM_64.c+342-163
- src/sljit/sljitNativeARM_T2_32.c+315-158
- src/sljit/sljitNativeLOONGARCH_64.c+817-210
- src/sljit/sljitNativeMIPS_32.c+3-3
- src/sljit/sljitNativeMIPS_64.c+3-3
- src/sljit/sljitNativeMIPS_common.c+144-144
- src/sljit/sljitNativePPC_common.c+325-258
- src/sljit/sljitNativeRISCV_common.c+309-201
- src/sljit/sljitNativeS390X.c+210-227
- src/sljit/sljitNativeX86_32.c+90-28
- src/sljit/sljitNativeX86_64.c+89-45
- src/sljit/sljitNativeX86_common.c+590-402
- src/sljit/sljitSerialize.c+516
- testdata/testinput10+3-3
- testdata/testinput2+15-3
- testdata/testinput4+9
- testdata/testinput5-10
- testdata/testoutput10+4-4
- testdata/testoutput16+1
- testdata/testoutput17+2
- testdata/testoutput2+24-4
- testdata/testoutput4+27
- testdata/testoutput5-16
- testdata/testoutput8-16-2+112-56
- testdata/testoutput8-16-3+112-56
- testdata/testoutput8-16-4+112-56
- testdata/testoutput8-32-2+112-56
- testdata/testoutput8-32-3+112-56
- testdata/testoutput8-32-4+112-56
- testdata/testoutput8-8-2+112-56
- testdata/testoutput8-8-3+112-56
- testdata/testoutput8-8-4+112-56
- vms/configure.com+1.1k
- vms/openvms_readme.txt+20
- vms/pcre2.h_patch+12
- vms/stdint.h+9
Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1783 | 1783 |
| |
1784 | 1784 |
| |
1785 | 1785 |
| |
| 1786 | + | |
1786 | 1787 |
| |
1787 | 1788 |
| |
1788 | 1789 |
| |
1789 | 1790 |
| |
1790 | 1791 |
| |
1791 | 1792 |
| |
1792 |
| - | |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 | 1795 |
| |
| |||
1821 | 1821 |
| |
1822 | 1822 |
| |
1823 | 1823 |
| |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
1824 | 1837 |
| |
1825 | 1838 |
| |
1826 | 1839 |
| |
| |||
9513 | 9526 |
| |
9514 | 9527 |
| |
9515 | 9528 |
| |
9516 |
| - | |
9517 |
| - | |
9518 |
| - | |
9519 |
| - | |
9520 |
| - | |
9521 |
| - | |
9522 |
| - | |
9523 |
| - | |
9524 |
| - | |
9525 |
| - | |
9526 |
| - | |
9527 |
| - | |
9528 |
| - | |
9529 | 9529 |
| |
9530 | 9530 |
| |
9531 | 9531 |
| |
|
0 commit comments