summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged relese 10.31.pcre2-10.31ph102018-02-120-0/+0
* Final file tidies for 10.31ph102018-02-126-21/+21
* Fix auto-possessification bug at the end of a capturing group that is called ph102018-01-316-14/+271
* Increment dummy ovector size in internal structures to avoid spurious array ph102018-01-162-9/+20
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-1329-1169/+1305
* Avoid pointer overflow for unset captures in pcre2_substring_list_get(), though ph102018-01-122-2/+13
* Fix problem when compiling without Unicode support.ph102018-01-121-11/+30
* Fix a typo in JIT and add a test.zherczeg2018-01-103-1/+14
* Update some register assignments and the JIT compiler.zherczeg2018-01-095-138/+134
* Support the new EXTUNI in JIT.zherczeg2018-01-063-32/+136
* JIT compiler update.zherczeg2018-01-0513-1752/+1471
* Documentation update.ph102018-01-011-3/+11
* 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-016-38/+44
* Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of ph102018-01-017-15/+85
* Documentation update.ph102017-12-311-11/+16
* Tidy up callout code in pcre2_dfa_match().ph102017-12-262-86/+89
* Fix \K issues in pcre2grep.ph102017-12-264-5/+69
* Documentation update.ph102017-12-242-0/+106
* Update pcre2demo to deal with various \K inside assertion anomalies.ph102017-12-232-0/+58
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-2224-1404/+1898
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-1616-22/+68
* Rejig how callout blocks are allocated in pcre2_match().ph102017-12-163-24/+40
* A small code tidy for one error return.ph102017-12-162-1/+5
* Fix infelicity in not finding a first character inside a non-assertive group ph102017-12-123-7/+15
* Fix incorrect first matching character when a backreference with zero minimum ph102017-12-124-1/+44
* Change pcre2grep line number and count variables to unsigned long int.ph102017-12-082-16/+22
* 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-232-1/+6
* Very minor code tidy.ph102017-11-161-1/+1
* Documentation update.ph102017-11-141-2/+2
* Documentation update.ph102017-11-141-2/+8
* Add new file to distribution, omitted in last patch.ph102017-11-141-0/+1
* Fix crash for --line-buffered with a .gz or .bz2 file in pcre2grep.ph102017-11-133-15/+24
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-135-42/+177
* Remove superflous variable.ph102017-11-091-11/+10
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-296-6/+44
* Documentation update.ph102017-10-232-30/+51
* 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-202-3/+14
* Derived documentation update.ph102017-10-176-60/+97
* Add -LM to pcre2test.ph102017-10-174-287/+420
* Documentation update.ph102017-10-132-29/+39
* Documentation update.ph102017-10-111-2/+5
* Set PCRE2GREP_RC to the pcre2grep exit status when running under VMS.ph102017-10-112-0/+20
* Add some casts to avoid compiler warnings.ph102017-09-263-4/+6
* Fix typos in documentation.ph102017-09-253-19/+19
* Fixed a small memory leak in pcre2test (convert contexts).ph102017-09-182-1/+5