summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* A UTF-8 test had accidentally been put in the wrong test.ph102008-08-244-4/+4
* Lazy qualifiers were not always working in UTF-8 mode (8.0/15).ph102008-07-142-0/+28
* Further fixes for bumpalong processing in UTF-8 mode.ph102008-07-112-0/+7
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-112-0/+7
* Forgot to add test for previous bug.ph102008-07-102-0/+7
* Fix CVE-2008-2371 (outer level option with alternatives caused crash).ph102008-07-092-0/+4
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-076-10/+23
* Fix caseless backreferences for non-ASCII characters.ph102008-07-072-0/+60
* Fix SKIPZERO bug in pcre_study().ph102008-07-072-0/+9
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-044-0/+60
* Preliminary patch for upgraded Unicode Property support.ph102008-07-024-2/+34
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-202-8/+8
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-196-0/+183
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-182-0/+61
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-122-0/+30
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-122-0/+18
* Fix bug in Oniguruma \g support.ph102008-04-112-0/+16
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-102-5/+179
* 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