Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Check character < 256 for isprint() in pcretest.
Add a simple tripwire to pcretest to lock out certain modifiers.
Refactored auto-possessification code.
Implement PCRE_NEVER_UTF
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.
Correct Unicode string checking in the light of corrigendum #9.
Support (*UTF) in all libraries.
pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.
tests: Add tests for short UTF-8 and UTF-16 The only preexisting test was accidentally lost in rev 1174. Add exhaustive tests for short UTF-8 and UTF-16.
tests: Improve test coverage for pcre_valid_utf8.c Make sure to have a test for every PCRE_UTF8_ERRn.
pcre32: utf: Reject all non-characters and not just 0xfffe
pcre32: tests: Use \x?? escapes to create invalid UTF-8 Make test input data lines be UTF-8; so to construct invalid UTF-8 sequences \x?? escapes must be used.
Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables specify characters in the range 127-255 are letters, spaces, etc.
Allow octal escapes up to \777 in 16-bit non-UTF mode.
Merging all the changes from the pcre16 branch into the trunk.
Update full set of tests with many configurations.
Patch to RunTest for use with simulations; further JIT code/test tidies.
Refactor RunTest and add JIT-specific 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 |