Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix a missing else in the JIT compiler reported by 'idaifish'.
A match limit issue is fixed in JIT.
Fix two assertion fails in JIT found by Karl Skomski.
Fix infinite recursion in the JIT compiler when certain patterns when certain patterns are analysed.
JIT should return with error when the compiled pattern requires more stack space than the maximum.
Remove computing the JIT read-only data size in advance and use on-demand memory allocation.
Reword pcretest messages and clarify "first char" meaning.
Fix incorrect "first data item" recorded for an assertion condition.
Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for empty string matching.
Update test 12.
Fix forward search in JIT when link size is 3 or greater.
Add support for PCRE_STUDY_EXTRA_NEEDED.
support NO_START_OPTIMIZE in JIT
(COMMIT*) is now supported by the JIT compiler
Make it possible for pcretest to select which JIT compile options are used.
Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ and -s++ to pcretest to show whether JIT was used or not.
Merging all the changes from the pcre16 branch into the trunk.
Test updates.
Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with patterns like /(?i:([^b]))(?1)/, where the /i option was mishandled.
Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl doesn't have them yet.
Fix problems with caseless reference matching in UTF-8 mode when the upper/lower case characters have different lengths.
Extend auto-possessify to handle some Unicode properties.
Make pcre_study() recognize \h, \v, and \R.
Fix caseless bug with pcre_study() for starting letter greater than 127.
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.
Tidies for 8.02-RC1 release.
Another tweak to documentation and tests.
Minor doc fix; update tests by adding comments to each file, and generally tidying.
Re-organize tests to make is possible to test 5.10 features against Perl.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.5 |