summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
...
* Fix isolated \k bug.ph102011-07-222-0/+10
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-202-0/+66
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-192-0/+14
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-189-77/+84
* Fix mutual recursion minimum calculation in study bug.ph102011-07-172-0/+40
* Fix capturing not happening in assertion conditions.ph102011-07-174-0/+25
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-164-0/+68
* Fix atomic group and assertion capturing problems.ph102011-07-092-0/+75
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-022-0/+30
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-028-48/+423
* Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing ph102011-06-282-0/+8
* Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization ph102011-06-154-3/+91
* Fix problems with capturing parens and *ACCEPT with recursion.ph102011-06-124-0/+64
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-029-16/+560
* Fixed some omissions in pcre_study() for the new caseless opcodes.ph102011-05-272-0/+80
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-258-56/+203
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-094-51/+59
* Fix backup bug for \R with greedy quantifier.ph102011-05-094-0/+112
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-075-49/+88
* Complete incomplete fix for UTF-8 caseless references of different lengths.ph102011-05-024-0/+28
* Fix problems with caseless reference matching in UTF-8 mode when the ph102011-05-024-2/+102
* Update tables to Unicode 6.0.0.ph102011-04-302-2/+53
* Another bugfix for pcregrep with -M and colour.ph102011-01-151-2/+0
* Fix -M bugs in pcregrepph102011-01-142-0/+29
* Fix pcregrep bug when --colour was used with -v.ph102011-01-121-0/+43
* Fix internal error for recursive named back references.ph102010-11-234-0/+65
* Added support for (*NO_START_OPT)ph102010-11-214-0/+45
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-206-0/+17
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-074-1/+19
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-068-0/+93
* Fix broken /g code in pcretest and -g code in pcredemo.ph102010-11-034-0/+42
* Added parentheses argument to -o and --only-matching options of pcregrep.ph102010-10-311-0/+13
* Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a ph102010-10-312-20/+78
* Added --match-limit and --recursion-limit to pcregrep; tidied some error ph102010-10-301-4/+26
* Further test tidies for Perl comparisons.ph102010-10-274-4/+21
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-276-14/+14
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-262-0/+76
* Add test for a (*SKIP) bug that was fixed by other changes.ph102010-10-252-0/+24
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-226-0/+198
* Fix \s bug in character classes (always removing VT).ph102010-10-132-0/+7
* Make (*COMMIT) override (*THEN) and similar.ph102010-10-102-0/+25
* Fix problem with (*THEN) not backing up far enough.ph102010-10-104-24/+75
* Fix forward reference in the presence of (?#( (open parens in comment).ph102010-06-152-0/+11
* Avoid loop caused by (*SKIP) with an argument.ph102010-06-152-0/+11
* Add /T option to pcretest and additional tests with non-standard tables.ph102010-06-142-0/+57
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-092-7/+17
* Extend auto-possessify to handle some Unicode properties.ph102010-06-012-0/+127
* Fix crash for property test in non-UTF-8 mode.ph102010-05-312-28/+48
* Add knowledge of \R to auto-possessify feature.ph102010-05-292-0/+55
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-244-0/+138