Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
File tidies, preparing for 8.32-RC1.
Support (*UTF) in all libraries.
Some 16/32 bit documentation updates. Also, undocument what happens to invalid unchecked UTF-8 strings.
Temporarily remove 32-bit masking Remove the masking via the PCRE_NO_UTF32_CHECK. It will be reintroduced as a dedicated runtime option later, with support for JIT and non-JIT cases.
pcre32: docs: Document the 21-bit masking support
pcre32: docs: Document that non-character codepoints are excluded Document that UTF-8/16/32 validity checks now exclude the non-character code points, which are U+FDD0..U+FDEF and the last two code points in each plane, U+??FFFE and U+??FFFF.
pcre32: docs: pcre32 exists since 8.32
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.
All the remaining changes for handling characters with more than one other case.
Spelling corrections in documentation.
Update documentation to clarify that UTF-8/16 checking is done on complete strings before any other processing.
Add date and PCRE version to .TH macros of all man pages.
Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building symbolic links to man pages.
Fix HTML documentation and rebuild.
The last of the 16-bit documentation major updates.
Add more about \C to documentation.
Final source and document tidies for 8.20-RC1.
Documentation updates.
Documentation for JIT support.
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 |