summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 8.20pcre-8.20ph102011-10-210-0/+0
* 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
* Borland C++ JIT support by Dmitry Ukolovzherczeg2011-09-212-6/+14
* Small, MIPS related fix in the JIT compilerzherczeg2011-09-202-2/+11
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-206-22/+71
* Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".ph102011-09-204-52/+84
* New RunTest.bat provided by Sheri Pierce.ph102011-09-202-173/+300
* Fix *THEN in condition issue.ph102011-09-204-2/+56
* Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.ph102011-09-193-34/+61
* Fix minimum length bug with *ACCEPT.ph102011-09-195-30/+77
* Remove continual recording of MAX_INDEX, calculate itonly at the end of the m...zherczeg2011-09-181-75/+37
* Swap MAX_INDEX and CALL_COUNT, since CALL_COUNT is used far more frequently s...zherczeg2011-09-171-29/+37
* JIT must support special NEWLINE constantszherczeg2011-09-161-1/+9
* Fix typo.ph102011-09-121-1/+1
* Fix CMake for release candidate; doc tidies.ph102011-09-124-11/+9
* Final source and document tidies for 8.20-RC1.ph102011-09-1159-1200/+2358
* Update full set of tests with many configurations.ph102011-09-107-9/+29