summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bugs in new caseless support code in the auto-possessifying function.ph102012-09-282-0/+33
* All the remaining changes for handling characters with more than one other ph102012-09-256-0/+1308
* Update character class handling to use new character case information; rework ph102012-09-2311-48/+561
* Change group separator character in test 101 from / to | because / gets mangled ph102012-09-161-3/+3
* Allow multiple -o in pcregrep, and add --om-separator.ph102012-09-131-0/+10
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-102-0/+303
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-284-2/+57
* Upgrade \X to match an extended grapheme clusterph102012-08-256-33/+492
* Fix a number of issues in pcregrep.ph102012-08-151-1/+28
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-104-2/+243
* Fix 2 incorrect #ifdefs in pcre_study.c.ph102012-07-062-1/+20
* Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.ph102012-06-172-0/+31
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-176-0/+65
* Fix capture problem with repeated, empty-string-matching groups.ph102012-06-162-0/+16