Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
File tidies, preparing for 8.32-RC1.
pcre32: Fix signed-unsigned compare
pcre32: utf: Remove unused replacement in PRIV(ord2utf) The code replaced surrogates and characters > 10ffff with fffe, for no apparent reason. Taking this code out still lets the test suite pass. We cannot assert however that the character is a valid unicode character since we do need to handle e.g. 10ffff here.
Additional casts to avoid compiler warnings, originally from a MS compiler, but also given by gcc if you turn on enough warnings.
Merging all the changes from the pcre16 branch into the trunk.
Source tidies for 7.8-RC1
Patch to reduce warnings from certain compilers.
Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
Preliminary patch for upgraded Unicode Property support.
Update copyright year to 2008.
<config.h> => "config.h" and also some cases of <pcre.h>.
Correct errors in previous patch; tidy for test release.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Update copyright years to 2007.
Some more #ifdefs for SUPPORT_UTF8.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-6.5 into code/trunk.
Load pcre-6.4 into code/trunk.
Load pcre-6.0 into code/trunk.
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 |