summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix caseless bug with pcre_study() for starting letter greater than 127.ph102010-05-222-0/+16
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-188-2/+682
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-054-0/+798
* Add support for \N.ph102010-05-032-5/+71
* Make \R and \X in a character class behave more like Perlph102010-05-032-8/+48
* Make (*ACCEPT) work inside an atomic group.ph102010-03-292-0/+35
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-274-6/+738
* Tidies for 8.02-RC1 release.ph102010-03-104-19/+23
* Previous patch for fixing problem with recursion loop checking was incorrect.ph102010-03-082-0/+5
* Fix incorrect compile time error for certain types of recursive patterns.ph102010-03-072-0/+37
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-064-0/+106
* Fix DEFINE bug for forward reference with a possessive quantifier.ph102010-03-022-0/+44
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-012-0/+7
* Fix #947, recursive back reference bug.ph102010-01-114-14/+90
* Fix partial match bug (code omitted) for \W.ph102010-01-042-0/+7
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-024-0/+95
* Fix options set and reset at top level bug.ph102009-12-114-0/+79
* Fix study bug with single-branch conditions, including (DEFINE).ph102009-12-112-0/+29
* Fix study problem with JavaScript compatibility flag and back references.ph102009-10-192-0/+41
* Update Windows testing files for new tests.ph102009-10-191-0/+2
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-186-0/+173
* Further tidies to partial matching.ph102009-10-182-2/+17