summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Created a new branch for the development of 16-bit support.ph102011-11-210-0/+0
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-1916-20/+97
* Remove -L from pcre-config when install is into /usr/lib (fixes ph102011-11-192-2/+11
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-194-6/+23
* Code tidies.ph102011-11-183-3/+6
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-184-8/+54
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-186-25/+127
* Update JIT documenation for latest supported items.ph102011-11-151-5/+1
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-158-23/+273
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-154-0/+31
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-146-21/+54
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-134-4/+146
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-084-0/+22
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-065-5/+37
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-317-29/+263
* Updating the JIT compilerzherczeg2011-10-3115-255/+298
* Source tidies for 8.20 release.ph102011-10-219-761/+807
* Add more about \C to documentation.ph102011-10-193-13/+42
* Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character...zherczeg2011-10-163-44/+57
* Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).ph102011-10-132-1/+14
* Fix ASCII dependency in pcretest when decoding hex characters.ph102011-10-122-2/+6
* Source tidies for 8.20-RC3.ph102011-10-1115-411/+542
* Needed to put "sh" before test commands for CMake build.ph102011-10-111-2/+2
* Update the config test script to run some tests under valgrind.ph102011-10-101-9/+23
* Remove redundant line of code.ph102011-10-101-1/+0
* Fix THEN:ARG bug introduced with *THEN refactoring.ph102011-10-105-7/+20
* PCRE_NO_START_OPTIMIZE, if given to pcre_compile(), did not suppress the ph102011-10-102-2/+2
* Updates to NON-UNIX-USE supplied by Sheri.ph102011-10-101-24/+55
* Refactoring atomic block data saving. The new code is considerably simpler an...zherczeg2011-10-091-138/+83
* Additional atomic group tests.ph102011-10-092-0/+119
* Document PCRE/Perl capture diffences in subroutines/recursions.ph102011-10-092-12/+30
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-087-59/+169
* JIT compiler update: Make fast_call a separate call type. Allows call optimiz...zherczeg2011-10-079-42/+38
* Comment correction and minor code improvement.ph102011-10-072-6/+4
* Fix RunGrepTest colour bug.ph102011-10-072-2/+11
* Another improved RunTest.bat and also CMakeLists.txt provided by Sheri P.ph102011-10-073-67/+219
* Add some casts to get rid of compiler warnings from MSVC8.ph102011-10-051-3/+3
* Document Power PC JIT support as experimental.ph102011-10-051-3/+5
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-0414-204/+624
* A fix for signed/unsigned comparison warnings reported by Visual C++ in the J...zherczeg2011-10-014-9/+11
* JIT compiler update: MIPS III supportzherczeg2011-09-283-113/+158
* Fix bug with (*THEN) in a subroutine/recursion.ph102011-09-274-1/+11
* Allow for CRLF terminations of pcretest output in RunTest.ph102011-09-262-6/+16
* Look for testdata in parent directory if not found in current.ph102011-09-251-5/+13
* Fix to the code for running tests under msys.ph102011-09-251-2/+2
* Put back CRLF line endings on RunTest.bat, and remove it from the list of files ph102011-09-252-300/+300
* File tidies for 8.20-RC2 release.ph102011-09-2313-408/+432
* Documentation clarifications.ph102011-09-232-10/+23
* RunTest uses Windows files for "fr" locale and looks for testdata in parent ph102011-09-232-13/+34
* JIT compiler fix for MIPS position independent callszherczeg2011-09-221-7/+17