summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Final file tidies for 10.31ph102018-02-123-7/+7
* Fix auto-possessification bug at the end of a capturing group that is called ph102018-01-311-13/+43
* Increment dummy ovector size in internal structures to avoid spurious array ph102018-01-161-9/+11
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-1310-29/+137
* Avoid pointer overflow for unset captures in pcre2_substring_list_get(), though ph102018-01-121-2/+7
* Fix problem when compiling without Unicode support.ph102018-01-121-11/+30
* Fix a typo in JIT and add a test.zherczeg2018-01-101-1/+1
* Update some register assignments and the JIT compiler.zherczeg2018-01-095-138/+134
* Support the new EXTUNI in JIT.zherczeg2018-01-061-23/+127
* JIT compiler update.zherczeg2018-01-0513-1752/+1471
* Tidy ACROSSCHAR macro to take same form as FORWARDCHAR and BACKCHAR.ph102018-01-013-19/+17
* Small tidy to start of match optimizations.ph102018-01-012-0/+14
* Previous FIRSTLINE patch was broken. Fix it.ph102018-01-012-38/+26
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-012-12/+30
* Tidy up callout code in pcre2_dfa_match().ph102017-12-262-86/+89
* Fix \K issues in pcre2grep.ph102017-12-261-5/+44
* Update pcre2demo to deal with various \K inside assertion anomalies.ph102017-12-231-0/+53
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-226-22/+81
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-166-5/+15
* Rejig how callout blocks are allocated in pcre2_match().ph102017-12-162-24/+37
* A small code tidy for one error return.ph102017-12-161-1/+1
* Fix infelicity in not finding a first character inside a non-assertive group ph102017-12-121-6/+6
* Fix incorrect first matching character when a backreference with zero minimum ph102017-12-121-1/+1
* Change pcre2grep line number and count variables to unsigned long int.ph102017-12-081-16/+17
* Fix after JIT compiler update.zherczeg2017-11-301-14/+24
* JIT compiler update.zherczeg2017-11-2920-634/+2544
* Fix pcre2_jit_match early check.zherczeg2017-11-231-1/+1
* Very minor code tidy.ph102017-11-161-1/+1
* Fix crash for --line-buffered with a .gz or .bz2 file in pcre2grep.ph102017-11-131-0/+1
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-131-30/+40
* Remove superflous variable.ph102017-11-091-11/+10
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-293-6/+11
* Fix memory leak issue introduced in last bug fix in pcre2grep.ph102017-10-221-1/+2
* Fix pcre2grep recursive file name length issue.ph102017-10-201-3/+9
* Add -LM to pcre2test.ph102017-10-171-4/+120
* Set PCRE2GREP_RC to the pcre2grep exit status when running under VMS.ph102017-10-111-0/+16
* Add some casts to avoid compiler warnings.ph102017-09-262-4/+4
* Fixed a small memory leak in pcre2test (convert contexts).ph102017-09-181-1/+3
* Define names for compiler error codes and use them in pcre2_convert.cph102017-09-173-34/+216
* Remove \C tests from JIT regression when NEVER_BACKSLASH_C is defined.ph102017-09-161-0/+2
* Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.ph102017-09-164-19/+42
* Make pcre2_internal.h idempotent.ph102017-09-131-0/+4
* Replace multiple copies of extended grapheme sequence code with a single ph102017-09-124-400/+149
* Documentation update.ph102017-09-121-3/+3
* Fix typo in VMS code in pcre2test.ph102017-08-281-1/+1
* Final file tidies for 10.30 release.ph102017-08-153-7/+7
* Fix "maybe uninitialized" warning.ph102017-08-121-2/+5
* Minor JIT compiler update.zherczeg2017-08-014-8/+28
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-9/+21
* Modify #ifdefs for Cygwin.ph102017-07-271-1/+7