summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).ph102012-02-254-62/+62
* Stop (*COMMIT) escaping from a recursive subroutine call.ph102012-02-254-3/+13
* Applied Graycode's patch to use heap stack frames more efficiently.ph102012-02-253-55/+109
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-2411-21/+101
* Make "RunTest list" list the tests without running them.ph102012-02-242-23/+84
* Improve documentation for (*MARK); update HTML.ph102012-02-2411-988/+1186
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-246-42/+251
* Expand explanation of JIT stacks and threads.ph102012-02-231-14/+19
* Correct and tidy up comments relating to OP_NOT (no code changes).ph102012-02-222-18/+16
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-227-34/+40
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-226-13/+57
* OP_NOT now supports any UTF characterzherczeg2012-02-2214-135/+262
* Make it possible for pcretest to select which JIT compile options are used.ph102012-02-215-20/+218
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-209-45/+98
* Update documentation for partial matching support in JIT.ph102012-02-183-64/+87
* fixing OP_ANY soft partial matching and improving local stack management in JITzherczeg2012-02-181-70/+123
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-1711-20/+523
* Handle remaining partial matching cases in JITzherczeg2012-02-161-17/+66
* DFA tests for partial matching bug fixes.ph102012-02-154-0/+228
* Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. ph102012-02-157-59/+277
* Improved \X and back reference partial matchingzherczeg2012-02-1410-19/+377
* Partial matching support is added to the JIT compilerzherczeg2012-02-138-109/+395
* Add a cast to fix a compiler warning.ph102012-02-122-2/+8
* Remove bashism from the RunTest script.ph102012-02-123-4/+7
* Fixing a wrong JIT test casezherczeg2012-02-103-5/+11
* Final source and document tidies for 8.30.ph102012-02-044-7/+7
* One more cast to avoid compiler warning about 'const'.ph102012-01-301-1/+1
* Man page symbolic links should be relative, not absolute.ph102012-01-271-25/+25
* opcode lengths must be private for printint and fixed some compiler warningszherczeg2012-01-243-25/+27
* fix local symbol issues in pcre_printint.czherczeg2012-01-235-8/+18
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-238-17/+18
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-2160-623/+742
* Documentation clarification.ph102012-01-211-2/+3
* More tidies and documentation for stack frame measurement.ph102012-01-214-8/+60
* Add two new tests to the distribution.ph102012-01-202-25/+32
* Typo!ph102012-01-201-1/+0
* Formatting tidyph102012-01-201-6/+2
* Move 16-bit pre-compiled reloading tests to separate files that are run only ph102012-01-2011-151/+224
* Update version number and date.ph102012-01-201-2/+2
* Modified, and made non-default the stack size info experimental code.ph102012-01-202-14/+13
* Avoid compiler warning when UTF not configured.ph102012-01-201-2/+2
* Experimental stack size determination.ph102012-01-193-13/+49
* Put top level heap frame on the stack.ph102012-01-182-7/+13
* Fix indentation error.ph102012-01-181-2/+2
* Add PCRE_CONFIG_JITTARGET output to pcretest -C.ph102012-01-182-1/+7
* More portable way of linking pcretest with -lreadline.ph102012-01-172-3/+31
* Fix MARK bug for assertions.ph102012-01-174-1/+24
* Document PCRE_CONFIG_JITTARGETph102012-01-172-1/+11
* CMake parses version information out of configure.ac instead of relying on ph102012-01-173-2/+31
* Make AM_SILENT_RULES conditional.ph102012-01-171-1/+1