summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Final file tidies for 10.10 release.ph102015-03-062-5/+5
* Fix compiler errors when JIT is not enabled.zherczeg2015-03-061-0/+6
* Fix bad compile of patterns like /[A-`]/i,utf where the range contains ph102015-03-061-1/+5
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-066-75/+75
* Fix compile error for forward reference subroutine call within a group that ph102015-03-011-1/+4
* Fix "internal error" bug caused by patterns like "((?2){0,1999}())?".ph102015-02-281-33/+39
* Final file tidies for 10.10-RC2.ph102015-02-263-10/+10
* Add RunTest.bat for testing under Windows, with appropriate test files.ph102015-02-251-9/+16
* Fix DECL/DEFN typo that affects Windows.ph102015-02-241-4/+4
* JIT compiler update.zherczeg2015-02-231-3/+3
* Improve error message for pcre2test stack setting failure; also %ld should ph102015-02-211-9/+18
* Two more 32-bit warnings fixed.ph102015-02-211-1/+1
* Fix compiler warnings for pcre2test on 32-bit systems.ph102015-02-211-7/+7
* Final source file tidies for 10.10-RC1ph102015-02-207-39/+40
* Fix bug for groups like (a)*+ (possessive, zero minimum) when the ovector was ph102015-02-111-65/+57
* Fix replacement bug in pcre2_substitute().ph102015-02-101-2/+2
* Fix alignement problem in deserialization on 64-bit SPARC.ph102015-02-072-10/+24
* Fix compile loop for subroutine reference after class such as [^\ff].ph102015-02-061-0/+28
* Give an internal error for a bad opcode during auto-possessification. This can ph102015-02-064-24/+33
* Disallow quantification of assertion conditions, for Perl compatibility (and in ph102015-01-284-29/+47
* Fix mutual back reference recursion segfault.ph102015-01-281-9/+11
* Fix incorrect size calculation when a reference to a duplicate name occurs ph102015-01-272-32/+23
* Implement (*NO_JIT)ph102015-01-263-1/+8
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-238-78/+804
* Fix conditional group backreference bug.ph102015-01-131-5/+9
* Final file tides for the 10.00 release.ph102015-01-052-12/+12
* Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.ph102015-01-025-47/+57
* Ensure that the function op_recurse_ovecsave is not inlined when compiled by ph102014-12-311-0/+16
* Improvements for substring handling with partial matches.ph102014-12-222-204/+242
* File tidies for 10.00-RC2.ph102014-12-197-54/+56
* Small code tidy.ph102014-12-151-4/+4
* Update and improve substring handling and its documentation.ph102014-12-148-63/+106
* Improve interfaces to substring functions, and fix bugs.ph102014-12-134-75/+89
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-014-29/+18
* Next attempt to fix the previous bug.zherczeg2014-11-301-4/+5
* Fix jit_callback check in JIT.zherczeg2014-11-301-1/+1
* File tidies for 10.00-RC1.ph102014-11-281-9/+9
* Use allocator from code for pcre2_match_data_create_from_pattern if NULL ph102014-11-281-0/+3
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-285-9/+9
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-268-69/+74
* Change callouts to pass the user data as a separate argument.ph102014-11-257-28/+26
* Tidy up API for pcre2_config.ph102014-11-255-49/+48
* Move all offset initialization to one place.zherczeg2014-11-251-2/+2
* Final preparations for 10.00-RC1ph102014-11-244-39/+56
* More documentation and test updates.ph102014-11-233-12/+11
* More documentation and file tidies.ph102014-11-212-7/+7
* Add additional tests and fix some compiler warnings; update stack information.ph102014-11-211-21/+22
* Eliminate a compiler warning.ph102014-11-201-10/+15
* Fix zero-repeated assertion-as-condition bug.ph102014-11-191-2/+5
* Eliminate compiler warningph102014-11-181-0/+3