summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-142-0/+4
* Make POSIX character class parsing more like Perl.ph102007-12-316-0/+79
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-292-0/+16
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-122-0/+57
* Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking ph102007-12-072-0/+20
* Add --line-offsets and --file-offsets to pcregrep.ph102007-12-051-0/+12
* Fix -o bugs in pcregrep.ph102007-12-041-0/+3
* Fix incorrect script bug in Unicode character table.ph102007-11-262-0/+175
* Generalize wording for (?&) error as it also applies to \k'' and other cases.ph102007-11-172-1/+26
* Missed test data for previous change.ph102007-11-162-0/+23
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-164-48/+36
* Improve error messages for (?+-a) and (?-+a).ph102007-11-162-7/+17
* Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.ph102007-11-152-0/+15
* Fix negative POSIX class bug with Unicode characters.ph102007-11-143-7/+118
* Fix [\S] etc. bug in UTF-8 mode with characters > 255.ph102007-11-133-1/+93
* Version of Test 3 for Windows.ph102007-09-172-0/+255
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-178-36/+36
* Fix line ending missing for pcregrep with --colour.ph102007-09-111-0/+2
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-118-0/+651
* (1) Move internal flags out of the options field, to make room.ph102007-09-102-43/+1
* Add (*CR) etc.ph102007-08-212-0/+95
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-215-0/+109
* Fix loop for group with possible zero repeat containing \p or \P.ph102007-08-202-0/+36
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-204-0/+104
* Fix pcregrep -Mv looping bug.ph102007-08-172-0/+5
* Fix bad fix for repeated \p and \P.ph102007-08-172-0/+4
* Fixed bug with repeated \S or \W in UTF-8 mode.ph102007-08-162-0/+32
* Fix several compile bugs involving repeated \p or \P items.ph102007-08-162-0/+26
* Crash in debug output when printing the name of a Unicode property.ph102007-08-152-0/+10
* Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class ph102007-08-154-7/+11
* Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.ph102007-08-152-0/+5
* Fixed another looking-too-far-back-in-non-UTF-8-mode bug.ph102007-08-152-0/+7
* Add integer overflow tests to escape processing.ph102007-08-152-4/+19
* Update UTF-8 validity check and documentation.ph102007-08-096-11/+70
* Add Perl 5.10's backtracking verbs.ph102007-08-082-0/+306
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-062-0/+21
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-034-0/+64
* Fix bugs with [\E] and [\Q\E].ph102007-08-032-0/+30
* Abolish the NULLWSLIMIT error at the expense of using more stack when an ph102007-07-312-0/+7
* Adjust opcode names in debugging output.ph102007-07-305-450/+450
* Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance ph102007-07-192-0/+7
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-194-0/+28
* Add auto-possessification for \h, \H, \v, \V.ph102007-06-132-0/+229
* Add support for \h, \H, \v, \V.ph102007-06-1310-14/+486
* Added the Perl 5.10 (?| "branch reset" feature.ph102007-06-114-0/+188
* Minor doc update; fix test 2 for link size != 2.ph102007-06-052-89/+89
* Support \k{name} and \g{name} a la Perl 5.10.ph102007-06-042-4/+39
* Fix bug in detecting potentially empty groups.ph102007-06-042-0/+8
* Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.ph102007-06-041-0/+1
* Add support for the Perl 5.10 \K facility.ph102007-05-292-51878/+70