issues
search
PCRE2Project
/
pcre2
PCRE2 development is now based here.
Other
918
stars
191
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove dead code for handling quantifier after OP_FAIL
#570
NWilson
opened
1 day ago
0
Move character matching code into pcre2_jit_char_inc.h
#569
zherczeg
opened
1 day ago
2
Add debug assertions to ensure we never write too much to parsed_pattern
#568
NWilson
closed
3 days ago
0
Improve xclass range list matching
#567
zherczeg
closed
1 day ago
1
Change xclass character min/max detection
#566
zherczeg
closed
1 day ago
10
10.44 test failures on armel
#565
MatthewVernon
closed
6 days ago
5
Improved API for pcre2_set_substitute_case_callout
#564
NWilson
opened
6 days ago
0
Support small offsets in capture group list
#563
zherczeg
closed
6 days ago
2
WIP: slightly improve substitutions
#562
carenas
opened
1 week ago
2
Several heap-BoF crashes from pcre2_compile related to parsed_pattern
#561
stevenagy
closed
1 day ago
18
Non-recursive scan prefix in JIT
#560
zherczeg
closed
6 days ago
6
Test clang with and without optimisations
#559
NWilson
closed
6 days ago
6
scan_prefix has no effective recursion limit
#558
NWilson
closed
6 days ago
3
Fix the -O0 configuration and its warnings
#557
NWilson
closed
1 week ago
0
Remove fixed locals for iterators
#556
zherczeg
closed
5 days ago
1
Add lcov coverage report to CI jobs
#555
NWilson
opened
1 week ago
3
Improve repeated matching of newlines
#554
zherczeg
closed
1 week ago
0
Implement Perl extended character classes
#553
NWilson
closed
6 days ago
19
Better local variable management in JIT
#552
zherczeg
closed
2 weeks ago
2
RunGrepTest.bat very out-of-date
#551
NWilson
opened
2 weeks ago
0
Add additional tests for negated /[^\P{Lu}]/i behaviour
#550
NWilson
closed
2 weeks ago
0
Add erroroffset support to perltest.sh and fix discrepancies
#549
NWilson
opened
2 weeks ago
0
Error offset should be advanced by one character for "[\d-z]" invalid range error
#548
NWilson
closed
2 weeks ago
5
Don't write code during size computation
#547
zherczeg
closed
2 weeks ago
11
Various code improvements for eclasses
#546
zherczeg
closed
2 weeks ago
4
Error offset should be advanced by one character for "[\d-z]" invalid range error
#545
NWilson
closed
2 weeks ago
0
Fix the lookahead after [\d or [[:posix:] to skip whitespace
#544
NWilson
closed
2 weeks ago
2
Use assert() for unreachable assertions
#543
NWilson
closed
3 weeks ago
3
Fix PCRE2_DEBUG for multi-configuration builds
#542
NWilson
closed
1 week ago
10
(Maybe) remove handling of quantifiers after OP_FAIL
#541
NWilson
opened
3 weeks ago
3
Move character lists data before the byte code in a pattern
#540
zherczeg
closed
3 weeks ago
10
Clear padding bytes
#539
zherczeg
closed
3 weeks ago
1
Perl compat issue: correct scan-ahead for trailing hyphen
#538
NWilson
closed
2 weeks ago
0
Extended character classes: optimisation
#537
NWilson
opened
4 weeks ago
0
Extended character classes: implement the Perl syntax
#536
NWilson
closed
6 days ago
0
Rework character list matching in JIT
#535
zherczeg
closed
1 month ago
0
perltest: add support for locale modifier
#534
carenas
closed
1 month ago
0
Clarification about scan_substring
#533
NWilson
closed
6 days ago
8
PCRE2 10.45 release plan
#532
NWilson
opened
1 month ago
3
pcre2_jit_compile: avoid potential wraparound if framesize == 0
#531
carenas
closed
1 month ago
11
Use less branches when matching xclass in jit
#530
zherczeg
closed
1 month ago
0
perltest: add support for hex modifier
#529
carenas
closed
1 month ago
0
pcre2test: add support for \N{U+hh...} escapes in subject
#528
carenas
closed
1 month ago
2
Even in 8-bit mode, perform range computation for char classes if UCP flag is set
#527
alexdowad
opened
1 month ago
13
Bug in char class handling, in caseless mode, with UCP (caused by PR 474)
#526
alexdowad
opened
1 month ago
12
Address most implicit 64-to-32-bit conversion warnings.
#525
ucko
opened
1 month ago
1
Improve character range matching with binary search
#524
zherczeg
closed
1 month ago
15
Implement the new set-based character classes
#523
NWilson
closed
3 weeks ago
33
multi threading
#522
jmbnyc
opened
1 month ago
6
Add support for Turkish 'i' casing
#521
NWilson
closed
1 month ago
24
Next