| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add PCRE_ERROR_BADLENGTH for a negative length. | ph10 | 2012-10-30 | 1 | -0/+1 |
* | JIT native interface. | zherczeg | 2012-10-29 | 1 | -5/+3 |
* | Previous patch for no stack recursion was incomplete. | ph10 | 2012-10-24 | 1 | -4/+1 |
* | Fix typo (duplicate label) when --disable-stack-for-recursion is set. | ph10 | 2012-10-24 | 1 | -2/+2 |
* | Lose unused variable warning when UTF not supported. | ph10 | 2012-10-21 | 1 | -0/+2 |
* | Clean up compiler warnings for pcre_exec.c in all modes. | ph10 | 2012-10-19 | 1 | -4/+4 |
* | pcre32: Fix signed-unsigned compare | chpe | 2012-10-18 | 1 | -2/+2 |
* | pcre32: Use pcre_uint32 for characters | chpe | 2012-10-16 | 1 | -6/+6 |
* | pcre32: exec: Mask bits > 21 in 32-bit UTF mode | chpe | 2012-10-16 | 1 | -42/+71 |
* | pcre32: exec: Use uint32 for characters | chpe | 2012-10-16 | 1 | -2/+2 |
* | pcre32: More 32-bit cleanliness fixes | chpe | 2012-10-16 | 1 | -5/+5 |
* | pcre32: Add 32-bit library | chpe | 2012-10-16 | 1 | -26/+38 |
* | Case folding in JIT and removing unnecessary spaces | zherczeg | 2012-09-28 | 1 | -19/+19 |
* | All the remaining changes for handling characters with more than one other | ph10 | 2012-09-25 | 1 | -11/+102 |
* | Turn case lists for horizontal and vertical white space into macros so they are | ph10 | 2012-09-16 | 1 | -409/+103 |
* | General spring-clean of EBCDIC-related issues in the code, which had decayed | ph10 | 2012-09-10 | 1 | -132/+186 |
* | Improve extended grapheme clusters using a bit table. | ph10 | 2012-08-26 | 1 | -4/+4 |
* | Upgrade \X to match an extended grapheme cluster | ph10 | 2012-08-25 | 1 | -34/+56 |
* | Fix capture problem with repeated, empty-string-matching groups. | ph10 | 2012-06-16 | 1 | -7/+4 |
* | Document update for 8.31-RC1 test release. | ph10 | 2012-06-02 | 1 | -2/+2 |
* | Fix ovector overrun when backreferences need temporary memory and the highest | ph10 | 2012-04-21 | 1 | -1/+1 |
* | (COMMIT*) is now supported by the JIT compiler | zherczeg | 2012-02-28 | 1 | -5/+2 |
* | Previous patch to fix (*COMMIT) in assertions was bad; fix it. | ph10 | 2012-02-28 | 1 | -5/+8 |
* | Confine (*COMMIT) inside positive assertions, as documented. | ph10 | 2012-02-26 | 1 | -3/+5 |
* | Stop (*COMMIT) escaping from a recursive subroutine call. | ph10 | 2012-02-25 | 1 | -3/+4 |
* | Applied Graycode's patch to use heap stack frames more efficiently. | ph10 | 2012-02-25 | 1 | -55/+100 |
* | (*MARK) support, set_SOM optimization and other fixes in JIT | zherczeg | 2012-02-24 | 1 | -3/+4 |
* | Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT | ph10 | 2012-02-22 | 1 | -6/+1 |
* | OP_NOT now supports any UTF character | zherczeg | 2012-02-22 | 1 | -27/+30 |
* | Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ and | ph10 | 2012-02-20 | 1 | -1/+6 |
* | Fix partial match issues with CRLF and \r, and update tests. | ph10 | 2012-02-17 | 1 | -7/+87 |
* | Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. | ph10 | 2012-02-15 | 1 | -50/+65 |
* | Improved \X and back reference partial matching | zherczeg | 2012-02-14 | 1 | -5/+41 |
* | Partial matching support is added to the JIT compiler | zherczeg | 2012-02-13 | 1 | -4/+11 |
* | Add a cast to fix a compiler warning. | ph10 | 2012-02-12 | 1 | -2/+4 |
* | Additional casts to avoid compiler warnings, originally from a MS compiler, but | ph10 | 2012-01-23 | 1 | -6/+6 |
* | Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building | ph10 | 2012-01-21 | 1 | -19/+19 |
* | More tidies and documentation for stack frame measurement. | ph10 | 2012-01-21 | 1 | -2/+3 |
* | Modified, and made non-default the stack size info experimental code. | ph10 | 2012-01-20 | 1 | -11/+6 |
* | Experimental stack size determination. | ph10 | 2012-01-19 | 1 | -12/+44 |
* | Put top level heap frame on the stack. | ph10 | 2012-01-18 | 1 | -6/+8 |
* | Fix indentation error. | ph10 | 2012-01-18 | 1 | -2/+2 |
* | Fix MARK bug for assertions. | ph10 | 2012-01-17 | 1 | -0/+4 |
* | Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.) | ph10 | 2012-01-15 | 1 | -1/+8 |
* | Add pcre16 prefix to 16 bit structs | zherczeg | 2012-01-05 | 1 | -5/+12 |
* | add pcre16_callout_block and pcre16_extra | zherczeg | 2012-01-04 | 1 | -5/+5 |
* | Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and | ph10 | 2011-12-31 | 1 | -11/+11 |
* | Merging all the changes from the pcre16 branch into the trunk. | ph10 | 2011-12-28 | 1 | -673/+922 |
* | Rolled back trunk to r755 to prepare for merging the 16-bit branch. | ph10 | 2011-12-28 | 1 | -345/+338 |
* | Source tidies for 8.21-RC1 | ph10 | 2011-12-06 | 1 | -19/+19 |