summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-298-62/+34
* Fix bug in /xx implementation.ph102017-07-252-0/+28
* Code tidies for 10.30-RC1 release candidate.ph102017-07-196-764/+768
* Cut out the binary zero pcre2grep test on Solaris (SunOS) as it isn't possibleph102017-07-181-1/+1
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-122-2/+2
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-052-0/+53
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-022-13/+112
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-3010-35/+332
* Update convert tests so they run on Windows.ph102017-06-244-4/+4
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-173-8/+57
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-162-4/+57
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-156-1/+121
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-122-8/+380
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-054-0/+21
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-032-0/+27
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-014-2/+68
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-302-0/+8
* Fix alnum parsing in glob conversion.zherczeg2017-05-282-3/+3
* Update POSIX basic regex conversion code.ph102017-05-272-35/+37
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-272-0/+32
* Implement PCRE2_NEWLINE_NUL.ph102017-05-265-1/+88
* Support invalid character classes in conversion.zherczeg2017-05-252-11/+25
* Support the general case of starstar in glob conversion.zherczeg2017-05-242-9/+54
* Rework character range parsing in glob conversion.zherczeg2017-05-242-31/+64
* More experimental convert code evolution.ph102017-05-232-2/+17
* Use atomic blocks after starstar during conversion.zherczeg2017-05-232-1/+39
* Implement flags in the glob convert functions.zherczeg2017-05-222-2/+68
* pcre2test can now handle lists of conversion options.ph102017-05-202-8/+4
* Tests update.ph102017-05-194-63/+56
* Implement starstar in glob conversion.zherczeg2017-05-192-27/+25
* Test update.ph102017-05-181-1/+7
* Support character classes in glob conversion.zherczeg2017-05-182-0/+40
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-177-5/+62
* Reworking bash glob conversion.zherczeg2017-05-172-27/+7
* Initial version of bash glob conversion.zherczeg2017-05-162-0/+57
* Experimental conversion: fix POSIX BRE starting ^*.ph102017-05-142-2/+7
* Updates to experimental conversion code.ph102017-05-132-0/+46
* Correct fix for experimental POSIX pattern translation.ph102017-05-102-6/+6
* Fix bug in experimental conversion code.ph102017-05-092-0/+10
* Fix crash when more than one kind of "push" was set in pcre2test.ph102017-05-062-36/+55
* Experimental pattern conversion code (no public documentation yet).ph102017-05-065-1/+720
* Add a fancy test for multiple named subpatterns.ph102017-04-222-0/+133
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-182-0/+20
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-185-7/+88
* Update 16-bit and 32-bit tests.ph102017-04-162-0/+10
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-1612-398/+1506
* Support end anchored in JIT.zherczeg2017-04-132-10/+0
* Update test output.ph102017-04-121-3/+3
* Fix ACCEPT issue with ENDANCHORED.ph102017-04-112-0/+7
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-112-1/+14