Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.
Fix (by hacking) another length computation issue.
Fix wide character bug for some negative POSIX classes.
Fix another buffer overflow.
Fix forward reference offset bug.
Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference subroutine and recursive back reference within the same group.
Fix duplicate names memory calculation error.
Fix compiler crash/misbehaviour for zero-repeated groups that include a recursive back reference.
Require group names to start with a non-digit.
Auto-possessify OP_CLASS and some other bugfixes.
Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity with EXACT in caseless mode.
Add \o{} and tidy up \x{} handling. Minor update to RunTest.
Refactor named group handling for conditional tests.
Refactored auto-possessification code.
Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for empty string matching.
Update character class handling to use new character case information; rework \h, \H, \v, and \V to use the same apparatus with centrally defined lists.
OP_NOT now supports any UTF character
Merging all the changes from the pcre16 branch into the trunk.
Reorganized the tests and made many more work in 16-bit mode.
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 |