summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
Commit message (Expand)AuthorAgeFilesLines
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-4/+4
* The auto-possessification of character sets were improved. The JIT compiler a...zherczeg2013-12-221-0/+15
* A new flag is set, when property checks are present in an XCLASS.zherczeg2013-12-221-5/+5
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-0/+2
* A test that was in test 4 should have been in test 5.ph102013-10-291-0/+12
* Auto-possessify OP_CLASS and some other bugfixes.zherczeg2013-10-181-5/+5
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-151-2/+0
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-3/+22
* Refactored auto-possessification code.ph102013-10-011-4/+4
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-0/+5
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-1/+1
* Update character class handling to use new character case information; rework ph102012-09-231-6/+6
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-0/+19
* Some tests were in the wrong files.ph102012-06-011-55/+0
* Fixed a bug for backward assertions with REVERSE 0 in the JIT compilerzherczeg2012-03-291-0/+4
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-0/+7
* OP_NOT now supports any UTF characterzherczeg2012-02-221-0/+58
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-171-0/+35
* Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. ph102012-02-151-0/+54
* Improved \X and back reference partial matchingzherczeg2012-02-141-0/+75
* Allow octal escapes up to \777 in 16-bit non-UTF mode.ph102012-01-041-3/+0
* Tidy compile-time error messages for 16-bit.ph102012-01-041-5/+5
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-926/+146
* More test re-arrangements (to match different configurations)ph102011-08-011-14/+0
* Test updates.ph102011-08-011-0/+16
* Minor code tidy.ph102011-07-251-0/+3
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-191-0/+8
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-20/+0
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-3/+3
* Fixed some omissions in pcre_study() for the new caseless opcodes.ph102011-05-271-0/+64
* Fix backup bug for \R with greedy quantifier.ph102011-05-091-0/+34
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-29/+55
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-0/+3
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-1/+7
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+14
* Further test tidies for Perl comparisons.ph102010-10-271-0/+9
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-261-0/+61
* Add /T option to pcretest and additional tests with non-standard tables.ph102010-06-141-0/+42
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-091-7/+15
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-241-0/+96
* Fix partial match bug (code omitted) for \W.ph102010-01-041-0/+4
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-0/+35
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-1/+7
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-40/+4
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-0/+6
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-23/+432
* Add support for (*UTF8).ph102009-04-111-0/+11
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-111-0/+4
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-071-0/+9
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-0/+20