summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-301-0/+1
* JIT native interface.zherczeg2012-10-291-5/+3
* Previous patch for no stack recursion was incomplete.ph102012-10-241-4/+1
* Fix typo (duplicate label) when --disable-stack-for-recursion is set.ph102012-10-241-2/+2
* Lose unused variable warning when UTF not supported.ph102012-10-211-0/+2
* Clean up compiler warnings for pcre_exec.c in all modes.ph102012-10-191-4/+4
* pcre32: Fix signed-unsigned comparechpe2012-10-181-2/+2
* pcre32: Use pcre_uint32 for characterschpe2012-10-161-6/+6
* pcre32: exec: Mask bits > 21 in 32-bit UTF modechpe2012-10-161-42/+71
* pcre32: exec: Use uint32 for characterschpe2012-10-161-2/+2
* pcre32: More 32-bit cleanliness fixeschpe2012-10-161-5/+5
* pcre32: Add 32-bit librarychpe2012-10-161-26/+38
* Case folding in JIT and removing unnecessary spaceszherczeg2012-09-281-19/+19
* All the remaining changes for handling characters with more than one other ph102012-09-251-11/+102
* Turn case lists for horizontal and vertical white space into macros so they are ph102012-09-161-409/+103
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-132/+186
* Improve extended grapheme clusters using a bit table.ph102012-08-261-4/+4
* Upgrade \X to match an extended grapheme clusterph102012-08-251-34/+56
* 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