This website requires JavaScript.
Explore
Help
Sign In
packages
/
pcre2
Watch
1
Star
0
Fork
0
You've already forked pcre2
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
58
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Linux_zhang
9cb3575357
sync patches from upstream to fix a bug in pcre2grep
2025-03-13 16:19:04 +08:00
backport-Add-Perl-titlecasing-475.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-Additional-PCRE2_EXTRA_ASCII_xxx-code.patch
sync patches to fix grep testcase failed
2024-10-31 15:31:59 +08:00
backport-avoid-inconsistency-between-d-and-digit-when-using-a.patch
sync patches from upstream
2024-12-10 11:41:16 +08:00
backport-Fix-32-bit-quantifier-following-a-character-larger-t.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-fix-a-possible-integer-overflow-in-DFA-matching-305.patch
fix a possible integer overflow in DFA matching (
#305
)
2023-12-14 11:34:40 +08:00
backport-Fix-accept-and-endanchored-interaction-in-JIT.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-an-invalid-match-of-ascii-word-classes-when-inva.patch
sync community patchs
2023-06-26 22:19:09 +08:00
backport-Fix-another-oversight-in-c1306126.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-backref-iterators-when-PCRE2_MATCH_UNSET_BACKREF.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-backreferences-with-unset-backref-and-non-greedy.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-bad-patch-in-05206d66.-The-interpreter-was-handl.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-compile-loop-in-32-bit-mode-for-characters-above.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-incorrect-class-character-matches-in-JIT.patch
pcre2: sync patches from upstream
2024-02-05 11:14:18 +08:00
backport-Fix-incorrect-matching-of-0xffffffff-to-any-characte.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-incorrect-patch-in-c1306126.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-incorrect-positive-error-code-from-pcre2_substitute.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-Fix-non-recognition-of-some-octal-escapes-in-substitute.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-Fix-oversight-in-adding-new-pcre2grep-test.patch
sync patches from upstream to fix a bug in pcre2grep
2025-03-13 16:19:04 +08:00
backport-Fix-oversight-in-DFA-when-changing-OP_REVERSE-also-a.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-the-lookahead-after-d-or-posix-to-skip-whitespac.patch
sync patches from upstream
2024-12-10 11:41:16 +08:00
backport-fix-wrong-test.patch
sync community patchs
2023-06-26 22:19:09 +08:00
backport-Fix-X-matching-in-32-bit-mode-without-UTF-in-JIT.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fix-z-behaviour-when-matching-within-invalid-UTF.patch
pcre2: sync patches from upstream to fix some bugs
2024-01-22 17:04:24 +08:00
backport-Fixing-an-issue-using-empty-character-sets-in-jit.patch
pcre2: Fixing an issue using empty character sets in jit
2024-05-07 20:16:01 +08:00
backport-Further-ASCII-tests-and-minor-bugfix-plus-ChangeLog-.patch
sync patches from upstream
2024-12-10 11:41:16 +08:00
backport-Guard-against-out-of-bounds-memory-access-when-parsing.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-Implement-PCRE2_EXTRA_CASELESS_RESTRICT-and-related-.patch
sync patches to fix grep testcase failed
2024-10-31 15:31:59 +08:00
backport-Improve-error-message-for-N-name-in-character-classes.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-Improve-error-offsets-for-character-classes-548.patch
sync patches from upstream
2024-12-10 11:41:16 +08:00
backport-Mend-a-bug-in-pcre2grep-that-caused-separator-lines-.patch
sync patches from upstream to fix a bug in pcre2grep
2025-03-13 16:19:04 +08:00
backport-no-partial-match-if-trailing-data-is-invalid-utf-238.patch
sync community patchs
2023-06-26 22:19:09 +08:00
backport-Non-recursive-scan-prefix-in-JIT-560.patch
sync patches from upstream
2024-12-10 11:41:16 +08:00
backport-pcre2_compile-avoid-1-byte-buffer-overread-parsing-V.patch
sync backport patches from upstream
2024-11-19 09:16:25 +00:00
backport-pcre2-10.10-Fix-multilib.patch
update to 10.36
2021-01-21 15:54:56 +08:00
backport-pcre2grep-document-better-possible-multiline-matchin.patch
document better possible multiline matching misses
2024-07-23 11:07:23 +08:00
backport-Remove-incorrect-optimization-in-DFA-matching-when-p.patch
Remove incorrect optimization in DFA matching when partial matching and (*F) are involved
2024-09-03 14:23:01 +08:00
backport-Sanity-checks-for-ctype-functions-342.patch
pcre2: sync patches from upstream
2024-02-05 11:14:18 +08:00
pcre2-10.42.tar.bz2
Update to version 10.42
2023-07-26 09:19:22 +08:00
pcre2.spec
sync patches from upstream to fix a bug in pcre2grep
2025-03-13 16:19:04 +08:00
pcre2.yaml
update yaml
2022-05-09 06:34:55 +00:00
sljit-sv48-sv57.patch
enable riscv jit
2023-12-04 04:10:40 +08:00
Description
No description provided
10
MiB
Languages
Diff
100%