summaryrefslogtreecommitdiff
path: root/src/pcre2_match.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 10.36-RC1 ph102020-11-061-1/+1
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-151-2/+8
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-1/+2
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-6/+6
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-8/+22
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-28/+97
* Avoid some VS compiler warnings.ph102019-12-261-2/+2
* Fix error offset bug introduced at 1176.ph102019-10-161-0/+4
* Fix pessimizing optimization of start-of-match code units in the interpreters.ph102019-09-061-12/+38
* Fix allusedtext bug, rightmost consulted character incorrect in negative ph102019-08-101-0/+1
* Comments updates.ph102019-08-011-3/+3
* More partial match tweaks.ph102019-07-221-2/+4
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-30/+25
* Tidy partial matching code; prepare for possible future change.ph102019-07-141-7/+24
* Implement non-atomic positive assertions.ph102019-07-131-1/+13
* Make pcre2_match() return (*MARK) names from successful conditional assertions, ph102019-06-131-3/+4
* Tweak limits on "must have" code unit searches (improves some performance).ph102019-05-281-38/+37
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-78/+330
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-10/+10
* Update explanatory comment.ph102018-11-271-11/+14
* Set subject field in match data to NULL after failed match.ph102018-10-191-7/+6
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-12/+53
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+9
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-4/+12
* Fixed atomic group backtracking bug.ph102018-07-161-1/+1
* Patches for portability.ph102018-06-201-3/+3
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-1/+1
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-6/+6
* Fix \C bug with repeated character classes in UTF-8 mode.ph102018-02-191-4/+12
* Tidy ACROSSCHAR macro to take same form as FORWARDCHAR and BACKCHAR.ph102018-01-011-11/+10
* Small tidy to start of match optimizations.ph102018-01-011-0/+8
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-011-22/+15
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-011-6/+15
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-5/+10
* Rejig how callout blocks are allocated in pcre2_match().ph102017-12-161-24/+36
* A small code tidy for one error return.ph102017-12-161-1/+1
* Add some casts to avoid compiler warnings.ph102017-09-261-1/+1
* Replace multiple copies of extended grapheme sequence code with a single ph102017-09-121-196/+8
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-4/+155
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-104/+133
* Add suitable "fall through" comments for latest gcc warnings.ph102017-06-031-5/+5
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+5
* More refactoring for ovector addressing.ph102017-05-111-7/+1
* A better fix for oss-fuzz 1465.ph102017-05-111-2/+3
* Refactor to avoid sanitize warnings when accessing the variable size ovector in ph102017-05-101-1/+7
* Refactor to avoid picky compiler warnings. Fixes oss-fuzz issue 1454.ph102017-05-101-16/+22
* Tidy comments about UTF case-independence.ph102017-04-201-20/+13
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-24/+25
* Ensure ovector[0,1] are both PCRE2_UNSET during callouts.ph102017-04-141-10/+18