summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-161-7/+4
* Document update for 8.31-RC1 test release.ph102012-06-021-2/+2
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-211-1/+1
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-281-5/+2
* Previous patch to fix (*COMMIT) in assertions was bad; fix it.ph102012-02-281-5/+8
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-261-3/+5
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-251-3/+4
* Applied Graycode's patch to use heap stack frames more efficiently.ph102012-02-251-55/+100
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-241-3/+4
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-6/+1
* 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