summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-178-0/+218
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-052-57/+57
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-044-1/+179
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-034-0/+68
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-266-6/+693
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-224-0/+78
* Add more explanation about recursive subpatterns, and make it possible to ph102009-09-184-41/+75
* Another tweak to documentation and tests.ph102009-09-162-0/+6
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-1624-113/+171
* Another test for (*ACCEPT)ph102009-09-162-0/+26
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-158-1363/+1632
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-114-0/+156
* Fix internal error for forward reference with [^m] interposing.ph102009-09-062-0/+56
* Further updates to partial matching.ph102009-09-054-1/+73
* Add REG_UNGREEDY (non-standard) to the POSIX interface.ph102009-09-022-28/+42
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-316-4/+127
* Add new PCRE_PARTIAL_HARD option.ph102009-08-284-0/+40
* Remove restrictions on pcre_exec() partial matching.ph102009-08-267-193/+1108
* Fix --regex(p)=pattern not working in pcregrep.ph102009-08-141-0/+16
* Fix infelicities to do with --count in pcregrep.ph102009-08-121-0/+8
* Add support for (*UTF8).ph102009-04-112-0/+16
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-102-25/+0
* Add another testph102009-04-012-0/+25
* Fix forward references when duplicate group numbers are involved.ph102009-03-272-0/+72
* Remove one repeated test case.ph102009-03-232-4/+0
* Further fix to auto-callout with conditional groups whose condition is an ph102009-03-212-0/+41
* Fix problem with autocallout and dfa_exec.ph102009-03-202-0/+37
* Fix non-callout function supplied for pcre_dfa_exec() bug.ph102009-03-202-0/+26
* Fix looping bug by recognizing that a conditional with only one branch may ph102009-03-202-0/+8
* Add PCRE_NO_START_OPTIMIZEph102009-03-154-0/+126
* Added REG_NOTEMPTY to the POSIX wrapper.ph102009-03-112-0/+13
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-082-0/+18
* Fix PCRE_DOLLAR_ENDONLY bug in pcre_dfa_exec().ph102009-03-082-0/+23
* Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix ph102009-03-034-0/+74
* The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the ph102009-03-032-0/+40