summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* OP_NOT now supports any UTF characterzherczeg2012-02-221-27/+30
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-201-1/+6
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-171-7/+87
* Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. ph102012-02-151-50/+65
* Improved \X and back reference partial matchingzherczeg2012-02-141-5/+41
* Partial matching support is added to the JIT compilerzherczeg2012-02-131-4/+11
* Add a cast to fix a compiler warning.ph102012-02-121-2/+4
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-6/+6
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-19/+19
* More tidies and documentation for stack frame measurement.ph102012-01-211-2/+3
* Modified, and made non-default the stack size info experimental code.ph102012-01-201-11/+6
* Experimental stack size determination.ph102012-01-191-12/+44
* Put top level heap frame on the stack.ph102012-01-181-6/+8
* Fix indentation error.ph102012-01-181-2/+2
* Fix MARK bug for assertions.ph102012-01-171-0/+4
* Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.)ph102012-01-151-1/+8
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-5/+12
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-5/+5
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-11/+11
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-673/+922
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-345/+338
* Source tidies for 8.21-RC1ph102011-12-061-19/+19
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-3/+3
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-16/+16
* Update *MARK handling to be more like Perl.ph102011-11-291-322/+329
* Code tidies.ph102011-11-181-2/+2
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-081-0/+1
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-061-0/+1
* Source tidies for 8.20-RC3.ph102011-10-111-46/+46
* PCRE_NO_START_OPTIMIZE, if given to pcre_compile(), did not suppress the ph102011-10-101-1/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-14/+97
* Comment correction and minor code improvement.ph102011-10-071-2/+1
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-64/+108
* Fix bug with (*THEN) in a subroutine/recursion.ph102011-09-271-1/+1
* File tidies for 8.20-RC2 release.ph102011-09-231-19/+19
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-14/+45
* Fix *THEN in condition issue.ph102011-09-201-2/+15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-1/+1
* Fix loop/bad error when recursed group contains (*PRUNE) etc.ph102011-09-061-1/+1
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-2/+3
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-40/+62
* Documentation and general text tidies in preparation for test release.ph102011-08-021-13/+13
* Fix partial match bug with /f.*/8s.ph102011-08-011-1/+5
* Fix bug that caused /.(*F)/ to give a partial match instead of no match.ph102011-08-011-4/+6
* Pass *MARK name to calloutsph102011-07-311-2/+4
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-2/+15
* Make (*MARK) work in positive assertions.ph102011-07-221-1/+2
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-201-1/+1
* Ensure unused capturing parentheses at the end of patterns are unset, because ph102011-07-201-185/+204
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-191-117/+75