summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some tests were in the wrong files.ph102012-06-018-175/+173
* Documentation and other tidying for release.ph102012-06-014-7/+13
* Check for overlong name in (*MARK) etc.ph102012-05-044-0/+30
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-212-0/+8
* Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables ph102012-04-204-0/+344
* Fix auto-possessify bugs for \s*\R and \S*R.ph102012-04-202-1/+84
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-192-0/+11
* support NO_START_OPTIMIZE in JITzherczeg2012-04-112-0/+7
* Fixed a bug for backward assertions with REVERSE 0 in the JIT compilerzherczeg2012-03-292-0/+7
* Forgot to update this test file.ph102012-03-041-0/+21
* Add support for binary files to pcregrep.ph102012-03-041-0/+0
* Added --file-list to pcregrep.ph102012-02-282-0/+12
* Update for Unicode 6.1.0.ph102012-02-284-6/+21
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-282-2/+2
* Previous patch to fix (*COMMIT) in assertions was bad; fix it.ph102012-02-282-4/+13
* Confine (*COMMIT) inside positive assertions, as documented.ph102012-02-264-0/+27
* 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-252-0/+7