Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fix crash caused by long (*MARK) or (*THEN) names.
Fix internal error for XCLASS in 16/32-bit non-UCP versions with heap recursion, and get rid of some compiler warnings when UCP is not configured.
Add a simple tripwire to pcretest to lock out certain modifiers.
Auto-possessify OP_CLASS and some other bugfixes.
Test 20 alleged it was DFA, but was not being run using -dfa. Fixed, and copied some of the tests to the non-DFA tests.
pcre32: compile: Fix \H and \V character ranges for pcre32 Go up to 0xffffffff, and move the tests to the split 16- and 32-bit tests because the output differs. TODO: these character ranges look rather odd for non-UTF mode... bug?
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.
Apply character value checks to \u.... in JavaScript mode, for compatibility with \x{....} in non-JavaScript mode.
Check for overlong name in (*MARK) etc.
OP_NOT now supports any UTF character
Move 16-bit pre-compiled reloading tests to separate files that are run only when the link size is 2.
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball.
endianness fixes and JIT compiler update
Merging all the changes from the pcre16 branch into the trunk.
JIT compiler copyright info updated and several tests added for testing horizontal/vertical spaces
Update pcretest for non-UTF 16-bit wide values, for testing table-lookups better. Add tests for bad mode.
fix horizontal and vertical white space ranges in 16 bit mode
Supporting all newlines, horizontal and vertical spaces in 16 bit mode
Tidy pcretest source code and some 8/16 messages. Add "16" error codes.
More 16-bit fixes, and removal of pcre_info().
Reorganized the tests and made many more work in 16-bit mode.
A lot more work on pcretest; now runs many (but not all) 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 |