2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 1.07 16-Feb-98 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. A pattern such as /((a)*)*/ was not being diagnosed as in error (unlimited |
9 |
|
repeat of a potentially empty string). |
10 |
|
|
11 |
|
|
12 |
|
Version 1.06 23-Jan-98 |
13 |
|
---------------------- |
14 |
|
|
15 |
|
1. Added Markus Oberhumer's little patches for C++. |
16 |
|
|
17 |
|
2. Literal strings longer than 255 characters were broken. |
18 |
|
|
19 |
|
|
20 |
|
Version 1.05 23-Dec-97 |
21 |
|
---------------------- |
22 |
|
|
23 |
|
1. Negated character classes containing more than one character were failing if |
24 |
|
PCRE_CASELESS was set at run time. |
25 |
|
|
26 |
|
|
27 |
Version 1.04 19-Dec-97 |
Version 1.04 19-Dec-97 |
28 |
---------------------- |
---------------------- |
29 |
|
|