2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 1.08 27-Mar-98 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. Add PCRE_UNGREEDY to invert the greediness of quantifiers. |
9 |
|
|
10 |
|
2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The |
11 |
|
latter must appear before anything that relies on it in the pattern. |
12 |
|
|
13 |
|
|
14 |
|
Version 1.07 16-Feb-98 |
15 |
|
---------------------- |
16 |
|
|
17 |
|
1. A pattern such as /((a)*)*/ was not being diagnosed as in error (unlimited |
18 |
|
repeat of a potentially empty string). |
19 |
|
|
20 |
|
|
21 |
|
Version 1.06 23-Jan-98 |
22 |
|
---------------------- |
23 |
|
|
24 |
|
1. Added Markus Oberhumer's little patches for C++. |
25 |
|
|
26 |
|
2. Literal strings longer than 255 characters were broken. |
27 |
|
|
28 |
|
|
29 |
|
Version 1.05 23-Dec-97 |
30 |
|
---------------------- |
31 |
|
|
32 |
|
1. Negated character classes containing more than one character were failing if |
33 |
|
PCRE_CASELESS was set at run time. |
34 |
|
|
35 |
|
|
36 |
Version 1.04 19-Dec-97 |
Version 1.04 19-Dec-97 |
37 |
---------------------- |
---------------------- |
38 |
|
|