summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-243-0/+32
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-224-0/+34
* OP_NOT now supports any UTF characterzherczeg2012-02-229-11/+143
* Make it possible for pcretest to select which JIT compile options are used.ph102012-02-212-0/+151
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-202-0/+10
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-178-0/+365
* 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-154-0/+144
* Improved \X and back reference partial matchingzherczeg2012-02-146-0/+290
* Move 16-bit pre-compiled reloading tests to separate files that are run only ph102012-01-2010-145/+168
* Fix MARK bug for assertions.ph102012-01-172-0/+18
* Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.)ph102012-01-152-0/+42
* Allow octal escapes up to \777 in 16-bit non-UTF mode.ph102012-01-048-10/+19
* Tidy compile-time error messages for 16-bit.ph102012-01-044-6/+11
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-316-22/+22
* endianness fixes and JIT compiler updatezherczeg2011-12-3010-4/+141
* Fix msys RunGrepTest failure (Bugzilla #1185).ph102011-12-291-0/+2
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-2842-23868/+26765
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-2811-559/+522
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-3/+3
* Tidies for 8.21-RC1 release.ph102011-12-051-1/+0
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-012-0/+36
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-011-3/+1
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-1/+0
* Update *MARK handling to be more like Perl.ph102011-11-294-497/+467