summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch to RunTest for use with simulations; further JIT code/test tidies.ph102011-09-099-106/+102
* Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.ph102011-09-093-51/+66
* Forgot to update ChangeLogph102011-09-061-1/+3
* More documentation updates.ph102011-09-062-23/+51
* Update pcregrep to use JIT by default with options to disable.ph102011-09-0610-16/+88
* Fix Win32 problem with user's patch.ph102011-09-061-1/+3
* Documentation updates.ph102011-09-067-77/+128
* Tests for recent bug fixes.ph102011-09-064-0/+29