2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 2.08 31-Aug-99 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. When startoffset was not zero and the pattern began with ".*", PCRE was not |
9 |
|
trying to match at the startoffset position, but instead was moving forward to |
10 |
|
the next newline as if a previous match had failed. |
11 |
|
|
12 |
|
2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g and /G, |
13 |
|
and could get into a loop if a null string was matched other than at the start |
14 |
|
of the subject. |
15 |
|
|
16 |
|
3. Added definitions of PCRE_MAJOR and PCRE_MINOR to pcre.h so the version can |
17 |
|
be distinguished at compile time, and for completeness also added PCRE_DATE. |
18 |
|
|
19 |
|
5. Added Paul Sokolovsky's minor changes to make it easy to compile a Win32 DLL |
20 |
|
in GnuWin32 environments. |
21 |
|
|
22 |
|
|
23 |
Version 2.07 29-Jul-99 |
Version 2.07 29-Jul-99 |
24 |
---------------------- |
---------------------- |
25 |
|
|