summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged copy of 10.30 release.pcre2-10.30ph102017-08-150-0/+0
* Final file tidies for 10.30 release.ph102017-08-159-23/+28
* Fix "maybe uninitialized" warning.ph102017-08-123-2/+9
* Minor JIT compiler update.zherczeg2017-08-015-8/+31
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-2911-78/+70
* Modify #ifdefs for Cygwin.ph102017-07-272-2/+9
* Fix bug in /xx implementation.ph102017-07-253-5/+42
* JIT compiler update.zherczeg2017-07-242-6/+4
* Put back pcre2_set_recursion_limit() as a real function, synonym for ph102017-07-214-4/+16
* Use %z format to avoid compiler warning.ph102017-07-211-1/+1
* Add missing src/sljit/sljitProtExecAllocator.c file name.ph102017-07-211-0/+1
* Rename the FWRITE macro in pcre2grep to avoid clash in cygwin.ph102017-07-212-14/+17
* Code tidies for 10.30-RC1 release candidate.ph102017-07-1965-1152/+1320
* Cut out the binary zero pcre2grep test on Solaris (SunOS) as it isn't possibleph102017-07-182-3/+12
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-1232-81/+1235
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-059-98/+514
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-0222-3293/+6730
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-3015-253/+653
* Increase limit for "must be present" code units for 8-bit searches, which use ph102017-06-262-1/+10
* Amend licence to relax its conditions for chains of binary distributions.ph102017-06-261-5/+16
* Update convert tests so they run on Windows.ph102017-06-244-4/+4
* Document configuration for SELinux execmem allocator and fix CMake usage.ph102017-06-175-11/+24
* Documentation update.ph102017-06-173-28/+31
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-179-184/+232
* Minor code tidy.ph102017-06-161-0/+13
* Documentation update.ph102017-06-169-383/+522
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-169-44/+170
* Fix a match offset check in JIT.zherczeg2017-06-161-3/+1
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-1518-106/+306
* JIT compiler update.zherczeg2017-06-152-2/+2
* Add makefile support for SELinux allocator in JIT.zherczeg2017-06-153-0/+27
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-126-32/+452
* Improve char range match in JIT.zherczeg2017-06-081-20/+22
* Documentation update.ph102017-06-061-34/+42
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-0513-328/+448
* Add suitable "fall through" comments for latest gcc warnings.ph102017-06-036-11/+21
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-037-17/+81
* Omitted ChangeLog update for previous commit.ph102017-06-021-0/+2
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-0116-50/+206
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-3016-1318/+1340
* Improve character range optimization in JIT.zherczeg2017-05-301-10/+116
* Fix CMakelists.txt missing new convert file.ph102017-05-291-0/+1
* Fix pcre2test buffer size issue for convert calls in non-8-bit modes.ph102017-05-291-2/+2
* Fix alnum parsing in glob conversion.zherczeg2017-05-283-17/+17
* JIT SSE2 optimization improvement.zherczeg2017-05-281-13/+21
* Update POSIX basic regex conversion code.ph102017-05-273-50/+60
* Discard partial match when endanchored is set in the fuzzer, as it just gives ph102017-05-272-3/+8
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-274-26/+53
* Implement PCRE2_NEWLINE_NUL.ph102017-05-2640-1105/+1274
* More conversion development.ph102017-05-254-10/+10