Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix bad auto-possessify for certain classes.
Documentation and tidies preparatory to 8.37 release.
Fix other cases of backtracking crashes after \C in UTF mode.
Fix backtracking bug for \C\X* in UTF mode.
Fix memory bug for [\S\V\H] compile.
JIT: Improved matching of newlines.
JIT: Improved character read in UTF mode.
Wrong modifier messages in pcretest to go to stdout; update which modifiers are forbidden in Perl-compatible tests.
Add a simple tripwire to pcretest to lock out certain modifiers.
A test that was in test 4 should have been in test 5.
+1 is not needed for XCLASS as well.
Move some tests to the correct input file.
Use tail recursion in maximizing character and character type repetitions, to reduce stack usage.
tests: Unify unicode noncharacter tests The tests have the same output for the 8, 16 and 32 bit tests, so put them into test 4 instead of duplicating it into separate tests for each library.
Merging all the changes from the pcre16 branch into the trunk.
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
Complete incomplete fix for UTF-8 caseless references of different lengths.
Fix problems with caseless reference matching in UTF-8 mode when the upper/lower case characters have different lengths.
Fix broken /g code in pcretest and -g code in pcredemo.
Further test tidies for Perl comparisons.
Minor doc fix; update tests by adding comments to each file, and generally tidying.
A UTF-8 test had accidentally been put in the wrong test.
Lazy qualifiers were not always working in UTF-8 mode (8.0/15).
Fix buffer overrun for class with very many characters whose codepoints are above 255.
Fix negative POSIX class bug with Unicode characters.
Fix [\S] etc. bug in UTF-8 mode with characters > 255.
Fixed bug with repeated \S or \W in UTF-8 mode.
Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class inside group with unlimited repeat).
Fixed another looking-too-far-back-in-non-UTF-8-mode bug.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-7.0 into code/trunk.
Load pcre-6.7 into code/trunk.
Load pcre-6.5 into code/trunk.
Load pcre-5.0 into code/trunk.
Load pcre-4.5 into code/trunk.
Load pcre-4.3 into code/trunk.
Load pcre-4.2 into code/trunk.
Load pcre-4.0 into code/trunk.
Load pcre-3.3 into code/trunk.
Load pcre-2.08a into code/trunk.
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 |