| 29 |
7. Minor change to pcretest.c to avoid a compiler warning. |
7. Minor change to pcretest.c to avoid a compiler warning. |
| 30 |
|
|
| 31 |
8. Added four artifical Unicode properties to help with an option to make |
8. Added four artifical Unicode properties to help with an option to make |
| 32 |
\s etc use properties. The new properties are: Xan (alphanumeric), Xsp |
\s etc use properties (see next item). The new properties are: Xan |
| 33 |
(Perl space), Xps (POSIX space), and Xwd (word). |
(alphanumeric), Xsp (Perl space), Xps (POSIX space), and Xwd (word). |
| 34 |
|
|
| 35 |
|
9. Added PCRE_UCP to make \b, \d, \s, \w, and certain POSIX character classes |
| 36 |
|
use Unicode properties. (*UCP) at the start of a pattern can be used to set |
| 37 |
|
this option. Modified pcretest to add /W to test this facility. Added |
| 38 |
|
REG_UCP to make it available via the POSIX interface. |
| 39 |
|
|
| 40 |
|
|
| 41 |
Version 8.02 19-Mar-2010 |
Version 8.02 19-Mar-2010 |