summaryrefslogtreecommitdiff
path: root/testdata/testoutput12
Commit message (Expand)AuthorAgeFilesLines
* Fix a missing else in the JIT compiler reported by 'idaifish'.zherczeg2017-02-141-0/+2
* A match limit issue is fixed in JIT.zherczeg2015-09-021-0/+4
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+2
* Fix infinite recursion in the JIT compiler when certain patterns when certain...zherczeg2015-07-201-0/+2
* JIT should return with error when the compiled pattern requires more stack sp...zherczeg2015-06-301-0/+9
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-051-0/+8
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-4/+4
* Fix incorrect "first data item" recorded for an assertion condition.ph102013-07-291-2/+2
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-0/+3
* Update test 12.zherczeg2013-03-151-20/+11
* Fix forward search in JIT when link size is 3 or greater.zherczeg2013-01-181-0/+4
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-0/+26
* support NO_START_OPTIMIZE in JITzherczeg2012-04-111-0/+4
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-281-1/+1
* Make it possible for pcretest to select which JIT compile options are used.ph102012-02-211-0/+94
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-201-0/+6
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-7/+47
* Test updates.ph102011-08-011-1270/+6
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-2/+2
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-091-0/+36
* Fix problems with caseless reference matching in UTF-8 mode when the ph102011-05-021-0/+60
* Extend auto-possessify to handle some Unicode properties.ph102010-06-011-0/+109
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-241-0/+8
* Fix caseless bug with pcre_study() for starting letter greater than 127.ph102010-05-221-0/+12
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-0/+344
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-0/+218
* Tidies for 8.02-RC1 release.ph102010-03-101-0/+14
* Another tweak to documentation and tests.ph102009-09-161-0/+3
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-5/+9
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-0/+467