summaryrefslogtreecommitdiff
path: root/testdata/testinput5
Commit message (Expand)AuthorAgeFilesLines
* Fix \C backtracking in UTF-8 issue for repeated character classes, which were ph102018-02-201-0/+6
* File tidies for 8.38-RC1.ph102015-10-271-9/+0
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-091-0/+9
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-071-0/+6
* Fix compile loop for subroutine reference when preceded by a non-ASCII ph102015-02-061-0/+2
* The auto-possessification of character sets were improved. The JIT compiler a...zherczeg2013-12-221-0/+2
* 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/+3
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-0/+14
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-0/+6
* Some tests were in the wrong files.ph102012-06-011-33/+0
* Fixed a bug for backward assertions with REVERSE 0 in the JIT compilerzherczeg2012-03-291-0/+3
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-0/+2
* OP_NOT now supports any UTF characterzherczeg2012-02-221-0/+8
* Fix partial match issues with CRLF and \r, and update tests.ph102012-02-171-0/+21
* Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings. ph102012-02-151-0/+32
* Improved \X and back reference partial matchingzherczeg2012-02-141-0/+39
* Allow octal escapes up to \777 in 16-bit non-UTF mode.ph102012-01-041-2/+0
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-245/+56
* More test re-arrangements (to match different configurations)ph102011-08-011-9/+0
* Test updates.ph102011-08-011-0/+12
* Minor code tidy.ph102011-07-251-0/+2
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-191-0/+6
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-1/+1
* Fixed some omissions in pcre_study() for the new caseless opcodes.ph102011-05-271-0/+16
* Fix backup bug for \R with greedy quantifier.ph102011-05-091-0/+13
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-0/+13
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-0/+2
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-0/+3
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+8
* Further test tidies for Perl comparisons.ph102010-10-271-0/+7
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-261-0/+15
* Add /T option to pcretest and additional tests with non-standard tables.ph102010-06-141-0/+15
* Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.ph102010-06-091-0/+2
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-241-0/+32
* Fix partial match bug (code omitted) for \W.ph102010-01-041-0/+3
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-0/+22
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-25/+4
* Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.ph102009-08-311-0/+4
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-0/+252
* Add support for (*UTF8).ph102009-04-111-0/+5
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-111-0/+3
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-071-0/+4
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-0/+12
* Make POSIX character class parsing more like Perl.ph102007-12-311-0/+2
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-0/+6
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-4/+4
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-0/+36
* Update UTF-8 validity check and documentation.ph102007-08-091-0/+21
* Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance ph102007-07-191-0/+3