summaryrefslogtreecommitdiff
path: root/testdata/testinput7
Commit message (Expand)AuthorAgeFilesLines
* Fix character class bug when a Unicode property was present with \D etc in a ph102016-08-041-9/+0
* Fix auto-callout (?# comment bug.ph102015-11-261-0/+4
* Fix POSIX class single-character bug.ph102015-11-171-0/+6
* File tidies for 8.38-RC1.ph102015-10-271-0/+9
* Fix bad starting data when char with more than one other case follows ph102014-06-181-0/+3
* Fix caseless character class bug for characters within a range that have more ph102014-01-101-0/+6
* Update POSIX class handling in UCP mode.ph102013-11-021-0/+10
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-151-0/+4
* Fix auto-callout with PCRE_UCP, which was compiling rubbish.ph102013-10-111-0/+3
* Refactored auto-possessification code.ph102013-10-011-0/+52
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-1/+19
* Move a non-Perl compatible test out of the Perl-compatible file.ph102013-07-271-2/+9
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-0/+66
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-111-0/+16
* pcre32: pcretest: Don't convert data line to UTF-8 firstchpe2012-10-161-1/+1
* Fix bugs in new caseless support code in the auto-possessifying function.ph102012-09-281-0/+6
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+34
* Upgrade \X to match an extended grapheme clusterph102012-08-251-9/+0
* Some tests were in the wrong files.ph102012-06-011-0/+32
* Update for Unicode 6.1.0.ph102012-02-281-0/+8
* Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).ph102012-02-251-0/+24
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-4543/+392
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+6
* Tests for recent bug fixes.ph102011-09-061-0/+4
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-0/+18
* Permit quantifiers on parenthesized assertions.ph102011-07-241-0/+44
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-2/+2
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-0/+30
* Added support for (*NO_START_OPT)ph102010-11-211-0/+3
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+8
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-0/+36
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-021-0/+18
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-181-0/+14
* Further tidies to partial matching.ph102009-10-181-1/+4
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-0/+18
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-0/+18
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+4
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-0/+3
* Further updates to partial matching.ph102009-09-051-0/+13
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-0/+29
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-0/+8
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-0/+12
* Remove one repeated test case.ph102009-03-231-2/+0
* Fix problem with autocallout and dfa_exec.ph102009-03-201-0/+4
* Fix non-callout function supplied for pcre_dfa_exec() bug.ph102009-03-201-0/+8
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-0/+10
* Fix PCRE_DOLLAR_ENDONLY bug in pcre_dfa_exec().ph102009-03-081-0/+9
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-071-2/+2
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-0/+27
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-5/+5