summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.33 release.pcre-8.33baserock/morphph102013-05-280-0/+0
* Final source file tidies for 8.33 release.ph102013-05-2832-278/+277
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-157-25/+35
* Update HTML documentation.ph102013-05-141-20/+134
* Updates to building documentation.ph102013-05-1412-227/+2070
* Correct summary comment at head of file.ph102013-05-131-4/+4
* Update files for Borland compilation to current list of modules.ph102013-05-132-2/+4
* Updated html docs.ph102013-05-126-634/+664
* Documentation clarification for 16/32 bit libraries.ph102013-05-126-59/+76
* Fix pcretest crash with a data line longer than 65536 bytes.ph102013-05-102-5/+10
* Clarify wording in description of PCRE_MULTILINE.ph102013-05-101-8/+10
* Fix spelling mistakes in comments.ph102013-05-108-12/+14
* Fix pcregrep so that it can find empty lines.ph102013-05-104-7/+72
* Fix type error in PCRE_INFO_{MATCH,RECURSION}LIMIT.ph102013-05-041-2/+2
* Try madvise first before posix_madvise.zherczeg2013-05-012-4/+6
* Remove reference to obsoleted (and now non-existent) source file.ph102013-05-011-1/+0
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-0119-1707/+1956
* Doc updates getting ready for 8.33-RC1.ph102013-05-017-63/+100
* Move some tests to the correct input file.ph102013-05-014-20/+20
* Add a count to show progress, suppress compiler optimization to save time.ph102013-05-011-3/+17
* Improved support for match_limit in JIT.zherczeg2013-04-282-41/+23
* Tidy up comment in test input.ph102013-04-262-8/+6
* Documentation updates.ph102013-04-266-64/+159
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-2431-169/+464
* Remove commented code that was accidentally left in.ph102013-04-231-1/+0
* Use tail recursion in maximizing character and character type repetitions, to ph102013-04-227-43/+176
* Fix compiler warnings in JIT.zherczeg2013-04-061-2/+3
* Implement PCRE_NEVER_UTFph102013-04-0514-20/+86
* Fix for recursions to preserve repeat counters.zherczeg2013-04-022-1/+20
* Rename some variables.zherczeg2013-04-011-18/+18
* Auto-detect and optimize limited repetitions in JIT.zherczeg2013-04-013-226/+347
* Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.ph102013-04-014-10/+39
* Move tests that are now Perl-compatible from test 2 to test 1.ph102013-03-294-64/+64
* Final touches on control verbs in JIT.zherczeg2013-03-291-23/+56
* Further changes to backtracking verbs in assertions.ph102013-03-277-54/+181
* Improve and correct PCRE_NO_START_OPTIMIZE documentation.ph102013-03-261-16/+25
* Control verbs are handled in the same way in JIT and interpreter.zherczeg2013-03-253-37/+55
* Move some tests from testinput2 to testinput1 because they are now ph102013-03-225-241/+199
* Fix COMMIT in recursion; document backtracking verbs in assertions and ph102013-03-2218-1551/+1899
* Update backtracking verb documentation.ph102013-03-192-77/+114
* Code changes for simpler backtracking handling (docs to follow).ph102013-03-196-109/+290
* Correct unsupported items.ph102013-03-171-4/+5
* Another backtracking test.ph102013-03-172-0/+7
* Document new multiple backtracking verb behaviour.ph102013-03-172-13/+19
* Improve wording for captures in negative assertions.ph102013-03-172-10/+8
* Improve performance of then verb in JIT.zherczeg2013-03-171-36/+11
* Recursive control verb priority is removed from JIT.zherczeg2013-03-162-121/+37
* Update list of items not supported by JIT.ph102013-03-161-12/+5
* Add comment about Tru64 native compilers.ph102013-03-161-1/+24
* Document SKIP looks only for MARK: add tests to confirm.ph102013-03-153-13/+55