2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 2.05 21-Apr-99 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. Changed the type of magic_number from int to long int so that it works |
9 |
|
properly on 16-bit systems. |
10 |
|
|
11 |
|
2. Fixed a bug which caused patterns starting with .* not to work correctly |
12 |
|
when the subject string contained newline characters. PCRE was assuming |
13 |
|
anchoring for such patterns in all cases, which is not correct because .* will |
14 |
|
not pass a newline unless PCRE_DOTALL is set. It now assumes anchoring only if |
15 |
|
DOTALL is set at top level; otherwise it knows that patterns starting with .* |
16 |
|
must be retried after every newline in the subject. |
17 |
|
|
18 |
|
|
19 |
Version 2.04 18-Feb-99 |
Version 2.04 18-Feb-99 |
20 |
---------------------- |
---------------------- |
21 |
|
|