summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-154-11/+18
* Fix pcregrep so that it can find empty lines.ph102013-05-101-0/+35
* Move some tests to the correct input file.ph102013-05-014-20/+20
* Tidy up comment in test input.ph102013-04-262-8/+6
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-2422-47/+206
* Use tail recursion in maximizing character and character type repetitions, to ph102013-04-225-1/+121
* Implement PCRE_NEVER_UTFph102013-04-055-0/+26
* Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.ph102013-04-012-0/+31
* Move tests that are now Perl-compatible from test 2 to test 1.ph102013-03-294-64/+64
* Further changes to backtracking verbs in assertions.ph102013-03-274-9/+93
* Move some tests from testinput2 to testinput1 because they are now ph102013-03-224-241/+195
* Fix COMMIT in recursion; document backtracking verbs in assertions and ph102013-03-221-0/+2
* Code changes for simpler backtracking handling (docs to follow).ph102013-03-194-83/+234
* Another backtracking test.ph102013-03-172-0/+7
* Document SKIP looks only for MARK: add tests to confirm.ph102013-03-152-0/+32
* Fix test discrepancy between JIT and interpreter.ph102013-03-152-3/+4
* Further backtracking verb tests.ph102013-03-152-0/+28
* Change backtracking behaviour to "first verb encountered".ph102013-03-154-0/+197
* Update test 12.zherczeg2013-03-152-25/+14
* Fix the case where there are two or more SKIPs that may have to be ignored.ph102013-03-082-0/+30
* Fix *SKIP infinite loop.ph102013-03-082-0/+7
* Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.ph102013-03-062-0/+21
* Allow callout before assertion condition in a conditional group.ph102013-03-032-0/+32
* Fix missing callout in alternative of conditional group when auto callout is ph102013-03-031-0/+3
* tests: Unify unicode noncharacter testschpe2013-02-278-610/+206
* pcretest: Fix UTF-16 surrogate printing in test outputchpe2013-02-271-16/+16
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-279-222/+206
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-274-0/+363
* Make \A record a lookbehind value of 1.ph102013-02-221-0/+1
* Pass back the bumpalong value for partial matches.ph102013-02-203-11/+31
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-132-1/+147
* Fix forward search in JIT when link size is 3 or greater.zherczeg2013-01-182-0/+7
* Support (*UTF) in all libraries.ph102012-11-115-2/+21
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-114-0/+84
* Test 20 alleged it was DFA, but was not being run using -dfa. Fixed, and copied ph102012-11-074-12/+48
* pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.ph102012-10-302-0/+10
* tests: Add tests for short UTF-8 and UTF-16chpe2012-10-274-4/+67
* tests: Improve test coverage for pcre_valid_utf8.cchpe2012-10-242-57/+130
* tests: Fix test suite to passchpe2012-10-231-1/+1
* Fix byte order issue when the result of badmode is shown.zherczeg2012-10-214-4/+4
* pcre32: Separate UTF and non-UTF testschpe2012-10-162-0/+4
* pcre32: utf: Reject all non-characters and not just 0xfffechpe2012-10-168-3/+609
* pcre32: pcretest: Don't convert data line to UTF-8 firstchpe2012-10-165-6/+6
* pcre32: tests: Use \x?? escapes to create invalid UTF-8chpe2012-10-162-8/+8
* pcre32: tests: Add test for 32-bit firstchar and reqcharchpe2012-10-162-0/+24
* pcre32: compile: Use uint32 in check_escapechpe2012-10-162-1/+4
* pcre32: tests: Separate UTF and non-UTF testschpe2012-10-164-12/+16
* pcre32: compile: Fix \H and \V character ranges for pcre32chpe2012-10-166-58/+76
* pcre32: Add 32-bit librarychpe2012-10-1631-30/+2058
* unicode: Update to Unicode 6.2chpe2012-09-302-3/+3