index
:
delta/pcre2.git
master
vcs.exim.org: pcre2/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade the as yet unreleased substitute callout facility.
ph10
2018-11-12
5
-38
/
+104
*
Update VMS-specific code in pcre2test, on the advice of a VMS user.
ph10
2018-11-09
1
-2
/
+29
*
Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness.
ph10
2018-10-28
1
-0
/
+1
*
Fix teeny typo.
ph10
2018-10-28
1
-1
/
+1
*
Add "kibibytes" to the output of pcre2test -C to show the units of the heap
ph10
2018-10-22
1
-1
/
+1
*
Fix heap limit checking overflow bug in pcre2_dfa_match().
ph10
2018-10-22
1
-16
/
+20
*
Fix typos and obsolescences in comments.
ph10
2018-10-21
2
-6
/
+3
*
Fix zero-repeated subroutine call at start of pattern bug, which recorded an
ph10
2018-10-20
1
-3
/
+5
*
Set subject field in match data to NULL after failed match.
ph10
2018-10-19
3
-12
/
+12
*
Implement PCRE2_COPY_MATCHED_SUBJECT.
ph10
2018-10-17
8
-49
/
+144
*
Fix typos in code for alphabetic ranges in EBCDIC environments.
ph10
2018-10-15
1
-5
/
+5
*
Update Script Run code to use the Script Extension property instead of the
ph10
2018-10-09
1
-83
/
+296
*
Unicode properties data records extended to 12-bytes to include a
ph10
2018-10-06
3
-3526
/
+3723
*
Fix bugs of omission in new script run code.
ph10
2018-10-03
1
-0
/
+3
*
Basic "script run" implementation. Not yet complete, and not yet documented.
ph10
2018-10-02
13
-997
/
+1337
*
Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also
ph10
2018-09-24
7
-123
/
+286
*
Implement PCRE2_EXTRA_ESCAPED_CR_IS_LF
ph10
2018-09-21
3
-9
/
+25
*
Fix an xclass matching issue in JIT.
zherczeg
2018-09-21
2
-3
/
+4
*
Optimize invalid character reading functions.
zherczeg
2018-09-20
1
-118
/
+118
*
Provide alternative POSIX names.
ph10
2018-09-19
2
-10
/
+54
*
Implement callouts from pcre2_substitute().
ph10
2018-09-18
5
-31
/
+150
*
Fix subject buffer overread in JIT. Found by Yunho Kim.
zherczeg
2018-09-18
2
-1
/
+5
*
Implement next subject character in JIT with invalid utf enabled.
zherczeg
2018-09-17
2
-52
/
+121
*
Fix more invalid UTF issues revealed by new tests in the JIT compiler.
zherczeg
2018-09-17
2
-72
/
+344
*
Improve invalid UTF character reading in JIT.
zherczeg
2018-09-16
2
-60
/
+86
*
Add "allvector" to pcre2test.
ph10
2018-09-15
1
-34
/
+117
*
Add option bits for read_char in JIT.
zherczeg
2018-09-15
2
-230
/
+448
*
Avoid compiler warning
ph10
2018-09-14
1
-0
/
+1
*
Generate code for caseless utf backreferences in JIT instead of using a callb...
zherczeg
2018-09-14
1
-106
/
+173
*
Start working on invalid utf subject support in JIT.
zherczeg
2018-09-12
4
-235
/
+1636
*
Final file tidies for 10.32
ph10
2018-09-11
2
-6
/
+6
*
Fix small bug in pcre2grep (no effect other than a sanitizer warning).
ph10
2018-09-10
1
-1
/
+1
*
Minor code fix to avoid static analyzer complaint.
ph10
2018-09-06
1
-1
/
+3
*
Treat empty-string-matching repeated conditionals the same as ordinary ones
ph10
2018-09-03
1
-1
/
+1
*
Fix anchoring bug in conditionals with only one branch.
ph10
2018-09-02
1
-5
/
+6
*
Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.
ph10
2018-09-02
3
-6
/
+12
*
Minor code fix to get rid of Coverity warning (I hope).
ph10
2018-08-21
1
-7
/
+11
*
Tidy unnecessarily complicated macros in escapes table.
ph10
2018-08-19
2
-54
/
+24
*
New default character tables.
ph10
2018-08-19
1
-25
/
+25
*
Remove unused character flag ctype_meta, no longer used.
ph10
2018-08-19
3
-22
/
+21
*
Fix bad auto-possessification of certain types of class.
ph10
2018-08-17
1
-2
/
+2
*
Zero pointers in serialized patterns, for consistency.
ph10
2018-08-15
1
-1
/
+15
*
Final file tidies for 10.32-RC1.
ph10
2018-08-13
1
-4
/
+8
*
File tidies and documentation update for 10.32-RC1 Release Candidate.
ph10
2018-08-13
16
-44
/
+43
*
JIT compiler update.
zherczeg
2018-08-13
4
-13
/
+21
*
Make bcopy() emulation of memmove() work properly.
ph10
2018-08-10
6
-64
/
+160
*
Fix dynamic options changing bug.
ph10
2018-08-04
1
-16
/
+20
*
Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White
ph10
2018-08-03
1
-6
/
+19
*
Add support for (?^) as now supported by Perl.
ph10
2018-07-28
3
-52
/
+75
*
Give specific error for \F as for \L, \U etc.
ph10
2018-07-27
2
-1
/
+2
[next]