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.
pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests.
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 |